X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a0cda34edd8910a3461faf070f65de4f77903fc4..0a471a47650228366fa66c09ecdff056d10852ce:/bin/master.css?ds=inline diff --git a/bin/master.css b/bin/master.css index dc124833a..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; @@ -112,12 +119,36 @@ div.stanza { margin: 1.5em 0 0; } +div.kwestia div.stanza { + margin: 0; +} + p.paragraph { text-align: justify; margin: 1.5em 0 0; } +p.motto { + text-align: justify; + font-style: italic; + margin: 1.5em 0 0; +} + +p.motto_podpis { + font-size: 0.875em; +} + div.fragment { border-bottom: 0.1em solid #999; padding-bottom: 1.5em; } + +div.note p, div.note p.paragraph { + text-align: right; + font-style: italic; +} + +hr.spacer { + height: 3em; + visibility: hidden; +}