@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 */ 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; } 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.2em; font-weight: normal; font-family: SansSerif, sans-serif; line-height: 1.3em; margin-top: 1em; margin-bottom: 0.0em; } h1.center { text-align: center; } h1.left { text-align: left; } h1.right { text-align: right; } 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; } div.right { text-align: right; } /* image settings and header/subtext */ img { max-width: 100%; } /* reserved for future use */ /* 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; } p.right { text-align: right; } /* margin settings */ .margin { margin-top: 1em; margin-bottom: 1em; } .margin-t { margin-top: 1em; } .margin-t3 { margin-top: 3em; } .margin-b { margin-bottom: 1em; } .margin-r { margin-right: 1em; } /* SPECIAL PARAGRAPH styles - book content elements */ hr { width: 100%; height: 0.05em; margin-left: 0; margin-right: 0; background-color: black; } div.pagebreak { page-break-after: always; } /* 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; } /* title page */ p.author { font-size: 1.5em; font-weight: normal; margin-top: 0; text-indent: 0; text-align: center; } p.subtitle { font-size: 1.2em; font-weight: normal; margin-top: 0.25em; 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: 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; } /* 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 */ /* PREVIEW PAGE */ h1.preview { text-align: center; font-family: Serif, serif; font-size: 2em; font-weight: bold; margin-bottom:0 } h2.preview-chapter { font-family: Serif, serif; font-size: 2em; font-weight: bold; margin-bottom: 1em; } p.preview-title { text-indent: 0; text-align: center; font-size: 2em; margin-top: 1.5em; margin-bottom: 1.5em; } p.preview-author { text-indent: 0; text-align: center; font-size: 1.4em; } /* AD PAGE */ /* SPEZIFISCH/INDIVIDUELL */ em.sans-serif { font-family: SansSerif, sans-serif; font-style: normal; } em.sans-serif-italic { font-family: SansSerif, sans-serif; font-style: italic; } hr { height: 5px; width: 100%; } p.chat { margin-top: 0.25em; margin-bottom: 0.25em; } span.italic, .italic { font-style: italic; } span.bold, .bold { font-weight: bold; } .big { font-size: 1.1em; }