/* * * Aufbau Standart Stylesheet * Letzte Ă„nderung: 27.05.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; } /* --- 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.author { text-indent:0; text-align:center; font-size:1.5em; } p.title { text-indent:0; text-align:center; font-size:2.5em; line-height:1.2em; margin-top:0.25em; } p.subtitle { text-indent:0; text-align:center; font-size:1.5em; margin-top:0.25em; } 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:1.2em; 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.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; } p.toc-h2 { text-indent:0; text-align:left; font-weight:bold; padding-left:1em; } div.widmung { margin-top:15%; padding-top:15%;} p.widmung { text-indent:0; text-align:center; } /* --- CONTENT --- */ h1 { text-align:center; font-size:1.2em; font-weight:normal; margin-top:10%; margin-bottom:0; text-indent:0; } h1.brackets { text-align:left; font-family:serif; font-size:1.5em; font-weight:normal; margin-top:1em; margin-bottom:1em; text-indent:0; } h1.frontmatter { text-align:left; font-family:serif; font-size:1.2em; font-weight:normal; margin-top:1em; margin-bottom:1em; text-indent:0; } h1.backmatter { text-align:center; font-family:serif; font-size:1.2em; font-weight:normal; margin-top:1em; margin-bottom:1em; text-indent:0; } h1.blind { margin:0; padding:0; } h2 { text-align:center; font-size:1.2em; font-weight:normal; margin-top:2em; margin-bottom:0; text-indent:0; } h2.break { text-align:center; font-size:1.2em; font-weight:normal; margin-top:2em; margin-bottom:0; text-indent:0; } p.noindent { text-indent:0em; margin-top:1em; } p.noindent-top2 { text-indent:0em; margin-top:2em; } p.noindent-notop { text-indent:0em; } p.noindent-h1 { text-indent:0em; margin-top:3em; } p.noindent-h2 { text-indent:0em; margin-top:1.5em; } p.marged { text-indent:0; margin-left:1em; } p.right { text-indent:0; margin-top:1em; text-align:right; } p.glossar { padding-left:1em; text-indent:-1em; } p.glossar-h1 { padding-left:1em; text-indent:-1em; margin-top:3em; } img { max-width:100%; } div.werbung-cover { text-align:left; width:33%; margin-top:2em; } div.werbung-cover-break { page-break-before:always; text-align:left; width:33%; } p.werbung-heading { text-indent:0; font-size:1.2em; font-style:italic; } div.top { margin-top:1em; } div.top3 { margin-top:3em; }