/* * * Hanser Stylesheet * Letzte Änderung: 10.01.2013 * */ /* * * FONTS * */ @font-face { font-family: serif; src:url(fonts/LinLibertine_Re-4.1.8.otf); } @font-face { font-family: serif; src:url(fonts/LinLibertine_Bd-4.0.2.otf); font-weight:bold; } @font-face { font-family: serif; src:url(fonts/LinLibertine_It-4.0.3.otf); font-style:italic;} @font-face { font-family: serif; src:url(fonts/LinLibertine_BI-4.0.3.otf); font-weight:bold; font-style:italic;} @font-face { font-family: sans; src:url(fonts/DejaVuSansCondensed-BoldOblique.otf); font-weight:bold; font-style:italic;} @font-face { font-family: sans; src:url(fonts/DejaVuSans.otf); } @font-face { font-family: sans; src:url(fonts/DejaVuSansCondensed-Bold.otf); font-weight:bold;} @font-face { font-family: sans; src:url(fonts/DejaVuSansCondensed-Oblique.otf); font-style:italic;} /* * * GENERELL * */ body { font-family:serif; line-height:130%; background-color:#fff; padding:0; margin-left:5%; margin-right:5%; } p { text-indent:1em; margin-bottom:0; margin-top:0; line-height:130%; } li { margin:0; line-height:130%; font-family:serif; text-indent:0em; } a { text-decoration:none; color:black; } a.h1 { text-decoration:none; color:black; color:#6b6d73; } sup { font-size:0.75em; line-height:0.5em; } sub { font-size:0.75em; line-height:0.5em; } /* * * TITELEI * */ div.title { margin-top:2em; } div.logo { text-align:left; margin-top:10em; } p.leseprobe { text-indent:0; text-align:left; font-size:1em; margin-bottom:3em; } p.author { text-indent:0; text-align:left; font-size:1em; font-weight:bold; color:#6b6d73; } p.title { text-indent:0; text-align:left; font-size:2em; line-height:1.2em; margin-top:2em; } p.subtitle { text-indent:0; text-align:left; font-size:1em; margin-top:1em; } p.translation { text-indent:0; text-align:left; font-size:1em; margin-top:2em; } /* * * IMPRESSUM * */ div.impress { 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; } p.impress-top2 { text-indent:0; text-align:left; margin-top:2em; font-size:0.8em; } /* * * INHALTSVERZEICHNIS * */ p.toc-h1 { text-indent:0; text-align:left; } p.toc-h2 { text-indent:0; text-align:left; } /* * * FRONTMATTER * */ div.quote { margin-top:5em; } div.dedication { margin-top:5em; } /* * * ÜBERSCHRIFTEN * */ h1 { text-align:center; font-size:2em; font-weight:normal; line-height:1.5em; margin-top:2em; margin-bottom:0; } h1.blind { margin:0; padding:0; } h2 { text-align:center; font-size:1.5em; font-weight:normal; margin-top:1.5em; margin-bottom:0; } h2.blind { margin:0; padding:0; } /* * * TEXTFORMATIERUNG * */ 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-top6 { text-indent:0em; margin-top:6em; } p.noindent-h1 { text-indent:0em; margin-top:2em; } p.noindent-h2 { 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; } p.right-top2 { text-indent:0; text-align:right; margin-top:2em; } p.star { text-indent:0; text-align:center; margin-top:1em; margin-bottom:1em; } p.sans { text-indent:0; font-family:sans, sans-serif; } span.initial { font-size:2.5em; font-style:italic; line-height:1em; } span.black { color:black; } /* Für rechtsverschobenen Text (z.B. Gedichte) */ p.marged { text-indent:0; margin-left:1em; } p.marged-indent { text-indent:1em; margin-left:1em; } /* Für (meist) grau hinterlegte Boxen) */ div.box { border:0; margin-top:1em; margin-bottom:1em; padding:0; } div.box-inner { padding-left:1em; padding-right:1em; margin-top:1em; margin-bottom:1em; } hr { background:#000000; margin:0; } /* * * ABSTANDSFORMATIERUNG * */ div.top { margin-top:1em; } div.top2 { margin-top:2em; } div.top3 { margin-top:3em; } div.top6 { margin-top:6em; } div.margin { margin:1em 0; } div.margin2 { margin:2em 0; } div.margin3 { margin:3em 0; } span.g1-8 { font-size:0.5em; } /* * * BILDER * */ div.image { text-align:center; margin-top:1em; margin-bottom:1em; page-break-inside:avoid; width:100%; } /*normale bilder*/ div.image-chapter { text-align:right; margin-top:2em; page-break-inside:avoid; width:100%; } img { max-width:100%; } img.inline { max-width:100%; display:inline-block; } p.caption { text-indent:0; text-align:center; font-style:italic; font-size:0.8em; } /* * * LISTEN * */ ul { list-style-type:square; margin-top:0; margin-bottom:0; color:#94969c; } ol { list-style-type:decimal; margin-top:0; margin-bottom:0; } span.list-anchor { float:left; width:2em; margin-left:-2em; } p.list { text-indent:0; text-align:left; clear:left; padding-left:2em; } /* 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%; border-collapse:collapse; } td { border:1px solid black; vertical-align:top; } /* * * FUßNOTEN/REGISTER * */ a.footnote-anchor { float:left; width:2em; margin-left:-2em; } p.footnote { text-indent:0; text-align:left; font-family:sans, sans-serif; font-size:0.8em; clear:left; margin-bottom:0.25em; padding-left:2em; } span.register-anchor { float:left; width:2.5em; margin-left:-2.5em; } p.register-float { text-indent:0em; text-align:left; clear:left; margin-bottom:0.25em; padding-left:2.5em; } /* Für fußnotenähnliche Register */ p.register { text-indent:-1em; text-align:left; font-family:sans, sans-serif; font-size:0.8em; padding-left:1em; }