summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2024-10-22css: Make background gradient a bit more appealingAaron Ball
2024-10-22Improve visibility of H2 and H3Aaron Ball
2024-06-10Styling performance improvementsAaron Ball
Remove body-content backdrop-filter. This is slowing down rendering too much. This also reduces the blur on the nav header for the same reason.
2024-06-10Styling updatesAaron Ball
Switch to using vars for duplicate colors all over the stylesheet Switch to dark mode Clean up some old CSS that is no longer used (eg: index-post). Split stylesheet into main, head, index, and mobile stylesheets. This should improve load performance with http/2 as well as supporting future partial styling load based on the current page.
2024-01-29Updated src url to use src.oper.ioAaron Ball
2023-11-09Restyle nav header and footer with gradientAaron Ball
Slow but sure we'll merge in the new styles.
2022-01-25Update styles so header sticks to top on mobileAaron Ball
Also update post-receive to install verbose for res files.
2020-12-28Increase small mobile screen font size to 15pxAaron Ball
2020-12-28Add some syntax highlighting cssAaron Ball
2020-12-28style:Clean up nav-header definitionAaron Ball
2020-12-28Convert header to gridAaron Ball
This should make things easier to manage between different device layouts and types.
2020-12-28Testing addition of grid containersAaron Ball
2020-12-27style:support docutils literalAaron Ball
2020-12-27Some cleanup of style.cssAaron Ball
2020-12-27Add some image stylingAaron Ball
2020-12-27Convert nav header logo to img rather than css backgroundAaron Ball
2020-12-27Update style to better support mobile devicesAaron Ball
2020-12-27Add charset definition to headerAaron Ball
2020-12-10Change default font to iosevka aile and font size to 17Aaron Ball
2020-07-24cgit.css: Explicitly set diff font to monospace and 1.2 emAaron Ball
2019-12-07Merge branch 'convert-cgi'Aaron Ball
Signed-off-by: Aaron Ball <nullspoon@oper.io>
2019-12-07Initial commit of CGI conversionAaron Ball
This introduces the C code that will build out the index rendering cgi program. It supports three query string keys, 404 pages, and printing of requestor ip (?q=ip) and user agent (?q=agent). Remove index.php and info.php. These are no longer needed as their functionality is replaced by the new CGI program. Makefile:add src and clean targets to build the source and clean up build artifacts, respectively. Add header and footer j2 files to replace the old header and footer php files. Deleted old php variants.
2019-12-07Add div class title stylingAaron Ball
This is for Asciidoc non-header titles.
2019-12-07style:Remove image borderAaron Ball
2019-12-07Add Benchmark for Samsung Bar Plus USB stickAaron Ball
Updated index with the new post, and removed the last three, as the "new posts" list was a bit long.
2019-11-24style:fix footer background etension problemAaron Ball
This moves the content alignment from the body-wrapper id to the body-content id and sets the body/html background color again so the footer color extends all the way to the bottom of the viewport without disrupting the styling of the center body-content.
2019-11-24Fix h1 title in cssAaron Ball
Also remove generic .title class.
2019-11-24Add center css class for div and pAaron Ball
This will allow more flexibility on rendering pages.
2019-09-28Makefile:Add support for ReStructured Text.Aaron Ball
This also adds an rst template, so its output is somewhat like that of asciidoc (for example: no html, head, or body section headers - just the body content).
2019-09-24footer: fix matomo placementAaron Ball
Was causing issues with rendering the footer of the page a certain spacing above the bottom of the browser window which didn't look great.
2019-09-24style:clean up layout a bitAaron Ball
Remove body inner shadow. Reduce max with from 90em to 80em. Remove the dark background color.
2019-03-15Lightened color classes by 3 hex.Aaron Ball
2019-03-14Removed image tracker from headerAaron Ball
Not sure why I put this here...
2019-01-05header:Replace javascript tracking with image trackingAaron Ball
We don't track or even care about all the details javascript tracking gives us, plus it is javascript (yick). Replacing with the image tracker as this gives us the details we want while being very small.
2018-11-03index.adoc:Fix header levelsAaron Ball
2018-11-03fix h2:first-child styling to style h1Aaron Ball
2018-11-03style:fix first h2 styling on hoverAaron Ball
2018-11-03style:Add styling for page titlesAaron Ball
2018-11-03style:Fix body-wrapper widthAaron Ball
2018-11-03style:Update footer stylingAaron Ball
Remove border, background color. Lighten text color, increase top margin, and align right.
2018-11-03style:increase base font size from 15 to 16pxAaron Ball
2018-10-30style:fix body max widthAaron Ball
Previously, body width was governed by percentage. This scaled with browser size, which didn't work very well on mobile browsers. Now we set it to a maximum width, designed for desktops and laptops. Smaller devices will not show the side borders and content will be more readable.
2018-10-21style:post list color from teal to orangeAaron Ball
2018-10-19New header layoutAaron Ball
Moved top-level nav links out of content wrapper and into the nav header. Added nav-header-left and nav-header-right containers for content alignment. Logo aligns left, nav links align right.
2018-10-17style.css:body padding 10% > 5%.Aaron Ball
2018-10-17style.css:Better padding for nav headerAaron Ball
2018-10-17style.css:nav gradient: darkened bottomAaron Ball
2018-10-17style.css:body-wrapper: add inset box shadowAaron Ball
2018-10-17style.css:slight layout changeAaron Ball
Reduced page width by 20%. Made background near black and body-wrapper background near white to narrow the reading pane a bit.
2018-10-17style.css:fix font-weight issue with headersAaron Ball

Generated by cgit