/* ***************** Gruppe: Theiss Element: Layout der Titelseite und des Covers Letzter Autor: sluchtenberg Stand: 01.07.2010 Vorgaben: DejaVu Schrift Performance optimiert Kommentar: Vollständige Anpassung und Aktualisierung durch mg am 28.09. @page Abstand nach oben verringert, wegen abgeschnittenem Cover; Abstand bookAuthor entsprechend angepasst sl 01.07.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:3.6em 0 4em 0; font-size: 1.1em; } .bookTitle { margin:0 0 1em 0; font-size:2em; font-weight:bold; } .bookSubtitle { margin:0 0 2.5em 0; font-size:1.3em; } .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 { /* ein P für Kurzname-Verlag */ margin: 0.5em 0 0 0; font-size:0.8em; } .logo { /* ein img */ border: 0; } img.cover { max-height: 100%; max-width: 100%; padding: 0; margin: 0; } .figure { border: 0; text-align: center; } .leseprobeStempel { text-align:center; font-size:14pt; margin-top:20px; } span.leseprobeStempel { padding:10px; border:1px solid black; background-color:#EEEEEE; }