X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=theme%2Fstatic%2Fcss%2Fmain.css;h=d63eb710801de3e2ce85838a16acf1ad4f00ac01;hb=0113016af9ff7a71a1c7605506d556f70a968e78;hp=5d9c9371831255585aa5317fc5b791a56f18244f;hpb=b2c2048420a7536bc3a915f0ebaddbd5a0734a44;p=Ultimately_Untrue_Thought.git diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 5d9c937..d63eb71 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -351,3 +351,32 @@ aside.boxout { 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; +}