/*fonts*/ @font-face { font-family: "Arno Pro"; src: url(../Fonts/ArnoPro-Regular.otf); } @font-face { font-family: "Arno Pro"; src: url(../Fonts/ArnoPro-Italic.otf); } @font-face { font-family: "Arno Pro Smbd"; src: url(../Fonts/ArnoPro-Smbd.otf); } @font-face { font-family: "Arno Pro Smbd"; src: url(../Fonts/ArnoPro-SmbdItalic.otf); } @font-face { font-family: "Optima LT Std"; src: url(../Fonts/OptimaLTStd.otf); } @font-face { font-family: "Optima LT Std"; src: url(../Fonts/OptimaLTStd-Italic.otf); } @font-face { font-family: "Optima LT Std"; src: url(../Fonts/OptimaLTStd-Bold.otf); } @font-face { font-family: PSsymbolen; src: url(../Fonts/PSsymbolen.otf); } @font-face { font-family: "Arno Pro SC"; src: url(../Fonts/ArnoPro-SC.otf); } @font-face { font-family: PSsymbolen; src: url(../Fonts/PSsymbolen.otf); } @font-face { font-family: "Arno Pro SC"; src: url(../Fonts/ArnoPro-SCBold.otf); } @font-face { font-family: "Arno Pro SC"; src: url(../Fonts/ArnoPro-SCBoldItalic.otf); } @font-face { font-family: "Arno Pro SC"; src: url(../Fonts/ArnoPro-SCItalic.otf); } /*pagina definitie*/ @page { margin: 18pt 10pt 10pt 10pt; } /*algemene instellingen*/ div, p, h1, h2, h3 { font-family: "Arno Pro", serif; line-height: 1.25em; font-size: 1em; margin: 0 0 0 0; text-align: left; font-weight: normal; font-style: normal; color: black; } /*nieuwe pagina definities*/ div.nieuwepagina { page-break-before: always; } /*object stijlen*/ div.cover { text-align: center; } div.cover img { width: auto; height: 100%; } div.logo { display: block; text-align: center; } /*alinea stijlen*/ .algemeen { font-family: "Arno Pro"; font-size: 1em; } .algemeen + .algemeen { text-indent: 15pt; } .centreren { text-align: center; } .hoofdstuk { page-break-before: always; font-size: 2em; margin-bottom: 10%; text-align: center; } .hoofdstukX { page-break-before: always; font-size: 2em; margin-bottom: 10%; color: white; text-align: center; } /*witregel tussen alinea's*/ .witregel { color: white; } /*reserve Alinea stijlen*/ /*stijlen voor het voorwerk*/ .v-auteur { font-size: 3em; text-align: center; line-height: 1.1em; margin-bottom: 1em; } .v-boektitel { font-family: "Arno Pro Smbd"; font-size: 3em; text-align: center; line-height: 1.1em; margin-bottom: 0.75em; } .v-ondertitel { font-size: 1.4em; text-align: center; line-height: 1.1em; margin-top: 1em; } .v-colofon { font-size: 0.8em; text-align: center; } .v-isbn { font-family: "Arno Pro SC"; font-size: 0.8em; text-align: center; } /*karakter stijlen*/ span.cursief { font-family: "Arno Pro"; font-style: italic; } span.vet { font-family: "Arno Pro Smbd"; font-weight: bold; } span.kleinkap { font-family: "Arno Pro SC"; } span.wit { color: white; } /*reserve karakter stijlen*/