/* ***************** Verlag: aufbau Element: Innentitel + Cover Letzter Autor: sl Stand: 18.10.2010 Vorgaben: DejaVu Schrift Performance optimiert Kommentar: AUFGERAEUMT sl 18.10.2010 ***************** */ @page { margin-top: 4px; margin-bottom: 20px; margin-left: 20px; 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 { padding-right: 30px; width: 95%; } body, div, p { margin:0; font-family:serif; text-align: center; } p { font-size: 0.8em; } .bookAuthor { margin:2.6em 0 1.7em 0; font-size: 1.3em; } .bookTitle { margin:0 0 0.7em 0; font-size:1.8em; font-weight:bold; } .bookSubtitle { margin:0 0 2.5em 0; font-size:1.3em; font-style:italic; } .bookGenre { margin:0 0 2em 0; font-size:1em; font-style:italic; } .bookTranslation { margin:0 0 0.5em 0; font-size:0.8em; } .bookIllustration { margin:0 0 0.5em 0; font-size:0.8em; } .bookPublisher { margin: 0.5em 0 0 0; font-size:0.8em; display:none; } /* LOGO */ .logo { /* ein img */ border: 0; } /* COVER */ div.figure { border: 0; text-align: center; } img.cover { margin: 0 auto 0 auto; /* e-o */ border: 0; max-height: 100%; max-width: 100%; padding: 0; margin: 0; } /*LESEPROBE*/ .leseprobeStempel { text-align:center; font-size:14pt; margin-top:20px; } span.leseprobeStempel { padding:10px; border:1px solid black; background-color:#EEEEEE; } div.top { text-align:center; min-height:68%; height:auto; width:100%; } div.bottom { margin-top:2em; text-align:center; height:auto; width:100%; }