@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 */ /* INFO: This is the full library - delete unused tags / classes etc. */ /* INFO: Never change class names - but use naming scheme provided for additional classes if need be */ /* INFO: attributes, e.g. font style and font-size etc. are NOT fixed. Please use basics if no change is needed - otherwhise change attributes as needed for the specific title */ /* FONT EMBEDDING */ /* Usually no font embedding should be used for production. */ /* In case there is a special requirement, integrate all necessary */ /* font files in fonts.css and activate this section by deleting the */ /* comment tagging */ /* @import url("../css/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 */ 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; } li.toc-h3 { text-align: left; margin-left: 3.2em; } /* HEADLINE STYLES */ h1 { font-size: 1.6em; font-weight: bold; font-style:normal; font-family: SansSerif, sans-serif; line-height: 1.3em; margin-top: 0em; margin-bottom: 2.0em; } h2 { font-size: 1.4em; font-weight: bold; font-family: SansSerif, sans-serif; line-height: 1.3em; margin-top: 1em; margin-bottom: 1.5em; } h3 { font-size: 1.2em; font-weight: bold; font-family: SansSerif, sans-serif; line-height: 1.3em; margin-top: 1em; margin-bottom: 1.0em; } h4 { font-size: 1em; font-weight: bold; font-family: SansSerif, sans-serif; line-height: 1.3em; margin-top: 0.4em; margin-bottom: 0.4em; } h1.center, h2.center, h3.center, h4.center { text-align: center; } h1.right, h2.right, h3.right, h4.right { text-align: right; } h1.serif, h2.serif, h3.serif, h4.serif { font-family: Serif, serif; } h1.blind , h2.blind , h3.blind, h4.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.left { text-align: left; } div.center { text-align: center; } div.right { text-align: right; } /* image settings and header/subtext */ img { max-width: 100%; } h4.image-header { /* reserved for future use */ } p.image-caption { font-size: 0.9em; text-align: center; } /* PARAGRAPHS and block-level elements */ /* paragraph base definition */ p { text-align:justify; font-size: 1em; widows: 2; orphans: 2; margin: 0; } p.indent { text-indent: 1.6em; } p.noindent { text-indent: 0; } /* align classes */ p.left { text-align: left; } 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-b { margin-bottom: 1em; } /* SPECIAL PARAGRAPH styles - book content elements */ p.verse { text-indent: 0; padding-left: 1.6em; } p.quote { text-indent: 0; font-style: italic; padding-left: 1.6em; } p.sign { text-indent: 0; text-align: center; font-size: 1.1em; } p.mail { text-indent: 0; text-align: left; font-family: SansSerif, sans-serif; font-style: italic; } p.letter { text-indent: 0; text-align: left; font-family: Serif, serif; font-style: italic; padding-left: 1.6em; } p.separator { font-size: 1.1em; text-align: center; margin-top: 1em; margin-bottom: 1em; } p.seperator { font-size: 1.1em; text-align: center; margin-top: 1em; margin-bottom: 1em; } div.hr { text-align: left; width: 100%; border-width: 1px 0 0 0; border-style: solid; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 0%; margin-right: 0%; } div.hr-dashed { text-align: left; width: 100%; border-width: 1px 0 0 0; border-style: dashed; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 0%; margin-right: 0%; } 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: center; font-weight: bold; font-size: 1.6em; 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.title { color:#B71111; font-size: 2.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: 0.25em; 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: 4em; 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.8em; text-indent: 0; text-align: center; } /* INLINE ELEMENTS */ /* links */ a:link, a:visited { font-weight: normal; text-decoration: none !important; color: blue; } span.italic, .italic { font-style: italic; } span.bold, .bold { font-weight: bold; } span.bold-italic, .bold-italic { font-weight: bold; font-style: italic; } span.underline, .underline { text-decoration: underline; } span.subscript, sub { font-size: 0.8em; vertical-align: sub; line-height: 0.5em; } span.superscript, sup { font-size: 0.8em; vertical-align: super; line-height: 0.5em; } span.linethrough, .linethrough { text-decoration: line-through; } span.initial { color: #787878; font-size: 2.9em; line-height: 0.5em; } /* 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; } ol.roman { list-style-type: upper-roman; padding: 0 0 0 1.7em; } ol.decimal { list-style-type: decimal; padding: 0 0 0 1.7em; } ol.alpha { list-style-type: lower-alpha; padding: 0 0 0 1.7em; } ul.square { list-style-type: square; } ul.bullet { list-style-type: disc; } ul.circle { list-style-type: circle; } /* DECORATION ELEMENTS AND TEXTBOXES */ div.box-escrow-1 { background-color: silver; padding: 1em; margin-top: 1em; margin-bottom: 1em; } div.box-line-1 { border-width: 1px; border-style: solid; /*Abgerundete Ecken Anfang*/ border-radius:10px 10px 10px 10px; /*Abgerundete Ecken Ende*/ padding: 1em; margin-top: 1em; margin-bottom: 1em; } div.box-rightspace-1 { margin-right: 3em; padding: 1em; margin-top: 1em; margin-bottom: 1em; } div.box-leftspace-1 { margin-left: 3em; padding: 1em; margin-top: 1em; margin-bottom: 1em; } /* TABLES */ table { width: 100%; margin-top: 1em; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0px; border-width: 0px; } th { background-color: silver; padding: 0.25em; font-size: 0.8em; text-align: left; vertical-align: top; border-width: 0px; } td { background-color: inherit; padding: 0.25em; font-size: 0.8em; text-align: left; vertical-align: top; border-width: 0px; } td.border, th.border { border-width: 1px; border-style: solid; } /* FOOTNOTES AND FOOTNOTE REFERENCES */ p.footnote-text { text-indent: 0; text-align: left; padding-left: 2em; clear: left; } a.footnote-ref { float: left; width: 2em; margin-left: -2em; } /* GLOSSARY */ p.gloss-def { text-indent: -0.5em; padding-left: 0.5em; text-align: left; } span.gloss-term { font-weight: bold; } /* 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.5em } /* 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 */ p.ad-header { text-indent: 0; text-align: left; font-size: 1.6em; font-weight: normal; font-style: italic; } /* SPEZIFISCH/INDIVIDUELL */ em.sans-serif { font-family: SansSerif, sans-serif; font-style: normal } .small { font-size: 0.8em; } .big { font-size: 1.1em; } span.versalien { font-size:91% } span.glossary { width:0.5em; display:inline-block } p.dedication { margin-top:5em; font-family:Serif, serif; font-style:italic; font-weight:normal; text-align:center } p.poem { text-indent: 0; text-align: left; font-family: Serif, serif; font-style: normal; font-weight:normal; padding-left: 1.6em; } .margin-t2 { margin-top: 2em; } div.be-logo-feedback { width: 100%; page-break-inside: avoid; padding: 0; margin-top: 2em; text-align: center; } div.image-container-kapitel { width: 100%; page-break-inside: avoid; padding: 0; margin-top: 1em; margin-bottom: 0em; text-align: center; } .margin-t5 { margin-top:5.2em; }