@charset "utf-8"; /* style.css: general stylesheet for EPUB productions of Bastei Luebbe AG */ /* Copyright 2014/15 by Bastei Luebbe AG / Production Department */ /* Version: 2.0 */ /* Last edit: 05-03-2015 */ /* PAGE SETTINGS */ @page { margin: 0; padding: 0; } /* BODY DEFINITION */ body { font-family: Serif, serif; margin: 0; padding: 0; margin-left: 2%; margin-right: 2%; word-wrap: break-word; } /* COVER */ div.cover { width: 100%; max-width: 100%; text-align: center; } /* NAVIGATION DOCUMENT */ ol.toc { list-style-type: none; padding: 0; margin: 0; } li.toc-h1 { text-align: left; margin-left: 0; } li.toc-h2 { text-align: left; margin-left: 1.6em; } /* HEADLINE STYLES */ h1 { font-size: 1.5em; font-weight: normal; margin-top: 4em; text-align: center; } h2 { font-size: 1.3em; font-weight: normal; margin-bottom: 3em; margin-top: 1em; text-align: center; } /* IMAGES */ div.image-container { width: 100%; page-break-inside: avoid; padding: 0; margin-top: 1em; margin-bottom: 1em; text-align: center; } /* alignment of image */ div.center { text-align: center; } /* image settings and header/subtext */ img { max-width: 100%; } /* PARAGRAPHS */ /* paragraph base definition */ p { font-size: 1em; margin: 0; widows: 2; orphans: 2; text-align: justify; } p.noindent { text-indent: 0em; } p.indent { text-indent: 1.6em; } /* align classes */ /* margin settings */ .margin-t { margin-top: 1em; } /* SPECIAL PARAGRAPH STYLES */ p.verse { padding-left: 3em; } p.verse-pb { margin-top: 5em; padding-left: 3em; } /* about the book/author */ p.about-book-author { font-weight: bold; margin-top: 1em; } /* title page */ p.author { font-size: 1.5em; margin-top: 1em; text-align: center; } p.title { font-size: 2.4em; margin-top: 1em; text-align: center; } p.genre { font-size: 1.2em; text-align: center; margin-top: 1em; } div.be-logo { width: 100%; page-break-inside: avoid; padding: 0; margin-top: 6em; text-align: center; } /* copyright page */ p.publisher { font-family: SansSerif, sans-serif; font-size: 1.2em; text-align: center; } p.copyright { font-size: 0.9em; margin-top: 1em; text-align: center; } /* INLINE ELEMENTS */ /* links */ a:link, a:visited { font-weight: normal; text-decoration: none !important; color: blue; } span.italic { font-style: italic; } span.link { color: blue; } /* GLOSSARY */ p.gloss-def { text-indent: -1.6em; padding-left: 1.6em; } span.gloss-term { font-weight: bold; } /* FEEDBACK PAGE */ p.feedback-header { font-family: Serif, serif; font-size: 2em; font-weight: bold; margin-bottom: 0; margin-top: 2.5%; text-indent: 0; text-align: center; }