@charset "UTF-8"; /* * Hanser Stylesheet * Letzte Änderung: 11.08.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 { line-height: 1.3; background-color: #fff; padding: 0; margin-left: 5%; margin-right: 5%; margin-top: 0; text-align: left; font-family: serif; } a { text-decoration: none; color: black; } /* Formatierung nach QS entfernen */ p { text-indent: 1em; margin: 0; text-align: left; } /* FRONTMATTER */ div.ttop { height: auto; min-height: 60%; text-align: center; } div.tbottom { height: auto; margin-top: 2em; text-align: center; } div.logo { text-align: center; margin-top: 5%; } p.logo { text-align: center; margin: 0; text-indent: 0; } p.author { text-indent: 0; text-align: center; font-size: 1.5em; line-height: 1.2em; } p.title { text-indent: 0; text-align: center; font-size: 1.5em; line-height: 1.2em; margin-top: 0.5em; } p.translation { text-indent: 0; text-align: center; font-size: 1em; line-height: 1.2em; margin-top: 2em; } p.publisher { text-indent: 0; text-align: center; font-size: 1em; line-height: 1.2em; margin-top: 3em; } p.impress { text-indent: 0; text-align: center; } p.impress-top { text-indent: 0; text-align: center; margin-top: 1em; } p.impress-top2 { text-indent: 0; text-align: center; margin-top: 2em; } p.toc-h1 { text-indent: 0; text-align: left; font-weight: normal; line-height: 1.5em; margin-top: 0.5em; } /* CONTENT */ h1.frontmatter, .backmatter { text-align: center; font-family: serif; font-size: 1.5em; font-style: normal; font-weight: normal; margin-top: 1em; margin-bottom: 1em; color: #000000; } h1 { text-indent: 0; text-align: center; font-weight: normal; font-size: 1.5em; margin-top: 1em; margin-bottom: 0em; } h1.blind { margin: 0; padding: 0; } h2.h1 { text-indent: 0; text-align: center; font-weight: normal; font-size: 1.5em; margin: 0; } h2 { text-indent: 0; text-align: center; font-weight: normal; font-size: 1.0em; margin-top: 3em; margin-bottom: 0em; } h2.blind { margin: 0; padding: 0; } div.pagebreak + h2 { padding-top: 3em; } p.noindent { text-indent: 0; } p.noindent-top { text-indent: 0; margin-top: 1em; } p.noindent-top2 { text-indent: 0; margin-top: 2em; } p.noindent-top3 { text-indent: 0; margin-top: 3em; } p.noindent-h1 { text-indent: 0; padding-top: 3em; } p.noindent-h2 { text-indent: 0; margin-top: 2em; } p.center { text-indent: 0; text-align: center; } p.center-top { text-indent: 0; text-align: center; margin-top: 1em; } p.right-top { text-indent: 0; text-align: right; margin-top: 1em; } p.center-small { text-indent: 0; text-align: center; font-size: 0.8em; line-height: 0.8em; } p.hebrew { text-indent: 0; margin-top: 1em; font-family: sans-serif; font-weight: bold; } p.hebrew-backwards { text-indent: 0; margin-top: 1em; font-family: sans-serif; font-weight: bold; } p.hebrew-in-latin { text-indent: 0; } p.hebrew-translated { text-indent: 0; font-weight: bold; } p.hebrew-explain-first { text-indent: 0; } p.hebrew-explain { text-indent: 1em; } span.small { font-size: 0.8em; } div.center-top { text-align: center; margin-top: 1em; } div.block { text-align: left; display: inline-block; margin-left: 2em; margin-right: 2em; } div.top2 { margin-top: 2em; } div.top-h1 { margin-top: 3em; } div.pagebreak { page-break-before: always; } /* normale bilder*/ img { max-width: 100%; } img.hebrew-backwards { height: 1.2em; display: inline-block; vertical-align: -0.2em; margin: 0 0 0 -0.3em; padding: 0; } img.hebrew-backwards-left { height: 1.2em; display: inline-block; vertical-align: -0.2em; margin: 0; padding: 0; } ol { list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; } /* BACKMATTER */ p.register { text-indent: -1em; text-align: left; padding-left: 1em; } p.glossar { text-indent: -1em; text-align: left; padding-left: 1em; }