@charset "UTF-8"; /* * Suhrkamp Standard Stylesheet * Letzte Ă„nderung: 18.09.2013 */ /* GENERELL */ @font-face { font-family: serif; font-style: normal; font-weight: normal; src: url('../Fonts/LinLibertine_R.otf'); } @font-face { font-family: serif; font-style: italic; font-weight: normal; src: url('../Fonts/LinLibertine_RI.otf'); } @font-face { font-family: serif; font-style: normal; font-weight: bold; src: url('../Fonts/LinLibertine_RB.otf'); } @font-face { font-family: serif; font-style: italic; font-weight: bold; src: url('../Fonts/LinLibertine_RBI.otf'); } body { font-family: serif; line-height: 1.3; padding: 0; margin-left: 5%; margin-right: 5%; font-size: 1em; } p { text-indent: 1em; margin-bottom: 0; margin-top: 0; text-align: left; } a { text-decoration: none; color: black; } /* Formatierung nch QS entfernen */ sup { font-size: 70%; line-height: 70%; } ol ol li { font-size: 100%; } ol ul li { font-size: 100%; } /* FRONTMATTER */ div.title { margin-top: 2em; } p.author { text-indent: 0em; text-align: center; font-size: 2em; } p.title { text-indent: 0em; text-align: center; font-size: 2.5em; } p.translation { text-indent: 0; text-align: center; font-size: 1em; margin-top: 1.5em; } p.publisher { text-indent: 0; text-align: center; font-size: 1.1em; margin-top: 10em; } p.impress { font-size: 0.9em; text-align: left; text-indent: 0; } p.impress-top { font-size: 0.9em; text-align: left; text-indent: 0; margin-top: 1em; } div.dedication { margin-top: 5em; } /* CONTENT */ h1 { text-align: center; font-size: 1.3em; font-style: normal; font-weight: normal; font-style: italic; margin-top: 15%; margin-bottom: 0; } h2 { text-align: center; font-size: 1em; font-style: normal; font-weight: normal; margin-top: 15%; margin-bottom: 0; } h1.blind { margin: 0; padding: 0; } h2.blind { margin: 0; padding: 0; } p.noindent { text-indent: 0em; } p.noindent-top { text-indent: 0em; margin-top: 1em; } p.noindent-h2 { text-indent: 0em; margin-top: 1em; } p.center { text-indent: 0; text-align: center; } ol { list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; } /* BACKMATTER */ a.footnote-anchor { float: left; width: 3em; margin-left: -3em; } p.footnote { text-indent: 0em; text-align: left; font-size: 0.9em; padding-left: 3em; clear: left; }