@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 { color: #808080; font-size: 1.5em; font-style: italic; margin-top: 1em; margin-bottom: 3em; text-align: center; } /* about the book/author */ p.about-book-author { margin-bottom: 2em; margin-top: 1em; } /* title page */ p.author { font-size: 1.5em; text-align: center; margin-top: 1em; } p.title { color: #808080; font-size: 2.4em; font-style: italic; font-weight: bold; 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: 1em; 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 */ /* SPECIAL PARAGRAPH STYLES */ p.dedication { font-style: italic; margin-top: 5em; text-align: center; } p.letter { padding-left: 1.6em; } p.letter-t { margin-top:1em; padding-left: 1.6em; } p.noindent-t { margin-top: 1em; } /* 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; } /* 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; } /* IMAGES */ 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%; } img { max-width: 100%; }