/* versione 11 07/09/2020 Simona Gilberti*/ body { font-family: "DejaVu Serif Condensed", "Baskerville", "Caecilia", "Georgia", serif; font-style: normal; text-decoration: none; font-variant: normal; text-indent: 0; font-weight: normal; } /* fonts */ @font-face { font-family: "DejaVu Serif Condensed"; font-weight: normal; font-style: italic; src: url(../Fonts/dejavuserifcondensed-italic.ttf); } @font-face { font-family: "DejaVu Serif Condensed"; font-weight: normal; font-style: normal; src: url(../Fonts/dejavuserifcondensed.ttf); } .story { /*div standard*/ width: 100%; padding-top: 5%; } div.capitolo { /*div che contiene ogni capitolo*/ width: 100%; padding-top: 5%; } p { /*paragrafo standard*/ margin: 0; text-indent: 1.29em; } p.testo-filo { /*paragrafo senza rientro*/ text-indent: 0; } div.frontespizio { /*frontespizio*/ padding-top: 5%; } div.frontespizio p { /*frontespizio*/ -epub-hyphens: none; -webkit-hyphens: none; -moz-hyphens: none; } p.autore { /*nome autore nel frontespizio*/ text-align: left; font-size: 140%; margin: 0; text-indent: 0; } p.titolo-libro { /*titolo libro nel frontespizio*/ text-align: left; font-size: 200%; margin: 0; text-indent: 0; } p.info-titolo { /*paragrafo standard nel frontespizio per traduttore, autore presentazione, Dsa...*/ text-align: left; font-size: 85%; margin: 1em 0 0 0; text-indent: 0; } p.editore { /*editore nel frontespizio*/ text-align: left; font-size: 120%; margin: 4em 0 0 0; text-indent: 0; } h1, h2, h3 { -epub-hyphens: none; -webkit-hyphens: none; -moz-hyphens: none; } h1.titolo-capitolo-cx { /*titolo capitolo centrato*/ font-size: 120%; text-align: center; font-weight: normal; font-style: normal; margin: 0 0 5em 0; } h2.titolo-capitolo-cx { /*titolo capitolo centrato*/ font-size: 120%; text-align: center; font-weight: normal; font-style: normal; margin: 0 0 5em 0; } h1.titolo-capitolo-cx-esergo { /*titolo capitolo centrato seguito da esergo*/ font-size: 120%; text-align: center; font-weight: normal; font-style: normal; margin: 0; } div.trama { margin: 0 0 1em 0; } div.trama p { /*testo dell'abstract*/ margin: 0; text-indent: 0; } div.copy { /*colophon*/ margin: 0 0 1em 0; } div.copy p { /*titolo della collana*/ font-size: 70%; text-indent: 0; text-align: left; } .immagine-copy { height: 2em !important; vertical-align: middle; margin: 0; padding: 0; } p.social { /*paragrafo con loghi social*/ font-size: 85%; text-indent: 0; text-align: left; margin: 0.5em 0 0 0; } p.testo-sp { /*paragrafo rientrato e con interlinea prima*/ margin: 1em 0 0 0; } div.esergo { /*contenitore per esergo + esergo-firma*/ width: 70%; margin-left: 30%; padding-top: 10%; } p.esergo { /*esergo allineato a destra e margine sinistro 30%*/ font-size: 90%; text-indent: 0; text-align: right; margin: 0; } p.esergo-firma { /*firma dell'esergo*/ font-size: 90%; text-indent: 0; text-align: right; margin: 0.4em 0 2em 0; } p.testo-centrato { /*testo standard centrato*/ text-indent: 0; margin: 0 auto; text-align: center; } p.testo-centrato-sp { /*testo standard centrato e con interlinea prima*/ text-indent: 0; text-align: center; margin: 1em auto 0 auto; } blockquote { /*citazione standard*/ margin: 1em 0 1em 1.29em; font-size: 85%; } small { /*maiuscoletto*/ font-size: 80%; } em { /*corsivo*/ font-style: italic; } hr { width: 20%; margin: 2em 0 1em 0; } p.testo-note { /*testo note standard*/ font-size: 80%; text-indent: 0.94em; margin: 0; } .nota-link { /*richiamo della nota nel testo*/ font-size: 70%; vertical-align: top; text-decoration: none; } p.testo-note a { /*link nella nota*/ text-decoration: none; } .nota-ancora { /*numero della nota*/ text-decoration: none; font-size: 70%; vertical-align: top; } 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: 0 0 2em 0; text-align: center; } body.copertina { text-align: center; padding: 0; margin: 0; } body.copertina div.centrata { margin: 0; padding: 0; text-align: center; } img.cover { max-height: 100%; max-width: 100%; }