/* * DTV Standart Stylesheet * Letzte Änderung: 20.09.2013 */ /* --- GENERAL --- */ @font-face { font-family:LinLibertine; src:url(fonts/LinLibertine_R.otf); } @font-face { font-family:LinLibertine; src:url(fonts/LinLibertine_RB.otf); font-weight:bold; } @font-face { font-family:LinLibertine; src:url(fonts/LinLibertine_RI.otf); font-style:italic; } @font-face { font-family:LinLibertine; src:url(fonts/LinLibertine_RBI.otf); font-weight:bold; font-style:italic; } @font-face { font-family:LinLibertineCaps; src:url(fonts/LinLibertineC_Re-4.0.1.otf); } body { font-family:LinLibertine; line-height:1.3; background-color:#fff; padding:0; margin-left:5%; margin-right:5%; } p { text-indent:1em; margin-bottom:0; margin-top:0; line-height:140%; } a { text-decoration:none; color:blue; } a.url { text-decoration:underline; color:blue; } sub, sup { font-size:70%; line-height:80%; } /* Epub Fix für verschachtelte Listen */ ul ul li { font-size:100%; } ol ol li { font-size:100%; } ol ul li { font-size:100%; } ul ol li { font-size:100%; } /* --- FRONTMATTER --- */ div.cover-img { text-align:center; } div.title { margin-top:2em; } div.ttop { height:auto; min-height:65%; text-align:center; } div.tbottom { height:auto; margin-top:4em; text-align:center; } p.leseprobe { text-indent:0; text-align:center; font-size:1em; margin-top: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-family:sans-serif; font-size:2em; line-height:1.2em; margin-top:1em; } p.subtitle { text-indent:0; text-align:center; font-size:1.5em; margin-top:0.1em; } p.genre { text-indent:0; text-align:center; font-size:1.5em; margin-top:2em; } p.translation { text-indent:0; text-align:center; font-size:1.2em; margin-top:2em;} p.publisher { text-indent:0; text-align:center; font-size:1em; } p.impress { text-indent:0; text-align:left; } p.impress-top { text-indent:0; text-align:left; margin-top:1em; } p.toc-top { text-indent:0; text-align:left; font-weight:bold; margin-top:1em; } p.toc-h1 { text-indent:0; text-align:left; font-weight:bold; margin-top:1em; } p.toc-h2 { text-indent:0; text-align:left; font-weight:bold; margin-top:0em; } div.quote { margin-top:5em; } div.dedication { margin-top:5em; } /* --- CONTENT --- */ /* [BRACKETS]: */ h1.frontmatter, .backmatter { text-align:left; font-family:sans-serif; font-size:1.5em; font-style:normal; font-weight:bold; margin-top:1em; margin-bottom:1em; color:#000000 } h1 { text-align:center; font-size:1.5em; font-style:normal; font-weight:bold; margin-top:1.0em; margin-bottom:0; line-height:1.3em; } h1.blind { margin:0; padding:0; } h2 { text-indent:0; text-align:center; font-size:1.2em; font-weight:normal; margin-top:2em; margin-bottom:0em; } h2.blind { margin:0; padding:0; } 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-h1 { text-indent:0em; margin-top:3em; } p.noindent-hX { text-indent:0em; margin-top:1em; } p.top { margin-top:1em; } p.center { text-indent:0; text-align:center; } p.center-top { text-indent:0; text-align:center; margin-top:1em; } p.right { text-indent:0; text-align:right; } p.right-top { text-indent:0; text-align:right; margin-top:1em; } p.marged { text-indent:0; margin-left:1em; } p.marged-indent { text-indent:1em; margin-left:1em; } p.poem { text-indent:-1em; text-align:left; padding-left:1em; margin-left:1em; } span.initial { font-size:2.5em; font-style:italic; line-height:1em; } span.g1-8 { font-size:0.5em; line-height:0.5em } span.underline { text-decoration:underline; } div.top { margin-top:1em; } div.top2 { margin-top:2em; } div.top3 { margin-top:3em; } div.margin { margin:1em 0; } div.image { margin-top:1em; margin-bottom:1em; page-break-inside:avoid; width:100%; text-align:center; } /*normale bilder*/ div.map { width:100%; text-align:center; page-break-inside:avoid; } img { max-width:100%; } p.caption { text-indent:0; font-family:sans-serif; font-size:0.8em; } ul { list-style-type:disc; margin-top:1em; margin-bottom:0; } ol { list-style-type:decimal; margin-top:1em; margin-bottom:0; } table { width:100%; border-collapse:collapse; } /* --- FUßNOTEN/REGISTER --- */ 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; } span.register-anchor { float:left; width:3em; margin-left:-3em; } p.register-float { text-indent:0em; text-align:left; clear:left; margin-bottom:0.25em; padding-left:3em; } /* Für fußnotenähnliche Register */ p.register { text-indent:-1em; text-align:left; padding-left:1em; } p.register-top { text-indent:-1em; text-align:left; padding-left:1em; margin-top:1em; }