Commit Graph

51 Commits

Author SHA1 Message Date
Brian S. Stephan 9d87aab61b
go back to lighter red in dark style
contrast is just too low for the "incorporeal red"
2022-01-03 12:40:30 -06:00
Brian S. Stephan 35ea94185b
unify some of the colors in light vs. dark 2022-01-02 22:55:43 -06:00
Brian S. Stephan 69feb0c29c
add a 75% max-width class, using it for GOTY? 2022-01-02 22:51:21 -06:00
Brian S. Stephan 788a9cbaba
use a smaller font for the styled pages 2022-01-02 22:50:04 -06:00
Brian S. Stephan 4ea824e86f provide some comments explaining the css files 2021-11-01 23:20:42 -05:00
Brian S. Stephan 28dbfd45b5 remove bss-specific image from the package
part of the work of #15
2021-11-01 23:20:16 -05:00
Brian S. Stephan ccf8434f43 remove a bunch of unnecessary font size styling
in the end, a lot of this doesn't really matter, and right now, I
slightly prefer the site with a touch bigger font, so let's just let the
default do its thing
2021-10-08 07:16:31 -05:00
Brian S. Stephan f0d4e7d3d9 have footer clear: both;
closes #14
2021-06-06 22:28:43 -05:00
Brian S. Stephan afbfab338f properly apply site wrap classes to style wide version
fixes #12
2021-06-03 07:52:01 -05:00
Brian S. Stephan e8377adcf5 allow pages to specify different templates 2021-04-30 19:41:39 -05:00
Brian S. Stephan 757b067e16 create a "plain" style with next to no CSS 2021-03-09 09:10:33 -06:00
Brian S. Stephan 06d948a709 have specific styles @import the base styles
this clarifies the value of what was formerly "style.css" a bit, and
also opens the door for potential styles that don't inherit the base
styling at all
2021-03-07 23:09:58 -06:00
Brian S. Stephan 411ecebbc6 fold some nav/style menu styles into header
unnecessarily duplicated now that I have div.header, and also useful for
when I start the error handling pages
2021-02-21 10:14:42 -06:00
Brian S. Stephan 15142054da tweak the appearance of footnotes 2021-02-12 19:37:25 -06:00
Brian S. Stephan dc81ef35de float image left/right for inlining in an article 2021-02-12 12:51:43 -06:00
Brian S. Stephan c292f33334 CSS for framing an image inline the article 2021-02-12 12:51:12 -06:00
Brian S. Stephan 7cf8a427ce add an .img-25 for 25% wide images 2021-02-12 09:26:10 -06:00
Brian S. Stephan e8a749d9ba Revert "tweak the base text line height, again"
This reverts commit 1878d5951b.

the more I look at this, the more I like the old text spacing
2021-02-12 09:21:21 -06:00
Brian S. Stephan ae72fe87b5 class to center an image as a block element
this is effectively a replacement for div.splash means of getting a
centered header image, and can be used anywhere
2021-02-12 09:19:35 -06:00
Brian S. Stephan bb0e71e9e4 give *all* images max-width of the inner column
this was done for the giant splash logo but I should really just
restrain this everywhere
2021-02-12 09:18:54 -06:00
Brian S. Stephan 56eb767e33 don't let sub/superscripts affect line height 2021-02-11 18:53:57 -06:00
Brian S. Stephan 48c6e8495a provide some styling of footnotes 2021-02-11 18:20:42 -06:00
Brian S. Stephan 1878d5951b tweak the base text line height, again 2021-02-11 09:35:21 -06:00
Brian S. Stephan 829165ad8c style link underline same color as the hover 2021-02-11 09:35:21 -06:00
Brian S. Stephan 7d982b96c9 tweak text colors; less normal, more bold 2021-02-11 09:35:21 -06:00
Brian S. Stephan 5e41cde52e use a flexbox for the header sections
this is better than a float because I have always kind of hated how
floating divs work, and this also orders and displays the navs better in
elinks
2021-02-11 00:23:19 -06:00
Brian S. Stephan ad33cf2e83 replace section tags with div tags
syntactically incorrect usage, as picked up by a W3C validator
2021-02-11 00:08:19 -06:00
Brian S. Stephan b0795999fe make splash images look better on small devices 2020-12-14 16:26:08 -06:00
Brian S. Stephan aaced9d0e1 add polycephaly-style figure support
this is really pushing my patience for CSS, but I've always thought this
looked nice, so I'm going to try to retain it
2020-12-14 16:25:35 -06:00
Brian S. Stephan 4042932240 tone down the line-height a bit
I think the color changes and using viewport magic has helped
readability a bit
2020-12-08 18:56:49 -06:00
Brian S. Stephan 49ab2befb6 disable browser resize magic, do viewport magic instead 2020-12-08 18:47:02 -06:00
Brian S. Stephan fbf6a81e0b use my old "square" logo as favicon
also provide a backgroundless version as a possible splash page image
2020-12-08 18:46:04 -06:00
Brian S. Stephan dabf9f7544 more corrections of the link colors 2020-12-08 18:27:55 -06:00
Brian S. Stephan 67e1890629 increase the line height for readability(?) 2020-12-07 21:55:56 -06:00
Brian S. Stephan e1cb541ea5 highlight links in light theme as in dark theme 2020-12-07 21:55:32 -06:00
Brian S. Stephan 93e9c8dc24 tweaks to the dark theme 2020-12-07 21:54:43 -06:00
Brian S. Stephan 7cf11986c5 user-selectable light and dark themes
cookies, template rendering with different CSS files via default or
request param or cookie, etc.
2020-10-30 00:19:19 -05:00
Brian S. Stephan fe7d61e1f7 actually style the white bg beyond the viewport scroll 2020-10-25 18:05:48 -05:00
Brian S. Stephan 1398cfe3db put some sidebars on the site for readability 2020-10-25 17:48:19 -05:00
Brian S. Stephan 5994b73b2e give tables a lighter border 2020-06-14 10:56:57 -05:00
Brian S. Stephan dadc902c49 put a bit of a background behind blockquote
closes #2
2020-06-14 10:55:24 -05:00
Brian S. Stephan 5c8251d01a explicitly set the footer margin-top 2020-06-14 10:01:07 -05:00
Brian S. Stephan beea0c80bf CSS: slightly tweak/specify the text size/height 2020-05-28 12:18:28 -05:00
Brian S. Stephan ab977f7e81 header CSS tweaks 2020-05-28 12:18:04 -05:00
Brian S. Stephan 0993147dea give tables a bottom margin
otherwise they look bad, for instance, at the very end of the page, too
close to the "Last modified" text.
2020-05-28 08:20:24 -05:00
Brian S. Stephan da2476bbda enable table support in the markdown parser 2020-04-05 10:25:46 -05:00
Brian S. Stephan 576ffc359c show some navigation on every page
closes #1
2020-03-15 20:33:23 -05:00
Brian S. Stephan 16373d3e55 custom styling to links, lighten up text a bit 2020-03-08 11:32:34 -05:00
Brian S. Stephan 01cd6587e0 add a HTML5 favicon icon
mostly so browsers stop requesting the old ancient path
2020-03-07 17:40:24 -06:00
Brian S. Stephan 438cc08edc more style.css into a static/css/ directory 2020-03-07 17:26:32 -06:00