@charset "UTF-8"; /* File: template.css Descrizione: Regole CSS per gli e-book Harlequin Mondadori Versione 2012 06 25 Copyright © 2011–2012 Harlequin Mondadori S.p.A., Milano. Tutti i diritti riservati. All rights reserved. */ /*** FONTS ***/ @font-face { font-family: "Minion"; font-weight: normal; font-style: normal; src: url('fonts/MinionPro-Regular.otf'); } @font-face { font-family: "Minion"; font-weight: normal; font-style: italic; src: url('fonts/MinionPro-It.otf'); } @font-face { font-family: "Minion"; font-weight: bold; font-style: normal; src: url('fonts/MinionPro-Bold.otf'); } @font-face { font-family: "Minion"; font-weight: bold; font-style: italic; src: url('fonts/MinionPro-BoldIt.otf'); } /*** ***/ /*** BASIC RULES ***/ body { margin:3%; font-family: "Minion"; font-size: 100%; line-height: 1.2em; color: #000000; word-wrap: break-word; } p, h1, h2, h3, h4, h5, h6, blockquote, ul, li, tr, th, td, img { padding: 0; margin: 0; border: 0; font-style: normal; font-weight: normal; } h1, h2 { -webkit-hyphens:none; } a { text-decoration: none; color:#bd2716; } /*** ***/ /*** COVER ***/ body#cover { margin: 0; padding: 0; } /*** ***/ /*** CHAPTERS ***/ h1 { font-size: 1em; text-align: center; margin-top: 2.4em; /*margin-bottom: 9.8em;*/ margin-bottom: 2.4em; } p { text-align: justify; text-indent:0; widows: 2; } p+p { text-indent:1.2em; } p.new-part { text-indent:0; margin-top:1.2em; } p.center{ text-align:center; } p.right{ text-align:right; } /*** ***/ /*** COPYRIGHT PAGE ***/ body#copyright h1{ margin:0; } p.copyright { margin-left: 13.3%; margin-right: 13.3%; text-align: center; font-size: 0.6em; line-height: 1.2em; text-indent:0; } p.disclaimer { margin-left: 13.3%; margin-right: 13.3%; text-align: justify; font-size: 0.6em; line-height: 1.2em; text-indent:0; } /*** TITOLO STORIA ***/ h1.storia{ font-size: 2em; line-height:1.2em; text-align: center; margin-top: 0; margin-bottom: 0; } h1.storia + p{ margin-top: 1.2em; } /*** ***/ span.bolditalic{ font-weight:bold; font-style:italic; } span.small-caps{ letter-spacing:0.05em; font-size:0.7em; } span.underlined{ text-decoration:underline; }