X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=theme%2Fstatic%2Fcss%2Fmain.css;h=54267af4235fe807aa02d118684b069145110538;hb=62c6565bb1582638995ed312d5f9eef955dd79a4;hp=6adaa982790c1d23407f4e2e1b38c3f63708f966;hpb=45e691e759a1933381f7b1a248d61d024cda529d;p=Ultimately_Untrue_Thought.git diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 6adaa98..54267af 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -115,6 +115,10 @@ h1 { font-size: 2em; } +h3 { + font-size: 1.35em; +} + h1 a { color: inherit; border-bottom: none; @@ -340,10 +344,43 @@ ol.simple-footnotes { /* sidebar-aside */ aside.boxout { width: 80%; - font-size: 12px; + font-size: 85%; background-color: #E5E5E5; outline-style: solid; outline-color: black; 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; +}