Fixed bug in table of contents rendering in book reader.
[wolnelektury.git] / wolnelektury / media / css / master.book.css
index 72b1b46..8d09494 100644 (file)
@@ -108,6 +108,7 @@ img {
     margin: 0;
     color: blue;
     font-size: 16px;
+    position: inherit;
 }
 
 /* =================================================== */
@@ -181,20 +182,26 @@ p {
 
 #footnotes p {
     margin-left: 2.5em;
+    font-size: 0.875em;
 }
 
+blockquote {
+    font-size: 0.875em;
+}
 
 /* ============= */
 /* = Numbering = */
 /* ============= */
 .anchor {
-    float: left;
-    margin: -0.2em -0.5em -0.2em -3.5em;
+    position: absolute;
+    margin: -0.25em -0.5em;
+    left: 1em;
     color: #777;
     font-size: 12px;
     width: 2em;
     text-align: center;
-    padding: 0.2em 0.5em;
+    padding: 0.25em 0.5em;
+    line-height: 1.5em;
 }
 
 .anchor:hover, #book-text .anchor:active {
@@ -206,21 +213,21 @@ p {
 /* = Custom elements = */
 /* =================== */
 span.author {
-    font-size: 0.75em;
+    font-size: 0.5em;
     display: block;
     line-height: 1.5em;
     margin-bottom: 0.25em;
 }
 
 span.collection {
-    font-size: 0.75em;
+    font-size: 0.375em;
     display: block;
     line-height: 1.5em;
     margin-bottom: -0.25em;
 }
 
 span.subtitle {
-    font-size: 0.75em;
+    font-size: 0.5em;
     display: block;
     line-height: 1.5em;
     margin-top: -0.25em;
@@ -228,7 +235,7 @@ span.subtitle {
 
 div.didaskalia {
     font-style: italic;
-    margin: 0.5em 0 0;
+    margin: 0.5em 0 0 1.5em;
 }
 
 div.kwestia {
@@ -256,6 +263,7 @@ p.motto {
 
 p.motto_podpis {
     font-size: 0.875em;
+    text-align: right;
 }
 
 div.fragment {
@@ -294,10 +302,14 @@ p.place-and-time {
     font-style: italic;
 }
 
-em.math, em.foreign-word, em.book-title, em.didaskalia, em.author-emphasis {
+em.math, em.foreign-word, em.book-title, em.didaskalia {
     font-style: italic;
 }
 
+em.author-emphasis {
+    letter-spacing: 0.1em;
+}
+
 em.person {
     font-style: normal;
     font-variant: small-caps;