fix for empty editors
[librarian.git] / librarian / epub / style.css
index 0bc8000..fd98f07 100644 (file)
@@ -36,8 +36,12 @@ body
 \r
 a\r
 {\r
-       color: black;\r
        text-decoration: none;\r
+       color: #00e;\r
+}\r
+\r
+a img {\r
+    border: 0;\r
 }\r
 \r
 #book-text\r
@@ -163,7 +167,6 @@ p
 .title\r
 {\r
     font-size: 3em;\r
-    margin-bottom: 1.5em;\r
     text-align: center;\r
     line-height: 1.5em;\r
     font-weight: bold;\r
@@ -180,6 +183,28 @@ p
     margin-bottom: 0.25em;\r
 }\r
 \r
+.intitle\r
+{\r
+    margin: 0;\r
+    text-align: center;\r
+    font-weight: bold;\r
+\r
+    font-size: 1.5em;\r
+    line-height: 1.5em;\r
+    margin-bottom: 0.25em;\r
+}\r
+\r
+.insubtitle\r
+{\r
+    margin: 0;\r
+    text-align: center;\r
+    font-weight: bold;\r
+\r
+    font-size: 1em;\r
+    line-height: 1.5em;\r
+    margin-bottom: 0.25em;\r
+}\r
+\r
 .collection\r
 {\r
     margin: 0;\r
@@ -337,3 +362,10 @@ p.info img
        margin-left: 2em;\r
        margin-right: 2em;\r
 }\r
+\r
+p.minor {\r
+    font-size: 0.75em;\r
+}\r
+p.footer {\r
+    margin-top: 2em;\r
+}\r