Added handling of sekcja_swiatlo and motto tags.
[wolnelektury.git] / bin / master.css
index 1922298..f6ee64f 100644 (file)
@@ -16,7 +16,7 @@ a {
 /* =================================================== */
 h1 {
     font-size: 3em;
-    margin: 1.5em 0 0;
+    margin: 1.5em 0;
     text-align: center;
     line-height: 1.5em;
     font-weight: bold;
@@ -86,16 +86,17 @@ p {
 /* = Custom elements = */
 /* =================== */
 span.author {
-    font-size: 0.9em;
+    font-size: 0.75em;
     display: block;
     line-height: 1.5em;
+    margin-bottom: 0.25em;
 }
 
 span.collection {
-    font-size: 0.6em;
+    font-size: 0.75em;
     display: block;
     line-height: 1.5em;
-    margin-bottom: -0.8em;
+    margin-bottom: -0.25em;
 }
 
 div.didaskalia {
@@ -107,12 +108,28 @@ div.kwestia {
     margin: 0.5em 0 0;
 }
 
+div.stanza {
+    margin: 1.5em 0 0;
+}
+
+div.kwestia div.stanza {
+    margin: 0;
+}
+
 p.paragraph {
     text-align: justify;
     margin: 1.5em 0 0;
 }
 
+p.motto {
+    font-style: italic;
+}
+
 div.fragment {
     border-bottom: 0.1em solid #999;
     padding-bottom: 1.5em;
 }
+
+hr.spacer {
+    height: 3em;
+}