X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3ef92f8d83bda87d43e1f36a79e5c1e7d853365a..cd971b6b5cd892ade96067fbd38fe785bf5b5b03:/bin/master.css diff --git a/bin/master.css b/bin/master.css index dca4909ba..f6ee64f22 100644 --- a/bin/master.css +++ b/bin/master.css @@ -86,17 +86,17 @@ p { /* = Custom elements = */ /* =================== */ span.author { - font-size: 0.8em; + font-size: 0.75em; display: block; line-height: 1.5em; margin-bottom: 0.25em; } span.collection { - font-size: 0.5em; + font-size: 0.75em; display: block; line-height: 1.5em; - margin-bottom: -0.5em; + margin-bottom: -0.25em; } div.didaskalia { @@ -108,12 +108,28 @@ div.kwestia { margin: 0.5em 0 0; } +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 { + font-style: italic; +} + div.fragment { border-bottom: 0.1em solid #999; padding-bottom: 1.5em; } + +hr.spacer { + height: 3em; +}