Added handling of tags motto_podpis, podtytul and nota.
[wolnelektury.git] / bin / master.css
index f6ee64f..f07e41c 100644 (file)
@@ -99,6 +99,13 @@ span.collection {
     margin-bottom: -0.25em;
 }
 
+span.subtitle {
+    font-size: 0.75em;
+    display: block;
+    line-height: 1.5em;
+    margin-top: -0.25em;
+}
+
 div.didaskalia {
     font-style: italic;
     margin: 0.5em 0 0;
@@ -122,7 +129,13 @@ p.paragraph {
 }
 
 p.motto {
+    text-align: justify;
     font-style: italic;
+    margin: 1.5em 0 0;
+}
+
+p.motto_podpis {
+    font-size: 0.875em;
 }
 
 div.fragment {
@@ -130,6 +143,12 @@ div.fragment {
     padding-bottom: 1.5em;
 }
 
+div.note p, div.note p.paragraph {
+    text-align: right;
+    font-style: italic;
+}
+
 hr.spacer {
     height: 3em;
+    visibility: hidden;
 }