@charset "UTF-8"; /* * Aufbau Standard Stylesheet * Letzte Änderung: 08.09.2015 */ /* --- GENERAL --- */ @font-face { font-family: sans-serif; font-style: normal; font-weight: normal; src: url('../fonts/DejaVuSans.otf'); } @font-face { font-family: sans-serif; font-style: normal; font-weight: bold; src: url('../fonts/DejaVuSans-Bold.otf'); } @font-face { font-family: sans-serif; font-style: italic; font-weight: normal; src: url('../fonts/DejaVuSans-Oblique.otf'); } @font-face { font-family: sans-serif; font-style: italic; font-weight: bold; src: url('../fonts/DejaVuSans-BoldOblique.otf'); } @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: center; } /* Titelei-Werte nicht ändern: Standard-Titlei */ p.author { text-indent: 0; text-align: center; font-size: 1.7em; font-family: sans-serif; } p.title { text-indent: 0; text-align: center; font-size: 1.7em; line-height: 1.2em; margin-top: 0em; font-weight: normal; font-family: sans-serif; } p.genre { text-indent: 0; text-align: center; font-style: italic; margin-top: 3em; font-family: sans-serif; } div.title-img { margin-top: 0em; margin-bottom: 0em; page-break-inside: avoid; display: inline-block; width: 4em; text-align: center; } p.impress { text-indent: 0; text-align: left; } p.impress-top { text-indent: 0; text-align: left; margin-top: 1em; } 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; } p.toc-h2 { text-indent: 0; text-align: left; font-weight: bold; padding-left: 1em; } div.dedication { 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; } h2 { text-indent: 0; text-align: center; font-size: 1.2em; font-weight: normal; margin-top: 1em; margin-bottom: 0; font-family: sans-serif; } h2.blind { margin: 0; padding: 0; } p.h1 { text-indent: 0; text-align: center; font-size: 1.5em; font-weight: normal; margin-top: 0em; margin-bottom: 0; line-height: 1.3em; font-family: sans-serif; } 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-h2 { text-indent: 0em; margin-top: 1em; } 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.marged { text-indent: 0em; margin-left: 1em; } p.futura { text-indent: 0; text-align: center; margin-bottom: 1em; font-family: sans-serif; } p.courier { font-family: sans-serif; margin-left: 3em; margin-right: 3em; text-indent: 0em; } p.dedication { text-indent: 0em; } span.initial { font-size: 2em; line-height: 1em; font-family: sans-serif; } span.g1-8 { font-size: 0.5em; line-height: 0.5em; } div.top { margin-top: 1em; } div.top3 { margin-top: 3em; } div.top3d { padding-top: 3em; } div.center { text-align: center; } div.pagebreak { page-break-before: always; } div.toc-image { margin-top: 2em; margin-bottom: 0em; page-break-inside: avoid; width: 100%; text-align: left; } div.image-h1 { margin-top: 3em; margin-bottom: 0em; page-break-inside: avoid; width: 100%; text-align: center; } img { max-width: 100%; } ol { list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; } /* --- FUßNOTEN/REGISTER --- */ /* --- 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 --- */