@charset "UTF-8"; /*** TIPI DI FONTS DA UTILIZZARE ***/ @font-face { font-family: "Minion"; font-weight: normal; font-style: normal; src: url('../Fonts/MinionPro-Regular.otf'); } @font-face { font-family: "Minion"; font-weight: normal; font-style: italic; src: url('../Fonts/MinionPro-It.otf'); } @font-face { font-family: "Minion"; font-weight: bold; font-style: normal; src: url('../Fonts/MinionPro-Bold.otf'); } @font-face { font-family: "Minion"; font-weight: bold; font-style: italic; src: url('../Fonts/MinionPro-BoldIt.otf'); } /*** REGOLE DEFAULT PER OGNI PAGINA ***/ body { margin:3%; font-family: "Minion"; font-size: 100%; line-height: 1.2em; color: #000000; word-wrap: break-word; } p, h1, h2, h3, h4, h5, h6, blockquote, ul, li, tr, th, td, img { padding: 0; margin: 0; border: 0; font-style: normal; font-weight: normal; } h1, h2 { -webkit-hyphens:none; } a { text-decoration: none; color:#bd2716; } /*** «Presentazione» PAGE ***/ body#presentazione div#header h1 { font-family: "Hoefler Text", "Minion"; font-style: italic; font-size: 2em; line-height: 1.2em; text-align: center; color: #452B18; } body#presentazione div#header h2 { font-family: "Hoefler Text", "Minion"; font-style: italic; font-size: 2em; line-height: 1.2em; text-align: center; color: #452B18; } body#presentazione p { text-align: justify; text-indent:0; widows: 2; margin-left: 8%; margin-right: 8%; font-size: 0.875em; color: #452B18; } body#presentazione div#header+p::first-letter { font-size: 4.8em; color:#99CC33; font-family: "Hoefler Text", "Minion"; float: left; line-height: 1em; } body#presentazione div#header+p::first-line { font-variant: small-caps; letter-spacing: 0.1em; } body#presentazione p+p::before { color:#BD2716; font-family: "Hoefler Text", "Minion"; } /*** «Autore» PAGE ***/ body#autore div#header h1 { font-family: "Hoefler Text", "Minion"; font-style: italic; font-size: 2em; line-height: 1.2em; text-align: center; color: #452b18; } body#autore div#header h2 { font-family: "Hoefler Text", "Minion"; font-style: italic; font-size: 2em; line-height: 1.2em; text-align: center; color: #452b18; } body#autore div#photo { width:25%; height:auto; float:left; margin: 0 1.2em 0.2em 0; } body#autore div#photo img { width:100%; } body#autore div#text { margin-left: 8%; margin-right: 8%; } body#autore div#text p { font-size: 0.875em; margin-left: 1em; text-align: justify; color: #452B18; } body#autore div#text p+p { text-indent:1.2em; } /*** «Colophon» PAGE ***/ body#colophon div#header h1 { text-align: center; color: #452B18; } body#colophon div#header h2 { text-align: center; color: #452B18; } body#colophon p { text-align: center; font-size:0.7em; margin-bottom:0.3em; line-height: 1.2em; } /*** «Dedica» PAGE ***/ body#dedica div#header h1 { text-align: center; color: #452B18; } body#dedica div#header h2 { text-align: center; color: #452B18; } p { margin:0pt; text-indent:0em; text-align: justify; font-size: 1.00em; } p+p { text-indent:1.5em; text-align: justify; font-size: 1.00em; } a { text-decoration: none; color:#bd2716; } h1 { margin-top:2em; margin-bottom:2em; page-break-after:avoid; font-size: 2.0em; text-align: center; text-indent:0em; } h2 { margin-top:1em; margin-right:0em; margin-bottom:3em; margin-left:0em; page-break-after:avoid; font-size: 2.0em; text-align: center; text-indent:0em; } h3 { margin-top:2em; margin-bottom:2em; line-height:normal; page-break-after:avoid; font-size: 1.00em; text-align: center; text-indent:0em; } h4 { margin-top:2em; margin-bottom:2em; line-height:normal; page-break-after:avoid; font-size: .90em; text-align: center; text-indent:0em; } h5 { margin-top:2em; margin-bottom:2em; line-height:normal; page-break-after:avoid; font-size: .90em; text-align: center; text-indent:0em; } h6 { margin-top:2em; margin-bottom:2em; line-height:normal; page-break-after:avoid; font-size: .90em; text-align: center; text-indent:0em; } .title { margin-top:2em; margin-bottom:1.5em; page-break-after:avoid; font-size: 1.50em; text-align: center; text-indent:0em; } .subtitle { margin-top:2em; margin-bottom:1.5em; page-break-after:avoid; font-size: 1.00em; text-align: center; text-indent:0em; } .footnote { border-top: 0.5px; border-top-style: solid; border-top-color: black; padding-top:1em; width: 60%; font-size: .90em; margin-left:1em; text-indent:-1.5em; text-align: justify; page-break-before: always; } .quotations { margin-left:2.5em; margin-right:1em; text-indent:-1em; text-align: left; } .marginalia { font-size: .90em; margin-top:1em; margin-bottom:1em; margin-left:35%; text-indent:0em; text-align: justify; } .noindent { margin:0pt; text-indent:0em; text-align: justify; font-size: 1.00em; } .illustration { margin:0pt; margin-bottom:2em; text-indent:0em; text-align: center; font-size: .80em; font-style:oblique; } .left { text-align: left; } .center { text-align: center; text-indent:0em; } .right { text-align: right; } .bold { font-weight: bold; } .italic { font-style: italic; } .underline { text-decoration:underline; } .caption { margin-top:1em; margin-right:0em; margin-bottom:0.3em; margin-left:0em; page-break-after:avoid; font-size: 1.00em; text-align: center; color:#000000; } .floatleft { float:left; margin: 0.5em; padding: 2px; } .floatright { float:right; margin: 0.5em; padding: 2px; } .bordertop { border-top: 0.75pt solid black } .break { page-break-before: always; } hr { width: 70%; margin-left: 15%; } /*** CHARACTER STYLE ***/ span.small-caps { letter-spacing:0.05em; font-size:0.7em; } span.underlined { text-decoration:underline; } span.line-through { text-decoration:line-through; }