[ePub, Mobi] Smaller text-indent in paragraphs.
[librarian.git] / librarian / mobi / style.css
index 99792e5..55af220 100644 (file)
@@ -2,7 +2,6 @@
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */
 
-
 .h2
 {
        font-size: 2em;
 
 .paragraph
 {
-    margin-top: 0;
+    margin: 0;
+}
+
+.paragraph + .paragraph
+{
+    text-indent: 1.2em;
 }
 
+
 /* ======================== */
 /* = Footnotes and themes = */
 /* ======================== */
 
-.annotation-anchor
-{
-       font-style: normal;
-       font-weight: normal;
-       font-size: 0.875em;
-       display: block;
-       float: left;
-       width: 2.5em;
-       clear: both;
-}
-
 .annotation
 {
-    margin: 0;
-    margin-top: 1.5em;
-}
-
-.annotation-body
-{
-       margin-left: 2.5em;
-       font-size: 0.875em;
+       margin-bottom: 0.3em;
+       text-align: left;
 }
 
 .block
        padding: 1em;
 }
 
+
 /* ============= */
 /* = 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;
 }
 
 /* =================== */
@@ -161,7 +145,7 @@ div.didaskalia
        margin-left: 1.5em;
 }
 
-div.kwestia
+.kwestia
 {
        margin-top: 0.5em;
 }
@@ -183,40 +167,30 @@ div.kwestia
        margin-top: 1.5em;
 }
 
-.motto_podpis
+.motto_podpis, .motto_podpis .paragraph
 {
        font-size: 0.875em;
        text-align: right;
 }
 
-div.fragment
+.fragment
 {
        border-bottom: 0.1em solid #999;
        padding-bottom: 1.5em;
 }
 
-div.note
+.note, .note .paragraph
 {
        text-align: right;
        font-style: italic;
 }
-div.note div.paragraph
-{
-    text-align: right;
-    font-style: italic;
-}
-div.dedication
-{
-    text-align: right;
-    font-style: italic;
-}
-div.dedication div.paragaph
+
+.dedication, .dedication .paragaph
 {
     text-align: right;
     font-style: italic;
 }
 
-
 hr.spacer
 {
        height: 3em;