Commit Graph

25 Commits

Author SHA1 Message Date
Brian S. Stephan 0f19fcb174
fix bad copy and paste job on link styles 2022-09-16 14:16:13 -05:00
Brian S. Stephan 83eb464be9
style the potential for links in the footer 2022-09-16 13:40:23 -05:00
Brian S. Stephan 21ea24ffa1
header style tweaks, deemphasizing it a bit 2022-06-05 21:30:49 -05:00
Brian S. Stephan c80172cffd
go back to red headers and links as normal-colored text
the new way to do the links without adding links to images is probably
dumb and/or missing some stuff, but it works and does what I want, and I
think I like the old look of the colors better, so time to try it and
see if it sticks still
2022-05-17 07:57:23 -05:00
Brian S. Stephan 89ea2fb87e
give the header nav links an underline on hover 2022-05-17 07:57:23 -05:00
Brian S. Stephan 8ac5b25208
get rid of the slight recoloring of bold text 2022-05-17 07:57:23 -05:00
Brian S. Stephan 54b953f5ed
go back to the old, balanced width alignments 2022-05-17 07:57:23 -05:00
Brian S. Stephan de0641b08f
tweak the two-tone backgrounds and whitespace up the header 2022-05-17 07:57:23 -05:00
Brian S. Stephan 3454de17fc
style links with color, not underlines
this allows me to link to images (e.g. in figures) without having a
separate override class to remove their underline, which is ugly. on
account of making links red, it was looking like too much red
(especially on the index) with headers also being red, so this makes
headers the default text color.

still not 100% committed to this but I'm trying it out
2022-04-19 08:41:59 -05:00
Brian S. Stephan 1fe6623587
remove .img-frame class, unnecessary with figures 2022-04-19 08:41:59 -05:00
Brian S. Stephan 9a65dfffaf
tweaks to the content responsiveness and header padding
more readability stuff for desktop without (hopefully) affecting the
mobile experience much
2022-04-19 08:41:58 -05:00
Brian S. Stephan 9ce8e9a1cc
restyle figures and captions for more flexibility 2022-04-19 08:41:58 -05: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 4ea824e86f provide some comments explaining the css files 2021-11-01 23:20:42 -05: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 c292f33334 CSS for framing an image inline the article 2021-02-12 12:51:12 -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 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 dabf9f7544 more corrections of the link colors 2020-12-08 18:27:55 -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 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