X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Fstatic%2Fcss%2Fmain.css;h=8531a766942641e62e60e8c21aa509f441fe776e;hp=1fae233e6de15404bbd99573c1d74075e8533201;hb=3eb6f065d4005a2e7cd42cfa455bcdec23c2ab79;hpb=1996f494130eff301253a8cde8abeceae611b4fe diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 1fae233..8531a76 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -227,6 +227,7 @@ ol.archive li .tags } + /* Social */ .social { @@ -324,3 +325,46 @@ span.tag-5 { span.tag-6 { font-size: 75%; } + + +/* footnotes */ +p#notes-header { + font-weight: bold; +} + +ol.simple-footnotes { + font-size: 85%; +} + + +/* sidebar-aside */ +aside.boxout { + width: 80%; + 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%; +}