Django 1.8 and other updates.
[wolnelektury.git] / apps / wolnelektury_core / static / css / new.book.css
index b148020..a5f4c06 100644 (file)
@@ -1,6 +1,6 @@
 body {
     font-size: 16px;
-    font: Georgia, "Times New Roman", serif;
+    font-family: Georgia, "Times New Roman", serif;
     line-height: 1.5em;
     margin: 0;
 }
@@ -13,7 +13,7 @@ a {
 /* ================================== */
 /* = Header with logo and menu      = */
 /* ================================== */
-#toc ol, #themes ol {
+#toc ol, #themes ol, #objects ol {
     list-style: none;
     padding: 0;
     margin: 0;
@@ -45,10 +45,14 @@ a {
 }
 
 #info p {
-    text-align: justify;
-    margin: 1.5em 0 0;
+    margin: 1em 0 0;
+}
+
+#info .sponsors img {
+    margin-bottom: 1em;
 }
 
+
 /* =================================================== */
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */
@@ -91,7 +95,7 @@ p {
 .annotation {
     font-style: normal;
     font-weight: normal;
-    font-size: 12px;
+    font-size: .75em;
     padding-left: 2px;
     position: relative;
     top: -4px;
@@ -183,7 +187,7 @@ div.kwestia {
 }
 
 div.stanza {
-    margin: 1.5em 0 0;
+    margin: 1.5em 0;
 }
 
 div.kwestia div.stanza {
@@ -192,10 +196,11 @@ div.kwestia div.stanza {
 
 p.paragraph {
     text-align: justify;
-    margin: 1.5em 0 0;
+    margin: 0;
+    text-indent: 1.5em;
 }
 
-p.motto {
+.motto {
     text-align: justify;
     font-style: italic;
     margin: 1.5em 0 0;
@@ -204,6 +209,7 @@ p.motto {
 p.motto_podpis {
     font-size: 0.875em;
     text-align: right;
+    margin-bottom: 1.5em;
 }
 
 div.fragment {