/* ***************** Verlag: Rowohlt (Belletristik) Element: Innentitel + Cover Letzter Autor: sl Stand: 18.10.2010 Vorgaben: font-face Elemente werden jetzt eingebettet (hps 25.06.09) Kommentar: AUFGERAEUMT sl 18.10.2010 autoren angepasst sl 09.11.2010 ***************** */ @page { margin-top: 4px; margin-bottom: 20px; margin-left: 13px; margin-right: 0; } @font-face { font-family: sans-serif; font-style: normal; font-weight: normal; src:url(../Fonts/DejaVuSans.ttf); } @font-face { font-family: sans-serif; font-style: normal; font-weight: bold; src:url(../Fonts/DejaVuSans-Bold.ttf); } @font-face { font-family: sans-serif; font-style: italic; font-weight: normal; src:url(../Fonts/DejaVuSans-Oblique.ttf); } @font-face { font-family: sans-serif; font-style: italic; font-weight: bold; src:url(../Fonts/DejaVuSans-BoldOblique.ttf); } @font-face { font-family: serif; font-style: normal; font-weight: normal; src:url(../Fonts/DejaVuSerif.ttf); } @font-face { font-family: serif; font-style: normal; font-weight: bold; src:url(../Fonts/DejaVuSerif-Bold.ttf); } @font-face { font-family: serif; font-style: italic; font-weight: normal; src:url(../Fonts/DejaVuSerif-Italic.ttf); } @font-face { font-family: serif; font-style: italic; font-weight: bold; src:url(../Fonts/DejaVuSerif-BoldItalic.ttf); } body, div, p { margin:0; padding-right: 24px; font-family:serif; } .bookAuthor { font-size: 1.3em; } div.authors { margin:1.4em 0 0.5em 40px; } .bookCoauthor { margin:-0.5em 0 1em 40px; font-size:1.0em; font-family:serif; } .bookReihe { margin:0 0 0 40px; font-size:1.2em; font-family:serif; font-style:italic; font-weight:normal; } .bookTitle { margin:0 0 0 40px; font-size:1.3em; font-family:serif; font-weight:bold; } .bookSubtitle { margin:0 0 0 40px; font-size:1.1em; font-family: serif; } .bookAdditional { margin: 1em 0 0 40px; } .bookGenre { font-size:0.9em; font-family:serif; font-style:italic; } .bookTranslation { font-size:0.9em; } .bookIllustration { font-size:0.9em; } /* LOGO */ .diagram { margin: 3em 0 0 15px; } .logo { /* img */ border: 0; } /* COVER */ div.figure{ text-align: center; margin:0; } img.cover{ margin: 0 auto 0 auto; /* e-o */ border: 0; max-width:100%; max-height:100%; margin-left:1.65em; }