@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.parte { /*titolo della parte*/ font-size: 130%; text-align: center; font-weight: normal; font-style: normal; margin: 25% 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 { /*paragrafo non rientrato*/ text-indent: 0; } p.testo-filo-sp { /*paragrafo non rientrato e con interlinea prima*/ text-indent: 0; 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.esergo-firma { /*firma dell'esergo*/ font-size: 85%; text-indent: 0; text-align: right; margin: 0.4em 0 2em 45%; } blockquote { /*citazione standard*/ font-size: 85%; margin: 1em 2em 1em 2em; } small { /*maiuscoletto*/ font-size: 80%; } em { /*corsivo*/ font-style: italic; } strong { /*grassetto*/ font-weight: bold; } 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; }