@charset "utf-8"; /* ---------------------------------------------------------- */ /* Pagina */ @page { margin-top: 5px; margin-bottom: 5px; } body { text-align: justify; font-size: 0.8em; margin-left: 15px; margin-right: 15px; } /* ---------------------------------------------------------- */ /* Sezioni contenuti speciali */ .capitolo { text-align: justify; } sup { font-size: 0.6em; } #sup_note sup { line-height: 0.4em; } .il { float: left; padding-right: .5em; margin-top: 0; margin-bottom: 0; } /* ---------------------------------------------------------- */ /* Paragrafi contenuti speciali*/ .p-primo_dopo, .p-primo_curri, .p-primotab { margin-top: 0; margin-bottom: 0; text-align: left; } .p-figure { text-align: center; margin-top: 0; margin-bottom: 0; } h1 { text-align: center; text-indent: 0; } h2 { text-align: center; text-indent: 0; } .titolocap_contenuti { font-size: 1.6em; font-style: normal; font-weight: normal; margin-top: 0em; margin-bottom: 2.5em; } .illustype_image, .illustype_image_text { text-align: center; margin-top: 1.5em; margin-bottom: 1.5em; } .p-primo_cent { text-align: center; margin-top: 0; margin-bottom: 0; } /* ---------------------------------------------------------- */ /* Tabelle contenuti speciali*/ .tabella_speciali { display: block; margin-top: 0.75em; margin-bottom: 0.75em; padding: 0.25em; } th { font-weight: bold; } td.special { padding: 0.5em; vertical-align: top; } /* ---------------------------------------------------------- */ /* Font */ @font-face { font-family: "DejaVuSerif"; font-style: normal; font-weight: normal; src: url(fonts/DejaVuSerif.ttf); } @font-face { font-family: "DejaVuSerif"; font-style: italic; font-weight: normal; src: url(fonts/DejaVuSerif-Italic.ttf); } @font-face { font-family: "DejaVuSerif"; font-style: normal; font-weight: bold; src: url(fonts/DejaVuSerif-Bold.ttf); } @font-face { font-family: "DejaVuSerif"; font-style: italic; font-weight: bold; src: url(fonts/DejaVuSerif-BoldItalic.ttf); } body { font-family: "DejaVuSerif"; }