/* Common CSS*/ table{ border-collapse: collapse; border: 1px solid #bbb; } td { border-collapse: collapse; border: 1px solid #bbb; padding: 0.4em; } /* Global CSS definitions */ .strike { text-decoration: line-through; } .underline { text-decoration: underline; } strong, strong em, em strong { font-weight: bold; } .italic{ font-style: italic; } span.font50{ font-size: 50%; } span.font75{ font-size: 75%; } span.font100{ font-size: 100%; } span.font150{ font-size: 150%; } span.font200{ font-size: 200%; } .page-break{ page-break-before: always; page-break-after: always; } * { -webkit-font-smoothing:antialiased; } .part-text, .section-text, .chapter-text, .body > .subchapter .subchapter-text { text-indent:1em; } .part-text p, .section-text p, .chapter-text p, .subchapter-text p { margin: 0; } /* SUBCHAPTER */ .body > .subchapter .subchapter-text { font-size: 0.9em; line-height: 1.6; text-indent: 1em; } /* MOBI */ @media amzn-mobi { #decoration{ text-align:center; width:150px; margin:auto; display: inline-block; } } @media amzn-kf8 { #decoration{ text-align:center; width:150px; margin:auto; display: inline-block; } #decoration img{ width: 150px; height: auto; } .image-wrapper img { width: 80%; height: auto; } div.image-container.float-left img, div.image-container.float-right img{ width: 75%; height: auto; } } /* End of Common CSS */ /* Page CSS * Theme: Leopardi */ /* Libre Baskerville Ideale per il testo */ @font-face { font-family : 'Libre Baskerville'; font-weight : normal; font-style: normal; src: url(../Fonts/LibreBaskerville-Regular.otf) format("opentype"), url(../fonts/LibreBaskerville-Regular.ttf) format("truetype"); } @font-face { font-family : 'Libre Baskerville'; font-weight : bold; font-style: normal; src: url(../Fonts/LibreBaskerville-Bold.otf) format("opentype"), url(../fonts/LibreBaskerville-Bold.ttf) format("truetype"); } @font-face { font-family : 'Libre Baskerville'; font-weight : normal; font-style: italic; src: url(../Fonts/LibreBaskerville-Italic.otf) format("opentype"), url(../fonts/LibreBaskerville-Italic.ttf) format("truetype"); } /* Glegoo Ideale per la titolazione */ @font-face { font-family : Glegoo; font-weight : normal; font-style: normal; src: url(../Fonts/Glegoo-Regular.ttf); } /* Global CSS definitions */ strong, strong em, em strong { font-weight: bold !important; }