X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=theme%2Fstatic%2Fcss%2Fmain.css;h=d63eb710801de3e2ce85838a16acf1ad4f00ac01;hb=55d90e01cd1c5d2cefb4f42bdb3ded39ff9121db;hp=599e454b4bea4d9b96631c9e76d55fe9e78a413c;hpb=d50e11095c8d33b8da7b58792ecf5243a08364be;p=Ultimately_Untrue_Thought.git diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 599e454..d63eb71 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -347,3 +347,36 @@ aside.boxout { outline-width: 1px; padding: 6px; } + +span.photo-credit { + font-size: 85%; +} + +.dialogue > p { + margin: 0.25em 0 0.25em; +} + +.dialogue-character-label { + font-weight: bold; + font-variant: small-caps; +} + +p.flower-break { + text-align: center; +} + +.footnote { + font-size: 85%; +} + +.comments-link-container { + font-weight: bold; + font-size: 85%; +} + +// XXX—why isn't this working?! +// https://stackoverflow.com/questions/15643614/double-underline-tag +.extra-underline { + text-decoration: underline; + border-bottom: 3px double solid #000; +}