X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/02c9679ac03e698fb1f8475b282f4e1cac8976a7..73ce961f14509aabfa26536f847afd28111029c6:/wolnelektury/static/css/master.book.css diff --git a/wolnelektury/static/css/master.book.css b/wolnelektury/static/css/master.book.css index 5470dbfac..83bad314e 100644 --- a/wolnelektury/static/css/master.book.css +++ b/wolnelektury/static/css/master.book.css @@ -36,6 +36,7 @@ img { background: #333; color: #FFF; opacity: 0.9; + z-index: 99; } #menu ul { @@ -63,8 +64,23 @@ img { color: #000; background: #FFF url(/static/img/arrow-up.png) no-repeat center right; } +#menu a.menu-link { + display: block; + float: left; + height: 1.5em; + margin-left: 0.5em; + text-align: center; + color: #FFF; +} +#menu span { + color: #888; + font-style: italic; + font-size: .75em; + margin-right: 0.5em; +} -#toc, #themes { + +#toc, #themes, #nota_red, #info { position: fixed; left: 0em; top: 1.5em; @@ -112,6 +128,11 @@ img { position: inherit; } +#info p { + text-align: justify; + margin: 1.5em 0 0; +} + /* =================================================== */ /* = Common elements: headings, paragraphs and lines = */ /* =================================================== */ @@ -166,6 +187,7 @@ p { font-size: 16px; float: right; margin-right: -9.5em; + margin-bottom: 0.5em; clear: both; left: 40em; line-height: 1.5em; @@ -176,6 +198,13 @@ p { font-style: normal; font-weight: normal; font-size: 12px; + padding-left: 2px; + position: relative; + top: -4px; +} + +#footnotes { + margin-top: 3em; } #footnotes .annotation { @@ -189,11 +218,15 @@ p { margin: 1.5em 0 0 0; } -#footnotes p { +#footnotes p, #footnotes ul { margin-left: 2.5em; font-size: 0.875em; } +#footnotes .permalink { + font-size: .75em; +} + blockquote { font-size: 0.875em; } @@ -202,7 +235,7 @@ blockquote { /* = Numbering = */ /* ============= */ .verse, .paragraph { - position:relative; + position:relative; } .anchor { position: absolute; @@ -245,6 +278,13 @@ span.subtitle { margin-top: -0.25em; } +span.translator { + font-size: 0.375em; + display: block; + line-height: 1.5em; + margin-top: 0.25em; +} + div.didaskalia { font-style: italic; margin: 0.5em 0 0 1.5em; @@ -327,6 +367,10 @@ em.person { font-variant: small-caps; } +.verse:after { + content: "\feff"; +} + /* =================================== */ /* = Hide some elements for printing = */