@charset "UTF-8"; /* * Aufbau Standard Stylesheet * Letzte Änderung: 08.09.2015 */ /* --- GENERAL --- */ @font-face { font-family: serif; font-style: normal; font-weight: normal; src: url('../fonts/DejaVuSerif.otf'); } @font-face { font-family: serif; font-style: normal; font-weight: bold; src: url('../fonts/DejaVuSerif-Bold.otf'); } @font-face { font-family: serif; font-style: italic; font-weight: normal; src: url('../fonts/DejaVuSerif-Italic.otf'); } @font-face { font-family: serif; font-style: italic; font-weight: bold; src: url('../fonts/DejaVuSerif-BoldItalic.otf'); } body { font-family: serif; margin-left: 5%; margin-right: 5%; padding: 0; } p { text-indent: 1em; font-size: 0.8em; line-height: 165%; margin: 0; text-align: left; } li { font-family: serif; font-size: 0.8em; line-height: 165%; } a { text-decoration: none; } /* Epub Fix für verschachtelte Listen */ ul ul li { font-size: 100%; } ol ol li { font-size: 100%; } ol ul li { font-size: 100%; } ul ol li { font-size: 100%; } /* --- FRONTMATTER --- */ div.title { margin-top: 2em; } div.logo { margin-top: 3em; text-align: left; } /* Titelei-Werte nicht ändern: Standard-Titlei */ p.author { text-indent: 0; text-align: left; font-size: 1.7em; } p.title { text-indent: 0; text-align: left; font-size: 1.7em; line-height: 1.2em; margin-top: 1em; font-weight: bold; } p.genre { text-indent: 0; text-align: left; font-style: italic; margin-top: 1em; } p.impress { text-indent: 0; text-align: left; } p.impress-top2 { text-indent: 0; text-align: left; margin-top: 2em; } p.toc { text-indent: 0; text-align: left; font-size: 1.2em; margin-top: 1em; margin-bottom: 1em; line-height: 1.3em; font-weight: bold; } p.toc-h1 { text-indent: 0; text-align: left; font-weight: bold; line-height: 1.5em; } div.quote { margin-top: 5em; } div.dedication { margin-top: 5em; } /* --- CONTENT --- */ h1.backmatter { text-indent: 0; text-align: left; font-family: serif; font-size: 1.2em; font-style: normal; font-weight: bold; margin: 0; margin-top: 1em; margin-bottom: 1em; color: #000000; line-height: 1.3em; } h1 { text-indent: 0; text-align: left; font-size: 1.5em; font-weight: normal; margin-top: 1em; margin-bottom: 0; line-height: 1.3em; } p.noindent { text-indent: 0em; } p.noindent-top { text-indent: 0em; margin-top: 1em; } p.noindent-h1 { text-indent: 0em; margin-top: 3em; } p.top { margin-top: 1em; } p.center { text-indent: 0; text-align: center; } p.poem { text-indent: -1em; text-align: left; padding-left: 1em; margin-left: 1em; } p.quote { text-indent: 0em; text-align: left; margin-left: 1em; } p.quote-source { text-indent: 0em; margin-right: 50%; text-align: right; } p.Kapitel-Datum { text-indent: 0em; margin-top: 3em; } p.people { text-indent: 0; text-align: center; } p.orte { text-indent: 0; text-align: center; font-size: 1.2em; margin-top: 1em; margin-bottom: 0.8em; } p.dedication { text-indent: 0; text-align: center; } span.g1-4 { font-size: 0.5em; line-height: 0.5em; } span.g1-6 { font-size: 0.5em; line-height: 0.5em; } span.big { font-size: 1.2em; } .top { margin-top: 1em; } .top3 { margin-top: 3em; } div.top { margin-top: 1em; } div.top3 { margin-top: 3em; } div.top-h1 { margin-top: 3em; } img { max-width: 100%; } ul { list-style-type: disc; margin-top: 1em; margin-bottom: 1em; } ol { list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; } /* --- FUßNOTEN/REGISTER --- */ /* --- WERBUNG/ANZEIGEN --- */ div.newsletter { background-color: #DCDCDC; padding-bottom: 1.5em; } div.newsletter p span.big { font-size: 1.15em; font-weight: bold; } div.newsletter div.text-box { padding: 0 7%; } div.newsletter div.newsletter-box { background-color: #FFFFFF; padding: 0.75em 7%; margin-top: 1em; border: 1px solid #DCDCDC; } h1.newsletter { text-indent: 0; text-align: center; font-family: serif; font-size: 1.35em; font-style: normal; font-weight: normal; margin: 0; padding-top: 0.75em; margin-bottom: 0.75em; color: #000000; line-height: 1.3em; } /* --- INNENLESEPROBE --- */