/****************************************************************************\ ** ** 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. ** \****************************************************************************/ /* Body is always applied as the default style even when no text tagging is selected */ .body { margin-left: 0.5em; margin-right: 0.5em; text-align: justify; text-indent: 1.5em } /* Name of the author */ .byline { font-size: 0.8em; text-align: right; text-indent: 0em } /* innentitel, buchtitel */ .it-titel { font-size: 2.7em; font-family: sans-serif; font-weight: bold; text-align: center; text-indent: 0em; padding-top: 1em; padding-bottom: 1.9em; } /* innentitel, autor */ .it-autor { font-size: 1.5em; font-family: sans-serif; font-weight: bold; text-align: center; text-indent: 0em; padding-top: 2em; 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; } /* Caption given to any figure */ .figure-caption { font-size: 1em; text-align: left; text-indent: 0em; padding-bottom: 1em; } /* Credit for the source of the image / diagram */ .figure-credit { font-size: 1.6em; text-align: right; padding-top: 0.7em; text-indent: 0em; padding-bottom: 3em } /* 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 */ .indented-para { text-align: justify; 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 { margin-left: 1.6em; margin-right: 2em; text-align: left; padding-top: 1em; padding-bottom: 1em; text-indent: 0em } .title1 { font-size: 2.7em; text-align: center; padding-top: 1em; text-indent: 0em } .title2 { font-family: sans-serif; font-size: 1.6em; text-align: center; text-indent: 0em } .chapter-name { font-family: sans-serif; font-size: 2.8em; text-align: right; margin-right: 0em; font-weight: bold; padding-top: 1.1em; padding-bottom: 2.5em; } .headline1 { font-family: sans-serif; font-size: 1.6em; text-align: left; font-weight: bold; padding-top: 1.5em; padding-bottom: 1em; text-indent: 0em } .headline2 { font-family: sans-serif; font-weight: bold; font-size: 1.1em; text-align: left; padding-top: 1em; 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; } .subscript { vertical-align: sub; } .superior { vertical-align: super; } p { margin-top: 0px; margin-bottom: 0px; margin-left: 0px } .firstline { text-indent: 0em }