@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 */ ol ol li { font-size: 100%; } ol ul 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.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; } /* --- CONTENT --- */ /* [BRACKETS]: */ 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; } h1.blind { margin: 0; padding: 0; } p.noindent { text-indent: 0em; } p.noindent-top { text-indent: 0em; margin-top: 1em; } p.noindent-top2 { text-indent: 0em; margin-top: 2em; } p.noindent-h1 { text-indent: 0em; margin-top: 3em; } p.top { margin-top: 1em; } p.center { text-indent: 0; text-align: center; } p.center-top { text-indent: 0; text-align: center; margin-top: 1em; } p.right { text-indent: 0; text-align: right; } p.poem { text-indent: 0; margin-left: 3em; } span.small { font-size: 0.8em; } div.top { margin-top: 1em; } div.top2 { margin-top: 2em; } div.top3 { margin-top: 3em; } img { max-width: 100%; } p.heading { text-indent: 0; text-align: center; margin-top: 2em; } p.quote { text-indent: 0; text-align: right; } p.source { text-indent: 0; text-align: right; } /* --- FUßNOTEN/REGISTER --- */ a.footnote-anchor { float: left; width: 3em; margin-left: -3em; } p.footnote { text-indent: 0em; text-align: left; clear: left; margin-bottom: 0.25em; padding-left: 3em; } /* --- WERBUNG/ANZEIGEN --- */ div.werbung-cover { text-align: left; width: 33%; margin-top: 2em; } div.werbung-cover-break { page-break-before: always; text-align: left; width: 33%; } p.werbung-heading { text-indent: 0; font-size: 1.2em; font-style: italic; } /* --- INNENLESEPROBE --- */