X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/088b37be4aa9fe5156c101c0e65b0d229bcec849..065de51299321ae6510edd47fd3485991e26b242:/wolnelektury/static/css/master.book.css?ds=inline

diff --git a/wolnelektury/static/css/master.book.css b/wolnelektury/static/css/master.book.css
index cbd6bbceb..83bad314e 100644
--- a/wolnelektury/static/css/master.book.css
+++ b/wolnelektury/static/css/master.book.css
@@ -80,7 +80,7 @@ img {
 }
 
 
-#toc, #themes, #nota_red {
+#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 = */
 /* =================================================== */
@@ -198,6 +203,10 @@ p {
     top: -4px;
 }
 
+#footnotes {
+    margin-top: 3em;
+}
+
 #footnotes .annotation {
     display: block;
     float: left;
@@ -209,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;
 }
@@ -222,7 +235,7 @@ blockquote {
 /* = Numbering = */
 /* ============= */
 .verse, .paragraph {
-	position:relative;
+    position:relative;
 }
 .anchor {
     position: absolute;
@@ -265,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;
@@ -347,6 +367,10 @@ em.person {
     font-variant: small-caps;
 }
 
+.verse:after {
+    content: "\feff";
+}
+
 
 /* =================================== */
 /* = Hide some elements for printing = */