[ePub] Fix for inconsistent styles between on-line reader and ePub.
[librarian.git] / librarian / mobi / style.css
old mode 100755 (executable)
new mode 100644 (file)
index 3fa7021..9afe2ae
@@ -2,7 +2,6 @@
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */
 
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */
 
-
 .h2
 {
        font-size: 2em;
 .h2
 {
        font-size: 2em;
 {
        font-size: 1em;
     margin: 0;
 {
        font-size: 1em;
     margin: 0;
-    margin-top: 1.5em;
+    margin-top: 1em;
        line-height: 1.5em;
 }
 
        line-height: 1.5em;
 }
 
-p
+.paragraph
 {
 {
-       margin: 0;
+    margin: 0;
 }
 
 }
 
+.paragraph + .paragraph
+{
+    text-indent: 1.5em;
+}
+
+
 /* ======================== */
 /* = Footnotes and themes = */
 /* ======================== */
 /* ======================== */
 /* = Footnotes and themes = */
 /* ======================== */
@@ -71,15 +76,10 @@ p
 /* = Numbering = */
 /* ============= */
 
 /* = Numbering = */
 /* ============= */
 
-.anchor
+.anchor sup
 {
 {
-       margin: -0.25em -0.5em;
-       color: #777;
-       font-size: 0.875em;
-       width: 2em;
-       text-align: center;
-       padding: 0.25em 0.5em;
-       line-height: 1.5em;
+       vertical-align: text-top;
+       font-size: 0.7em;
 }
 
 /* =================== */
 }
 
 /* =================== */
@@ -166,10 +166,14 @@ div.kwestia
        margin-top: 0.5em;
 }
 
        margin-top: 0.5em;
 }
 
-.paragraph
+.stanza
 {
 {
-       text-align: justify;
-       margin-top: 1.5em;
+    margin-bottom: 1em;
+}
+
+.stanza-spacer
+{
+    display: none;
 }
 
 .motto
 }
 
 .motto
@@ -274,8 +278,7 @@ em.author-emphasis
 .person-list em.person
 {
        font-style: normal;
 .person-list em.person
 {
        font-style: normal;
-       font-variant: small-caps;
-       /*text-transform: uppercase;*/
+       text-transform: uppercase;
 }
 
 .info
 }
 
 .info