/* * * Aufbau Standart Stylesheet * Letzte Ă„nderung: 21.01.2013 * */ /* --- GENERAL --- */ /* Fonts werden nur noch eingebunden, wenn explizit Schriften gebraucht werden, die vom Standartfont des Buchen abweichen. */ /* Beispiele zum einbinden einer Font finden sich im Wiki */ body { font-family:serif; margin-left:5%; margin-right:5%; padding:0; } p { text-indent:1em; font-size:0.8em; line-height:165%; margin:0; } li { font-family:serif; font-size:0.8em; line-height:165%; } a { text-decoration:none; } sup { font-size:0.75em; line-height:0.5em; } sub { font-size:0.75em; line-height:0.5em; } /* --- 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.leseprobe { text-indent:0; text-align:center; font-size:1em; margin-bottom:3em; } p.author { text-indent:0; text-align:center; font-size:1.5em; } p.title { text-indent:0; text-align:center; font-size:2em; line-height:1.2em; margin-top:1em; } p.subtitle { text-indent:0; text-align:center; font-size:1.2em; margin-top:2em; } p.genre { text-indent:0; text-align:center; font-size:1.2em; margin-top:1em; } p.translation { text-indent:0; text-align:center; font-size:1em; margin-top:1em; } p.impress { text-indent:0; text-align:left; } p.impress-top { text-indent:0; text-align:left; margin-top:1em; } p.impress-top2 { text-indent:0; text-align:left; margin-top:2em; } p.menu { text-indent:0; text-align:left; font-weight:bold; line-height:1.5em; } p.toc { text-indent:0; text-align:left; font-size:1.5em; margin-top:1em; margin-bottom:1em; } p.toc-h1 { text-indent:0; text-align:left; font-weight:bold; line-height:1.5em; } div.zitat { margin-top:10%; padding-top:10%; } p.zitat { text-indent:0; text-align:center; } p.right { text-indent:0; text-align:right; margin-top:1em; } /* --- CONTENT --- */ h1 { text-align:center; font-size:1.5em; font-weight:normal; margin-top:1em; margin-bottom:0; } h1.brackets { text-align:left; font-family:serif; font-size:1.5em; font-weight:normal; margin-top:1em; margin-bottom:1em; } h1.blind { margin:0; padding:0; } p.h1-text { text-indent:0; font-style:italic; margin-top:0.5em; font-size:2em; text-align:center; } p.noindent { text-indent:0em; margin-top:1em; } p.noindent-top2 { text-indent:0em; margin-top:2em; } p.noindent-h1 { text-indent:0em; margin-top:3em; } div.top { margin-top:1em; } div.top2 { margin-top:2em; } p.center-break { text-indent:0; text-align:center; page-break-before:always; font-size:1.2em; font-style:italic; } p.center { text-indent:0; text-align:center; } p.trenner { text-indent:0; text-align:center; margin-top:1em; } p.marged { text-indent:0; margin-left:1em; } p.marged-indent { text-indent:1em; margin-left:1em; } ol { padding:0 0 0 1.7em; margin:0; margin-top:3em; } p.hangindent { text-indent:-1em; text-align:left; padding-left:1em; margin-top:1em; } span.underline { text-decoration:underline; color:blue; }