/* * * Longworth: Mord in der Rue Dumas * */ /* --- 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.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:3em; line-height:1.2em; margin-top:0.5em; } p.subtitle { text-indent:0; text-align:center; font-size:1em; margin-top:1em; } p.translation { text-indent:0; text-align:center; font-size:1em; margin-top:2em; } 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-headline { text-indent:0; text-align:left; font-family:serif; font-size:1.5em; font-weight:normal; margin-top:1em; margin-bottom:1em; } p.toc { text-indent:0; text-align:left; margin-top:0.3em; font-size:0.8em; } div.widmung { margin-top:4em; } p.widmung { text-indent:0; text-align:center; } /* --- CONTENT --- */ h1 { text-indent:0; text-align:center; font-size:1.2em; font-weight:normal; margin-top:1em; margin-bottom:1em; } p.h1-subhead { text-indent:0; text-align:center; margin-bottom:3em; } h1.brackets { text-indent:0; 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.noindent { text-indent:0em; margin-top:1em; } p.noindent-notop { text-indent:0em; margin-top:0; } p.noindent-top4 { text-indent:0em; margin-top:4em; } div.indent { margin-top:1em; } p.indent { text-indent:1em; margin-left:1em; } div.center { margin-top:1em; } p.center { text-indent:0; text-align:center; } div.image { margin-top:1em; margin-bottom:1em; page-break-inside:avoid; width:100%; text-align:center; } img { max-width:100%; } /* --- FUßNOTEN/REGISTER --- */ a.footnote-anchor { float:left; width:2em; margin-left:-2em; } p.fn-text { text-indent:0; text-align:left; clear:left; margin-left:2em; }