@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 */ ol.toc { list-style-type: none; padding: 0; margin: 0; } li.toc-h1 { text-align: left; margin-left: 0; } /* HEADLINE STYLES */ h1 { font-weight: normal; font-size: 1.5em; margin-top: 1em; margin-bottom: 1.5em; text-align: center; } h2 { font-size: 1.4em; font-weight: normal; line-height: 1.3em; margin-top: 1em; margin-bottom: 1.5em; text-align: center; } h3 { font-size: 1.2em; font-weight: bold; font-family: SansSerif, sans-serif; line-height: 1.3em; margin-top: 1em; margin-bottom: 1.0em; } /* about the book/author */ /* title page */ p.author { font-size: 1.5em; text-align: center; margin-top: 1em; } p.title { font-size: 2.4em; text-align: center; margin-top: 1em; } p.genre { font-size: 1.2em; margin-top: 1em; text-align: center; } p.translation { margin-top: 1em; text-align:center; } /* copyright page */ p.publisher { font-family: SansSerif, sans-serif; font-size: 1.2em; text-align: center; } p.copyright { font-size: 0.9em; margin-top: 2em; text-align: center; } /* PARAGRAPHS */ /* paragraph base definition */ p { font-size: 1em; margin: 0; widows: 2; orphans: 2; } p.noindent { text-indent: 0em; } p.indent { text-indent: 1.6em; } /* align classes */ p.center-t { text-align: center; margin-top: 1em } /* SPECIAL PARAGRAPH STYLES */ p.noindent-t { margin-top: 1em; } p.noindent-2t { margin-top: 2em; } p.letter { padding-left: 1.6em; } p.letter-t { margin-top:1em; padding-left: 1.6em; } p.verse { padding-left: 1.6em; text-align: left; } p.verse-t { margin-top: 1em; padding-left: 1.6em; text-align: left; } p.dedication { font-style: italic; margin-top: 5em; text-align: center; } /* FOOTNOTES AND FOOTNOTE REFERENCES */ /* GLOSSARY */ p.h-gloss { font-weight: bold; margin-top: 1em; } p.gloss-def { text-indent: -1.6em; padding-left: 1.6em; text-align: left; } p.gloss-def-2t { text-indent: -1.6em; padding-left: 1.6em; text-align: left; margin-top: 2em; } span.gloss-term { font-size: 0.9em; } /* INLINE ELEMENTS */ /* links */ a:link, a:visited { font-weight: normal; text-decoration: none !important; color: blue; } span.italic { font-style: italic; } span.link { color: blue; } span.initial { font-size: 2em; line-height: 0.5em; } /* FEEDBACK PAGE */ p.feedback-header { text-indent: 0; text-align: center; font-family: Serif, serif; font-size: 2.0em; font-weight: bold; margin-top: 2.5%; margin-bottom:0; } /* SPEZIFISCH/INDIVIDUELL */ img.frame-1 { width: 55%; } div.frame-2 { margin:1em auto 0px auto; text-align:center; } div.be-logo { margin-top: 6em; } img.frame-3 { margin-top: 2em; width: 33%; }