@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: 27-02-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 */ #cvr { margin: 0; } 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: 1.6em; font-weight: normal; font-family: SansSerif, sans-serif; line-height: 1.3em; margin-top: 1em; text-align: center; } /* IMAGES */ div.image-container { width: 100%; page-break-inside: avoid; padding: 0; margin-top: 1em; } /* alignment of image */ .center { text-align: center; } .right { text-align: right; } /* image settings and header/subtext */ img { max-width: 100%; } /* PARAGRAPHS and block-level elements */ /* paragraph base definition */ p { font-size: 1em; widows: 2; orphans: 2; margin: 0; } .indent { text-indent: 1.6em; } .noindent { text-indent: 0; } /* margin settings */ .margin { margin-top: 1em; } .margin-t { margin-top: 3em; } /* SPECIAL PARAGRAPH styles - book content elements */ .verse { text-indent: 0; padding-left: 1.6em; } .separator { font-size: 1.1em; text-align: center; margin-top: 1em; } /* about the book/author */ /* title page */ p.author { font-size: 1.5em; font-weight: normal; margin-top: 0; text-indent: 0; text-align: center; } p.title { font-size: 2em; font-weight: normal; margin-top: 0.75em; line-height: 1em; text-indent: 0; text-align: center; } p.subtitle { font-size: 1.2em; font-weight: normal; margin-top: 1em; text-indent: 0; text-align: center; } p.translation { font-size: 1em; font-weight: normal; margin-top: 1em; text-indent: 0; text-align: center; } div.be-logo { width: 100%; page-break-inside: avoid; padding: 0; margin-top: 3em; text-align: center; } /* copyright page */ p.publisher { font-family: SansSerif, sans-serif; font-weight: normal; font-size: 1.2em; margin-top: 0; text-indent: 0; text-align: center; } p.copyright { font-size: 0.9em; text-indent: 0; text-align: center; } /* INLINE ELEMENTS */ /* links */ a:link, a:visited { text-decoration: none !important; color: blue; } .italic { font-style: italic; } .bold { font-weight: bold; } .caps { font-size: 78%; } span.initial { font-size: 2.9em; line-height: 0.8em; } /* LISTS */ ol { margin: 0; padding: 0 0 0 1.7em; } li { font-size: 1em; text-align: left; } /* DECORATION ELEMENTS AND TEXTBOXES */ /* TABLES */ /* FOOTNOTES AND FOOTNOTE REFERENCES */ /* GLOSSARY */ /* FEEDBACK PAGE */ h1.feedback { text-align: center; font-family: Serif, serif; font-size: 2em; font-weight: bold; margin-top: 2.5%; } /* PREVIEW PAGE */ /* AD PAGE */ /* SPEZIFISCH/INDIVIDUELL */ em.sans-serif { font-family: SansSerif, sans-serif; font-style: normal; }