/****************************************************************************\ ** ** 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 - 2011 Quark, Inc. ** All rights reserved. ** \****************************************************************************/ /* Body is always applied as the default style even when no text tagging is selected */ @page, body, p, .body { margin: 0; } /* Name of the author */ .byline { font-size: 0.8em; } /* 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: 0.8em; text-align: center; } /* Credit for the source of the image / diagram */ .figure-credit { font-size: 0.6em; text-align: center; } /* By default paragraphs are not indented */ .indented-para { margin-left: 2em; margin-right: 2em; } /* pullquote is similar to the blockquote, so we will try to mimic blockquote as much as we can */ .pullquote { font-size: 1.25em; margin-left: 2em; margin-right: 2em; text-align: center; } .title1 { font-size: 2.5em; text-align: center; } .title2 { font-size: 2em; text-align: center; } .chapter-name { font-size: 1.8em; text-align: center; } .headline1 { font-size: 1.5em; } .headline2 { font-size: 1.2em; } /* Character attributes can also be modified, by using the following classes */ .bold { font-weight: bold; } .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.normaal { font-family : "Times New Roman", serif; font-weight : normal; font-style : normal; font-size : 1em; text-decoration : none; font-variant : normal; line-height : 1.16; color : #000000; text-indent : 0px; margin : 1em 0 0 0; } .page-break-before{ page-break-before: always; } .page-break-after{ page-break-after: always; } h1.titelpagina { font-family : "Myriad Web Pro", sans-serif; font-weight : normal; font-style : normal; font-size : 1.25em; text-decoration : none; text-transform : uppercase; line-height : 0.92; text-align : center; color : #000000; text-indent : 0px; margin : 2em 0 0 0; } h1.logo { font-family : "Myriad Web Pro", sans-serif; font-weight : normal; font-style : normal; font-size : 1.25em; text-decoration : none; text-transform : uppercase; line-height : 0.92; text-align : center; color : #000000; text-indent : 0px; margin : 0; } h2.titelpagina { font-family : "Myriad Web Pro", sans-serif; font-weight : normal; font-style : italic; font-size : 2em; text-decoration : none; font-variant : normal; line-height : 0.58; text-align : center; color : #000000; text-indent : 0px; margin : 0px; } h3.titelpagina { font-family : "Myriad Web Pro", sans-serif; font-weight : normal; font-style : normal; font-size : 0.92em; text-decoration : none; font-variant : normal; line-height : 1.1; text-align : center; color : #000000; text-indent : 0px; margin : 0 0 2em 0; } h1.logo { font-family : "Myriad Web Pro", sans-serif; font-weight : normal; font-style : normal; font-size : 1.25em; text-decoration : none; line-height : 0.92; text-align : center; color : #000000; text-indent : 0px; margin : 0; } img.cover{ max-width: 100%; max-height: 100%; } .walburglogo{ margin-top: 5%; text-align: center; page-break-after: always; display: block; } span.char-style-override-3 { font-size : 0.83em; } span.char-style-override-4 { font-size : 0.83em; font-style : normal; font-weight : normal; } .center{ text-align: center; }