@charset "utf-8"; @page { margin-top: 10px; margin-bottom: 10px; } /* versione 1.3 15/02/2018 */ body { font-family: "Georgia", "Baskerville", "Caecilia", serif; text-align: left; font-size: 0.9em; margin-left: 15px; margin-right: 15px; } p.primo { margin-top: 35%; text-indent: 0; } p.cover { margin: 0; padding: 0; text-align: center; } img.cover { max-height: 100%; max-width: 100%; } h1.titolo-capitolo-cx { /*titolo capitolo centrato*/ font-size: 120%; text-align: center; font-weight: normal; font-style: normal; margin: 0 0 10em 0; } h2.titolo-capitolo-cx { /*titolo capitolo centrato*/ font-size: 120%; text-align: center; font-weight: normal; font-style: normal; margin: 0 0 10em 0; } h1.titolo-capitolo-cit-cx { /*titolo capitolo centrato da usare per diminuire lo spazio tra titolo capitolo e sottotitolo o esergo*/ font-size: 120%; text-align: center; font-weight: normal; font-style: normal; margin: 0 0 4em 0; } h1.parte { /*titolo della parte*/ font-size: 130%; text-align: center; font-weight: normal; font-style: normal; margin: 35% 0 0 0; } p { /*paragrafo standard*/ margin: 0; text-indent: 0; } p + p { /*paragrafo rientrato quando segue un paragrafo*/ margin: 0; text-indent: 1.29em; } blockquote + p, h1 + p, h2 + p, h3 + p, table + p, div + p, ol + p, ul + p { /*paragrafo non rientrato se non segue un paragrafo*/ margin: 0; text-indent: 0; } p.testo-filo-sp { /*paragrafo non rientrato e con interlinea prima*/ text-indent: 0; margin: 1em 0 0 0; } p.testo-filo-inizio { /*paragrafo non rientrato, da usare all'inizio del capitolo se non c'รจ titolo capitolo*/ text-indent: 0; margin: 10em 0 0 0; } p.testo-sp { /*paragrafo rientrato e con interlinea prima*/ margin: 1em 0 0 0; } p.esergo { /*esergo allineato a destra e margine sinistro 45%*/ font-size: 85%; text-indent: 0; text-align: right; margin: 5em 0 0 45%; } p.testo-dx { /*testo standard destra*/ text-indent: 0; text-align: right; margin: 0; } p.testo-dx-sp { /*testo standard destra e con interlinea prima*/ text-indent: 0; text-align: right; margin: 1em 0 0 0; } blockquote { /*citazione standard*/ font-size: 85%; margin: 1em 2em 1em 2em; } blockquote p { /*paragrafo standard nella citazione, sempre senza rientro*/ text-indent: 0; } small { /*maiuscoletto*/ font-size: 80%; } em { /*corsivo*/ font-style: italic; } strong { /*grassetto*/ font-weight: bold; } p.titolo-note { font-size: 110%; margin: 2em 0 1em 0; } p.testo-note { /*testo note standard*/ font-size: 90%; text-indent: 0.94em; margin: 0; text-align: left; } .nota-link { /*richiamo della nota nel testo*/ vertical-align: top; text-decoration: none; } p.testo-note a { /*link nella nota*/ text-decoration: none; } .nota-ancora { /*numero della nota*/ text-decoration: none; vertical-align: top; } sup { /*apice*/ text-decoration: none; font-size: 70%; vertical-align: top; font-style: normal; } body.indice h1, body.indice div, body.indice a { font-size: 98%; text-decoration: none; font-weight: normal; text-align: left; } body.indice h1, body.indice div, body.indice a { font-size: 98%; text-decoration: none; font-weight: normal; text-align: left; } body.indice div { margin: 0 0 0 0.5em; } body.indice div.sp { margin: 1em 0 0 0.5em; } body.indice blockquote { margin: 0 0 0 0.8em; font-size: 100%; } body.indice h1 { font-size: 120%; margin-bottom: 2em; text-align: center; }