Added "verse" class to verses in book2html conversion.
[wolnelektury.git] / lib / librarian / bin / master.css
index 53209b2..5c665f8 100644 (file)
@@ -153,6 +153,18 @@ hr.spacer {
     visibility: hidden;
 }
 
+hr.spacer-line {
+    margin: 1.5em 0;
+    border: none;
+    border-bottom: 0.1em solid #000;
+}
+
+p.spacer-asterisk {
+    padding: 0;
+    margin: 1.5em 0;
+    text-align: center;
+}
+
 div.person-list ol {
     list-style: none;
     padding: 0 0 0 1.5em;
@@ -161,3 +173,13 @@ div.person-list ol {
 p.place-and-time {
     font-style: italic;
 }
+
+em.math, em.foreign-word, em.book-title, em.didaskalia, em.author-emphasis {
+    font-style: italic;
+}
+
+em.person {
+    font-style: normal;
+    font-variant: small-caps;
+}
+