@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; } /* HEADLINE STYLES */ h1 { font-size: 150%; 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: 100%; margin: 0; widows: 2; orphans: 2; text-align: justify; } p.noindent { text-indent: 0em; } p.indent { text-indent: 1.6em; } /* margin settings */ .margin-t { margin-top: 1em; } /* SPECIAL PARAGRAPH STYLES */ p.dedication { font-style: italic; margin-top: 5em; text-align: center; } p.place-time { font-style: italic; margin-bottom: 1em; text-align: center; } p.verse { padding-left: 3em; } /* about the book/author */ p.about-book-author { font-weight: bold; margin-top: 1em; } /* title page */ p.author { font-size: 150%; margin-top: 1em; text-align: center; } p.title { font-size: 250%; margin-top: 1em; text-align: center; } p.genre { font-size: 120%; text-align: center; margin-top: 1em; } p.translation { margin-top: 1em; text-align:center; } div.eLOGO { width: 100%; page-break-inside: avoid; padding: 0; margin-top: 2em; text-align: center; } /* copyright page */ p.copyright { font-size: 80%; 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; } /* FEEDBACK PAGE */ p.feedback-header { font-family: Serif, serif; font-size: 200%; font-weight: bold; margin-bottom: 0; margin-top: 2.5%; text-indent: 0; text-align: center; }