/****************************************************************************\ ** ** style.css ** ** This is the default css which is bundled inside the ePUB book, you can modify this file ** to change the styling of the book. Note: Not all book readers honor all the attributes specified here. ** ** (c) 1986 - 2012 Quark, Inc. ** All rights reserved. ** \****************************************************************************/ p { margin-left: 0.5em; margin-right: 0.5em; text-align: justify; text-indent: 1.5em } /* Name of the author */ h2 { font-size: 1.1em; } h1 { font-size: 1,5em; font-weight: normal; } .asterisk { font-family: serif; text-align: center; text-indent: 0em; padding-bottom: 2.7em; padding-top: 1em; } /* innentitel, buchtitel */ .it-titel { font-size: 2.4em; font-family: serif; line-height: 110%; text-align: center; text-indent: 0em; padding-top: 0.9em; padding-bottom: 0em; } /* innentitel, autor */ .it-autor { font-size: 1.3em; font-family: serif; text-align: center; text-indent: 0em; padding-top: 1.8em; padding-bottom: 0.2em; } /* An image inside a paragraph is always centered, so we apply this style on the p tag */ .figure { text-align:center; text-indent: 0em; } /* Caption given to any figure */ .figure-caption { font-family: serif; text-align: center; text-indent: 0em; padding-bottom: 2.7em; padding-top: 1em; } /* Credit for the source of the image / diagram */ .figure-credit { font-size: 0.9em; text-align: center; padding-top: 0.4em; text-indent: 0em; padding-bottom: 3em } /* zettel mit abst oben/unten und Linie unten */ .zettel { text-align: center; margin-left: 1.9em; margin-right: 2em; border-bottom: 1px solid; padding-bottom: 1.0em; padding-top: 2.3em; text-indent: 0em } /* Zettel-ende mit abst oben/unten und Linie unten */ .zettelende { font-size: 0.9em; text-align: left; font-family: sans-serif; margin-left: 1.9em; margin-right: 2em; border-bottom: 1px solid; padding-bottom: 0.6em; padding-top: 1.4em; text-indent: 0em } /* Bild mit abst oben/unten und Linie unten */ .bild { text-align: center; border-bottom: 2px solid; padding-bottom: 1.8em; padding-top: 2.1em; text-indent: 0em } /* Kapitel-Unterzeile */ .kapitel-uz { font-size: 1.6em; font-family: sans-serif; font-weight: bold; text-align: right; padding-top: 0.7em; text-indent: 0em; padding-bottom: 5em } /* Kapitel-Motto */ .kapitel-mt { font-size: 1.0em; font-family: sans-serif; font-style: italic; text-align: right; padding-top: 2.7em; text-indent: 0em; } /* By default paragraphs are not indented */ .abschnitt { text-align: justify; padding-top: 2em; text-indent: 0em } /* By default paragraphs are not indented */ .impressum { text-align: left; text-indent: 0em } .footnote { font-size: 0.8em; text-align: justify; padding-top: 1.2em; padding-bottom: 1.6em; text-indent: 0em } .anhang { text-align: justify; /* border-top: 2px green solid;*/ padding-top: 1.2em; text-indent: 0em } /* pullquote is similar to the blockquote, so we will try to mimic blockquote as much as we can */ .pullquote { font-size: 0.9em; font-family: serif; margin-left: 1.9em; margin-right: 2em; text-align: left; line-height: 125%; padding-top: 1em; padding-bottom: 1em; text-indent: 0em } .title1 { font-size: 2.7em; font-weight: bold; text-align: left; padding-top: 0.4em; text-indent: 0em } .title2 { font-family: sans-serif; font-weight: bold; font-size: 1.1em; text-align: left; padding-bottom: 1.9em; text-indent: 0em } .chapter-name { font-family: sans-serif; font-size: 1em; text-align: left; line-height: 110%; margin-right: 0em; font-weight: bold; padding-top: 1.1em; text-indent: 0em; padding-bottom: 0em; padding-top: 5em; } .headline1 { font-family: sans-serif; font-size: 1.8em; text-align: center; padding-top: 1.1em; padding-bottom: 2.2em; text-indent: 0em } .headline2 { font-family: sans-serif; font-weight: normal; font-size: 1.3em; text-align: left; padding-top: 0em; text-indent: 0em } /* Character attributes can also be modified, by using the following classes */ .bold { font-weight: bold; } div.keeptogether { display: inline-block; text-indent: 0em; text-align: justify; margin-left: 0em; margin-right: 0em; } .italic { font-style: italic; } .underline { text-decoration: underline; } .strikethrough { text-decoration: line-through; } .strikethrough-and-underline { text-decoration: line-through underline; } .superscript { /* vertical-align: super; */ font-size: 70%; vertical-align: 50%; } sup { /* vertical-align: super;*/ font-size: 72%; /* font-weight: bold;*/ /* line-height: normal;*/ vertical-align: 11%; } .subscript { vertical-align: sub; } .superior { vertical-align: super; } p { margin-top: 0px; margin-bottom: 0px; margin-left: 0px } .firstline { text-indent: 0em } @page { margin-top: 22px; }