X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cd971b6b5cd892ade96067fbd38fe785bf5b5b03..0a471a47650228366fa66c09ecdff056d10852ce:/bin/master.css diff --git a/bin/master.css b/bin/master.css index f6ee64f22..f07e41cef 100644 --- a/bin/master.css +++ b/bin/master.css @@ -99,6 +99,13 @@ span.collection { margin-bottom: -0.25em; } +span.subtitle { + font-size: 0.75em; + display: block; + line-height: 1.5em; + margin-top: -0.25em; +} + div.didaskalia { font-style: italic; margin: 0.5em 0 0; @@ -122,7 +129,13 @@ p.paragraph { } p.motto { + text-align: justify; font-style: italic; + margin: 1.5em 0 0; +} + +p.motto_podpis { + font-size: 0.875em; } div.fragment { @@ -130,6 +143,12 @@ div.fragment { padding-bottom: 1.5em; } +div.note p, div.note p.paragraph { + text-align: right; + font-style: italic; +} + hr.spacer { height: 3em; + visibility: hidden; }