X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4dc96918a2e2df441c282a7abbb89235ecb4f2f7..cb5f5e940b246fe7ae76206bf2aa27c78a82a1aa:/wolnelektury/static/css/master.book.css

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