@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("../Styles/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: 1.5em; font-weight: normal; font-family: EmilysCandy, serif; line-height: 1.3em; margin-top: 0.5em; margin-bottom: 0.1em; } h2 { font-size: 1.6em; font-weight: normal; font-family: GunnyRewritten, serif; line-height: 1.3em; margin-top: 1em; margin-bottom: 0.5em; } h1.center, h2.center { text-align: center; } h1.blind, h2.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%; } /* 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; } /* margin settings */ .margin { margin-top: 1em; margin-bottom: 1em; } .margin-t { margin-top: 1em; } .margin-t2 { margin-top: 2em; } /* SPECIAL PARAGRAPH styles - book content elements */ 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; color: #000000; } /* title page */ p.author { font-size: 1.5em; font-weight: normal; margin-top: 0; text-indent: 0; text-align: center; } p.subtitle { font-size: 2.0em; font-weight: normal; margin-top: 0; text-indent: 0; text-align: center; } p.illustration { font-size: 1.0em; font-weight: normal; margin-top: 1.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: 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.italic, .italic { font-style: italic; } span.bold, .bold { font-weight: bold; } span.underline, .underline { text-decoration: underline; } span.linethrough, .linethrough { text-decoration: line-through; } /* LISTS */ ul { margin: 0; padding: 0 0 0 1.2em; } ol { margin: 0; padding: 0 0 0 1.7em; } li { font-size: 1em; text-align: left; } ul.bullet { list-style-type: disc; } /* DECORATION ELEMENTS AND TEXTBOXES */ div.box-line-1 { border-width: 1px; border-style: solid; padding: 1em; margin-top: 1em; margin-bottom: 1em; } div.box-line-1 h2 { margin-top: 0; } /* TEXTBOX-HEADER: Use next logical h[2-6]-number in structure */ /* TABLES */ table { width: 100%; margin-top: 1em; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0px; border-width: 0px; } td { background-color: inherit; padding: 0.25em; text-align: left; vertical-align: top; border-width: 0px; } /* 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.GunnyRewritten { font-family: GunnyRewritten; font-style: normal; font-size: 1.2em; } em.SpecialElite { font-family: SpecialElite; font-style: normal; } em.Desyrel { font-family: Desyrel; font-style: normal; font-size: 1.3em; } em.EmilysCandy { font-family: EmilysCandy; font-style: normal; } .green { color: green; } .margin2 { margin-top: 2em; margin-bottom: 2em; } .small4 { font-size: 0.7em; line-height: 1em; } .small3 { font-size: 0.75em; line-height: 1em; } .small2 { font-size: 0.8em; line-height: 1em; } .small { font-size: 0.9em; line-height: 1em; } .big { font-size: 1.1em; line-height: 1em; } .big2 { font-size: 1.3em; line-height: 1em; } .big3 { font-size: 1.5em; line-height: 1em; } .big4 { font-size: 1.7em; line-height: 1em; }