X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/968cb1f19a746aed062a8ee64f6d0f0dd5969e23..d6f320581712ef92253a745e65ad6e4f77f6340f:/wolnelektury/static/css/master.book.css

diff --git a/wolnelektury/static/css/master.book.css b/wolnelektury/static/css/master.book.css
index aac5d5837..f18f15729 100644
--- a/wolnelektury/static/css/master.book.css
+++ b/wolnelektury/static/css/master.book.css
@@ -80,7 +80,7 @@ img {
 }
 
 
-#toc, #themes {
+#toc, #themes, #nota_red, #info {
     position: fixed;
     left: 0em;
     top: 1.5em;
@@ -128,6 +128,11 @@ img {
     position: inherit;
 }
 
+#info p {
+    text-align: justify;
+    margin: 1.5em 0 0;
+}
+
 /* =================================================== */
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */
@@ -222,7 +227,7 @@ blockquote {
 /* = Numbering = */
 /* ============= */
 .verse, .paragraph {
-	position:relative;
+    position:relative;
 }
 .anchor {
     position: absolute;
@@ -265,6 +270,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;
@@ -347,6 +359,10 @@ em.person {
     font-variant: small-caps;
 }
 
+.verse:after {
+    content: "\feff";
+}
+
 
 /* =================================== */
 /* = Hide some elements for printing = */