@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("../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 */ /* NAVIGATION DOCUMENT */ p.toc-h1 { text-align: left; margin-left: 0; } /* HEADLINE STYLES */ h1 { font-size: 1.6em; font-weight: normal; font-family: serif; line-height: 1.3em; margin-top: 1em; margin-bottom: 1em; } h2 { font-family: serif; font-weight: normal; font-style: italic; font-size: 2.5em; color: grey; margin-top: 1em; margin-bottom: 1em; } h3 { font-family: serif; font-size: 1.6em; color: grey; font-style: italic; font-weight: normal; text-align: center; margin-bottom: 1em; margin-top: 1em; } h4 { font-family: serif; font-size: 1em; font-weight: bold; line-height: 1.3em; margin-top: 0.6em; margin-bottom: 0.4em; } h2.center, h3.center { text-align: center; } h3 + h4 { margin-top: 0; } h2 + h4 { margin-top: 0; } /* IMAGES */ /* title advertisement */ div.advertisement { width: 80%; page-break-inside: avoid; padding: 0; margin-top: 1em; margin-bottom: 1em; margin-left: auto; margin-right: auto; text-align: center; } /* alignment of image */ /* image settings and header/subtext */ img { max-width: 100%; } /* 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-t { margin-top: 1em; } /* SPECIAL PARAGRAPH styles - book content elements */ p.mail { text-indent: 0; text-align: left; font-family: SansSerif, sans-serif !important; } /* about the book/author */ /* title page */ p.author { font-size: 1.5em; font-weight: normal; margin-top: 0; text-indent: 0; text-align: center; } p.title { font-size: 2em; font-weight: normal; margin-top: 0.75em; line-height: 1em; text-indent: 0; text-align: center; } p.translation { font-size: 1em; font-weight: normal; margin-top: 0.75em; text-indent: 0; text-align: center; } p.genre { font-size: 1em; font-weight: normal; margin-top: 0.75em; text-indent: 0; text-align: center; } div.LYX-Digital { width: 18%; page-break-inside: avoid; padding: 0; margin-left: auto; margin-right: auto; margin-top: 6em; text-align: center; } /* copyright page */ p.copyright { font-size: 0.9em; 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; } /* LISTS */ /* DECORATION ELEMENTS AND TEXTBOXES */ /* TABLES */ /* FOOTNOTES AND FOOTNOTE REFERENCES */ /* GLOSSARY */ /* FEEDBACK PAGE */ /* PREVIEW PAGE */ h1.preview { text-align: center; font-family: Serif, serif; font-size: 2em; font-weight: bold; margin-bottom: 1em; } p.preview-title { text-indent: 0; text-align: center; font-size: 1.6em; margin-top: 0.2em; margin-bottom: 1.5em; } p.preview-author { text-indent: 0; text-align: center; font-size: 1.2em; margin: 2em 0 0 0; } /* SPEZIFISCH/INDIVIDUELL */ .italic { font-style: italic; }