/* * RandomHouse Stylesheet * Letzte Änderung: 15.04.2013 */ /* --- GENERAL --- */ @font-face { font-family: sans-serif; font-style: normal; font-weight: normal; src:url(fonts/DejaVuSans.otf); } @font-face { font-family: sans-serif; font-style: normal; font-weight: bold; src:url(fonts/DejaVuSans-Bold.otf); } @font-face { font-family: sans-serif; font-style: italic; font-weight: normal; src:url(fonts/DejaVuSans-Oblique.otf); } @font-face { font-family: sans-serif; font-style: italic; font-weight: bold; src:url(fonts/DejaVuSans-BoldOblique.otf); } @font-face { font-family: serif; font-style: normal; font-weight: normal; src:url(fonts/DejaVuSerif.otf); } @font-face { font-family: serif; font-style: normal; font-weight: bold; src:url(fonts/DejaVuSerif-Bold.otf); } @font-face { font-family: serif; font-style: italic; font-weight: normal; src:url(fonts/DejaVuSerif-Italic.otf); } @font-face { font-family: serif; font-style: italic; font-weight: bold; src:url(fonts/DejaVuSerif-BoldItalic.otf); } @font-face { font-family:CoertSchrift-Dik; font-style: normal; font-weight: normal; src:url(fonts/CoertSchrift-Dik.otf); } body { font-family:sans-serif; line-height:1.5; background-color:#fff; padding:0; margin-left:5%; margin-right:5%; } a { text-decoration:none; } sup { font-size:0.75em; line-height:0.5em; } p { font-size:1em; line-height:140%; text-indent:1em; margin-bottom:0; margin-top:0; text-align:left; } li { font-size:0.85em; line-height:140%; } 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.title { margin-top:1em; } div.logo , p.publisher{ text-indent:0em; text-align:center; margin-top:5em; } p.author { text-indent:0em; text-align:center; font-size:1.3em; } p.title { text-indent:0em; text-align:center; font-size:2em; margin-top:1em; } p.subtitle { text-indent:0em; text-align:center; font-size:1.3em; } p.edition { text-indent:0em; text-align:center; font-size:1em; margin-top:1em } p.illustrator { text-indent:0em; text-align:center; font-size:1em; margin-top:1em } p.impress { text-indent:0; text-align:left; font-size:0.9em; } p.impress-top { text-indent:0; text-align:left; font-size:0.9em; margin-top:1em; } p.impress-top2 { text-indent:0; text-align:left; font-size:0.9em; margin-top:2em; } p.toc-headline { text-indent:0; font-family:sans-serif; } p.toc-h1 { text-indent:0; margin-top:0em; font-family:sans-serif; } div.dedication { margin-top:15%; } div.quote { margin-top:15%; } /* --- CONTENT --- */ h1 { text-align:left; font-size:1.4em; font-family:CoertSchrift-Dik; font-weight:normal; margin-top:1em; margin-bottom:0; padding:0; color:#156791 } h1.blind { margin:0; padding:0; } div.image { width:100%; text-align:center; margin-top:1em; margin-bottom:1em } div.image-small { text-align:center; } div.image-full { text-align:center; } div.image-float { float:right; width:35% } img { max-width:100%; } p.noindent { text-indent:0em; } p.noindent-top { text-indent:0em; margin-top:1em; } p.noindent-h1 { text-indent:0em; margin-top:3em; } p.center { text-indent:0em; text-align:center; } p.marged { text-indent:0; margin-left:1em; } p.marged-indent { text-indent:1em; margin-left:1em; } span.initial { font-size:2.5em; font-family:sans-serif; font-weight:bold; line-height:0.5em; } span.sans { font-family:sans-serif; } em.thinspace { font-family:sans-serif; font-style:normal; } div.top { margin-top:1em; } div.clear { clear:both } ul { list-style-type:square; margin-top:1em; margin-bottom:1em; } ol { list-style-type:decimal; margin-top:1em; margin-bottom:1em; } table { width:100%; border-collapse:collapse; } /* --- BACKMATTER --- */ a.footnote-anchor { float:left; width:2.5em; margin-left:-2.5em; } p.footnote { text-indent:0em; padding-left:2.5em; clear:left; font-size:0.9em; text-align:left; } p.footnote-h1 { text-indent:0em; padding-left:2.5em; clear:left; font-size:0.9em; text-align:left; margin-top:3em; } 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; } p.register-h1 { text-indent:-1em; text-align:left; padding-left:1em; margin-top:3em; }