@charset "UTF-8"; /* File: template.css Descrizione: Regole CSS per gli e-book Harlequin Mondadori Versione 2011 10 28 Copyright © 2011 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; } 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; } /*** ***/ /*** FRONTISPIECE ***/ body#frontispiece div#collana { text-align:center; } body#frontispiece div#collana p{ font-size:1em; height: 3em; text-indent:0; } body#frontispiece div#collana p img { height: 3em; max-height:100%; width:auto; text-align:left; } body#frontispiece h1{ margin-top: 0; margin-bottom: 0; } body#frontispiece div#info { margin-top: 4em; height: 20em; } body#frontispiece h1, body#frontispiece p{ text-align: center; } body#frontispiece div#info h1.author { font-size: 2em; line-height: 1.2em; } body#frontispiece div#info h1.fregio{ font-size:1em; height: .5em; margin-top:1em; margin-bottom:2em; } body#frontispiece div#info h1.fregio img { height: .5em; max-height:100%; width:auto; } body#frontispiece div#info h1.title { font-size: 2em; line-height: 1.2em; font-style:italic; } body#frontispiece div#publisher p { font-size:1em; height:4em; } body#frontispiece div#publisher p img { height: 4em; max-height:100%; width:auto; } /*** 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:1em; text-align: center; margin-top: 0; margin-bottom: 0; } /*** ***/ span.bolditalic{ font-weight:bold; font-style:italic; } span.small-caps{ letter-spacing:0.05em; font-size:0.7em; } span.underlined{ text-decoration:underline; }