/** Door Freya*/ /**Wijzigingen t.o.v. vorige versies v2: - Aangebracht uniforme .css voor alle boeken - Headings per genre in verschillend font; - Spel- en OCR foutjes verbeterd; - Tekst zowel links als rechts uitgelijnd (leest rustiger); - Beginpagina's aangepast en waar nodig gesplitst; - Metadata waar nodig aangevuld of aangepast; - Afbeeldingen in zwart/wit vervangen door kleurafbeeldingen (waar van toepassing); Let op: Het laten converteren van de boeken door Calibre kan vervelende consequenties heben voor het boek, eventuele opmaak kan hierdoor verloren gaan! Deze boeken zijn gemaakt voor persoonlijke doeleinden, als u hiervoor heeft betaald, bent u opgelicht!!!*/ @font-face { font-family: "Berlin Smallcaps"; src: url(../Fonts/BerlinSmallCaps.ttf); } /** voor headings in fantasy-boeken*/ @font-face { font-family: "Diehl Deco"; src: url(../Fonts/DIEHLD__.ttf); } /**voor headings in horror-boeken*/ @font-face { font-family: "October Crow"; src: url(../Fonts/OctoberCrow.ttf); } body { font-family: "Trebuchet MS", Helvetica, serif; } p { font-size: 100%; font-weight: normal; margin-top: 0; margin-bottom: 0; text-indent: 1%; text-align:justify; } h1 { font-family: "October Crow"; font-size: 200%; text-align: center; } h2 { font-family: "October Crow"; font-size: 185%; text-align: center; } h3 { font-family: "October Crow"; font-size: 150%; margin-top: 2%; margin-bottom: 2%; text-align: center; } h4 { font-size: 125%; margin-top: 2%; margin-bottom: 2%; text-align: center; } .vers { font-size: 95%; padding-left:5%; margin-top: 2%; margin-bottom: 2%; } .colofon { font-size: 75%; font-weight: normal; margin-top: 0; margin-bottom: 0; } .smallcaps { font-family: "Berlin Smallcaps"; font-weight: normal; margin-top: 0%; margin-bottom: 0%; text-align: left; } .poetry { font-size: 100%; font-style: italic; margin-top: 2%; margin-bottom: 2%; padding: 0% 0% 0% 0%; text-align: center; } .subtitle { text-align: center; font-size: 115%m; font-style: oblique; text-align: center; margin-bottom: 2%; } .appendix { font-size: 85%; font-weight: normal; margin-top: 0; margin-bottom: 0; text-indent: 1%; }