@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 */ /* FONT EMBEDDING */ @import url("fonts.css"); /* 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 */ h1.toc { text-align: left; font-family: SansSerif, sans-serif; font-weight: bold; font-style: normal; font-size: 1.6em; margin: 0; margin-bottom: 2.0em; color: #000000; } ol.toc { list-style-type: none; padding: 0; margin: 0; } li.toc-h1 { text-align: left; margin-left: 0; } /* HEADLINE STYLES */ h1 { font-size: 1em; font-weight: normal; font-family: SansSerif, sans-serif; line-height: 1.3em; margin-top: 1em; margin-bottom: 2.0em; } h1.center { text-align: center; } h1.serif { font-family: Serif, serif; } h1.blind { margin: 0; padding: 0; } /* 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 and block-level elements */ /* paragraph base definition */ p { font-size: 1em; widows: 2; orphans: 2; margin: 0; } p.indent { text-indent: 1.6em; } p.noindent { text-indent: 0; } /* align classes */ p.center { text-align: center; } /* margin settings */ .margin { margin-top: 1em; margin-bottom: 1em; } .margin-t { margin-top: 1em; } .margin-t3 { margin-top: 3em; } /* SPECIAL PARAGRAPH styles - book content elements */ p.quote { text-indent: 0; padding-left: 1.6em; } p.letter { text-align: left; font-family: Serif, serif; padding-left: 1.6em; font-size: 1.0em; } /* about the book/author */ h1.about-book-author { text-align: left; font-family: SansSerif, sans-serif; font-weight: bold; font-style: normal; font-size: 1.6em; margin: 0; margin-bottom: 2.0em; color: #000000; } /* title page */ p.author { font-size: 1.2em; font-weight: normal; margin-top: 0; text-indent: 0; text-align: center; } p.title { font-size: 2.0em; font-weight: normal; margin-top: 0.75em; line-height: 1em; text-indent: 0; text-align: center; } p.translation { font-size: 1.0em; font-weight: normal; margin-top: 0.75em; text-indent: 0; text-align: center; } p.genre { font-size: 1.0em; font-weight: normal; margin-top: 0.75em; text-indent: 0; text-align: center; } div.be-logo { width: 100%; page-break-inside: avoid; padding: 0; margin-top: 6em; } /* copyright page */ p.publisher { font-family: SansSerif, sans-serif; font-weight: normal; font-size: 1.2em; margin-top: 2em; text-indent: 0; text-align: left; } p.copyright { font-size: 0.9em; text-indent: 0; text-align: left; } /* INLINE ELEMENTS */ /* links */ a:link, a:visited { text-decoration: none !important; color: blue; } span.initial { font-size: 3em; line-height: 0.5em; } /* 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 */ /* BIBLIOGRAPHY */ /* INDEX */ /* FEEDBACK PAGE */ p.feedback-header { text-indent: 0; text-align: center; font-family: Serif, serif; font-size: 2em; font-weight: bold; margin-top: 2.5%; margin-bottom: 0; } /* PREVIEW PAGE */ /* AD PAGE */ /* SPEZIFISCH/INDIVIDUELL */ em.sans-serif { font-family: SansSerif, sans-serif; font-style: normal; } em.nuptial-script { font-family: nuptial-script; font-size: 1.3em; } .indent3 { text-indent: 3em; }