/* * * Herder Standard Stylesheet * Letzte Änderung: 19.03.2013 * */ /* * * FONTS * */ @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); } /* * * GENERELL * */ body { font-family:serif; line-height:1.3; background-color:#fff; padding:0; margin-left:5%; margin-right:5%; } p { text-indent:1em; font-size:0.8em; margin-bottom:0; margin-top:0; line-height:165%; } li { margin:0; font-size:0.8em; line-height:165%; font-family:serif; text-indent:0em; } a { text-decoration:none; color:black; } sup { font-size:0.75em; line-height:0.5em; } /* * * TITELEI * */ div.title { margin-top:2em; } div.ttop { height:auto; min-height:60%; text-align:left; } div.tbottom { height:auto; margin-top:2em; text-align:center; } p.author { text-indent:0; text-align:center; font-size:1.2em; line-height:1.2em; font-weight:normal; } p.title { text-indent:0; text-align:center; font-size:2em; line-height:1.2em; margin-top:2em; font-family:sans-serif; color:grey; font-weight:bold; } p.subtitle { text-indent:0; text-align:center; font-size:1.2em; margin-top:1em; line-height:1.2em; } /* * * IMPRESSUM * */ p.impress { text-indent:0; text-align:left; } p.impress-top { text-indent:0; text-align:left; margin-top:1em; } /* * * INHALTSVERZEICHNIS * */ p.toc { text-indent:0; text-align:left; font-size:1.2em; font-weight:normal; margin-top:0.5em; margin-bottom:2em; font-family:sans-serif; color:grey; } p.toc-h1 { text-indent:0; text-align:left; line-height:1.5em; margin-top:1.5em; margin-bottom:.5em; font-weight:bold; font-size:1em; font-family:sans-serif; color:grey; } p.toc-h2 { text-indent:0; text-align:left; padding-left:1em; } p.toc-h3 { text-indent:0; text-align:left; font-weight:normal; margin-left:1em; padding-left:1em; } p.toc-top { text-indent:0; text-align:left; margin-top:1em; } span.toc-anchor { float:left; width:2em; margin-left:-2em; } p.toc-anchor { text-indent:0em; text-align:left; clear:left; padding-left:2em; font-size:.8em; font-weight:normal; margin-top:0.5em; margin-bottom:0.5em; line-height:1.3em;} /* * * FRONTMATTER * */ div.quote { margin-top:5em; } div.dedication { margin-top:5em; } /* * * ÜBERSCHRIFTEN * */ h1 { text-align:left; font-size:1.4em; font-weight:normal; margin-top:1em; margin-bottom:0; font-family:sans-serif; color:grey; } h1.blind { margin:0; padding:0; } h2 { text-align:left; font-size:1.2em; font-weight:normal; margin-top:3em; margin-bottom:0; font-family:sans-serif; color:grey; padding-left:1.7em;} span.h2-num { float:left; width:1.7em; margin-left:-1.7em; } h3 { text-align:left; font-size:1em; font-weight:bold; margin-top:1em; margin-bottom:0; font-family:sans-serif; color:grey; } /* * * TEXTFORMATIERUNG * */ p.noindent { text-indent:0em; margin-top:0em; } p.noindent-top { text-indent:0em; margin-top:1em; } p.noindent-top2 { text-indent:0em; margin-top:2em; } p.noindent-top3 { text-indent:0em; margin-top:3em; } p.noindent-h1 { text-indent:0em; margin-top:5%; } p.noindent-h2 { text-indent:0em; margin-top:2em; } p.noindent-h3 { text-indent:0em; margin-top:1em; } p.top { margin-top:1em; } p.top2 { margin-top:2em; } p.center { text-indent:0; text-align:center; } p.center-top { text-indent:0; text-align:center; margin-top:1em; } p.center-top2 { text-indent:0; text-align:center; margin-top:2em; } p.right { text-indent:0; text-align:right; } p.right-top { text-indent:0; text-align:right; margin-top:1em; } span.initial { font-size:2em; line-height:1em; font-weight:normal; font-family: sans-serif; } span.grey { color:grey; } span.underline { text-decoration:underline; } /* Für rechtsverschobenen Text (z.B. Gedichte) */ p.poem { text-indent:1em; margin-left:1em; padding-left:-1em; } div.poem { margin-left:5em; margin-top:2em; } /* Für (meist) grau hinterlegte Boxen) */ div.box { background-color:lightgrey; padding-left:1em; padding-right:1em; margin:1em 10% 0 10%; text-align:center; } div.box-h2 { background-color:lightgrey; padding-left:1em; padding-right:1em; margin:2em 10% 0 10%; text-align:center; } hr.top { margin-top:0; border:1px solid lightgrey; } hr.bottom { margin-bottom:0; border:1px solid lightgrey; } div.trenner { margin-top:1em; text-align:center; } p.trenner { text-indent:0; } /* * * ABSTANDSFORMATIERUNG * */ div.top { margin-top:1em; } div.top2 { margin-top:2em; } div.top3 { margin-top:3em; } div.margin { margin:1em 0; } div.margin2 { margin:2em 0; } div.margin3 { margin:3em 0; } /* * * BILDER * */ div.image { margin-top:1em; margin-bottom:1em; page-break-inside:avoid; width:100%; text-align:center; } /*normale bilder*/ img { max-width:100%; } p.caption { text-indent:0; font-size:0.8em; font-family:sans-serif; } /* * * LISTEN * */ ul { list-style-type:disc; margin-top:1em; margin-bottom:1em; margin-left:0; padding-left:1em; } ul.nomargin { margin:0; } ul.notop { margin-top:0; } ol.decimal { list-style-type:decimal; margin:1em 0 1em 0em; padding:0 0 0 1em; } ol.lower-alpha { list-style-type:lower-alpha; margin:1em 0 1em 0em; padding:0 0 0 1em; } /* Betrifft nur das epub Format */ ul ul li { font-size:100%; } ol ol li { font-size:100%; } ol ul li { font-size:100%; } /* * * TABELLEN * */ table { width:100%; margin:0em 0 0 -.2em; padding:0 0 0 0; font-size:.8em; } /* * * FUßNOTEN/REGISTER * */ p.lit-h2, p.glossar-h2 { padding-left:1em; text-indent:-1em; margin-top:2em; } p.lit { padding-left:1em; text-indent:-1em; } a.footnote-anchor { float:left; width:2em; margin-left:-2em; } p.footnote { text-indent:0em; text-align:left; clear:left; margin-bottom:0.25em; padding-left:2em; } p.register { text-indent:0; } p.register-top { text-indent:0; margin-top:1em; } p.register-pad { text-indent:0; padding-left:1em; }