@charset "UTF-8"; /* * Klett-Cotta 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; line-height: 1.3em; background-color: #ffffff; padding: 0; margin-left: 5%; margin-right: 5%; } p { text-indent: 1em; text-align: left; font-family: serif; line-height: 1.3em; margin: 0; } li { text-indent: 0em; font-family: serif; line-height: 1.3em; } a { text-decoration: none; color: black; -webkit-text-fill-color: black; } /* Formatierung nch QS entfernen */ sup { font-size: 0.75em; line-height: 0.5em; } 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.ttop { height: auto; min-height: 60%; text-align: center; } div.tbottom { height: auto; margin-top: 2em; text-align: center; } p.author { text-indent: 0; text-align: center; font-size: 1em; } p.title { text-indent: 0; text-align: center; font-size: 2em; font-weight: normal; line-height: 1.2em; margin-top: 1.5em; } p.subtitle { text-indent: 0; text-align: center; font-size: 1.2em; font-style: normal; margin-top: 2em; } p.translation { text-indent: 0; text-align: center; font-size: 1em; font-style: normal; margin-top: 1em; } p.impress { text-indent: 0; text-align: left; font-size: 0.8em; } p.impress-top { text-indent: 0; text-align: left; margin-top: 1em; font-size: 0.8em; } div.quote { margin-top: 5em; } div.dedication { margin-top: 5em; } /* CONTENT */ h1 { text-indent: 0; text-align: center; font-size: 1.5em; font-weight: bold; margin-top: 3em; margin-bottom: 0; line-height: 130%; } h1.blind { margin: 0; padding: 0; } h2, h1.h2 { text-indent: 0; text-align: left; font-size: 1.2em; font-weight: bold; margin-top: 1em; margin-bottom: 0; } h3 { text-indent: 0; text-align: left; font-size: 1em; font-weight: bold; margin-top: 2em; margin-bottom: 0; } h4 { text-indent: 0; text-align: left; font-size: 1em; font-weight: normal; font-style: italic; margin-top: 1em; margin-bottom: 0; } h5 { text-indent: 0; text-align: left; font-size: 1em; font-weight: bold; margin-top: 1em; margin-bottom: 0; } h6 { text-indent: 0; text-align: left; font-size: 1em; font-weight: bold; margin-top: 1em; margin-bottom: 0; } p.noindent { text-indent: 0em; } p.noindent-top { text-indent: 0em; margin-top: 1em; } p.noindent-h2 { text-indent: 0em; margin-top: 2em; } p.noindent-h3 { text-indent: 0em; margin-top: 1em; } p.noindent-h4 { text-indent: 0em; margin-top: 0; } p.noindent-h5 { text-indent: 0em; margin-top: 0; } 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.hangindent { text-indent: -1em; text-align: left; font-size: 0.8em; padding-left: 1em; } p.smalltext-noindent-top { text-indent: 0em; font-size: 0.8em; margin-top: 1em; } p.smalltext { font-size: 0.8em; } p.smalltext-h1 { text-indent: 0em; font-size: 0.8em; margin-top: 1em; } div.top { margin-top: 1em; } div.top3 { margin-top: 3em; } div.image { text-align: center; margin-top: 1em; margin-bottom: 1em; } img { max-width: 100%; } /* für Autorenfoto */ ul { list-style-type: disc; margin-top: 1em; margin-bottom: 1em; } ol { list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; } /* für Aufzählungsanfang mit 2. */ /* BACKMATTER */ a.footnote-anchor { float: left; width: 2em; margin-left: -2em; } p.footnote { text-indent: 0em; text-align: left; font-size: 0.8em; margin-bottom: 0.25em; clear: left; padding-left: 2em; }