/* ePub base r2.1 ePubLibre - style.css*/ /* El estilo por defecto es el de párrafo normal, apto para novelas, relatos, ensayos, etc.*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; orphans: 1; widows: 1; } /* encabezados */ h1 { font-size: 1.5em; margin: 5% 0 0; font-family: "Castellar"; } /* dedicatoria */ .dedicatoria { margin: 15% 0 0; font-family: "Overlock"; font-style: italic; } .dedicatoria p { text-align: center; text-indent: 0; } /* saltos */ .saltoinicio { margin-top: 15%; text-indent: 0; } .salto { padding: 1em 0 0.6em; text-align: center; text-indent: 0; font-family: "Castellar"; } /* imágenes simples */ h1 + p { margin: 1em 40% 2em; text-align: center; text-indent: 0; display: block; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p + p, .salto + p, blockquote p { text-indent: 0; } .overlocksc { font-family: "OverlockSC"; font-size: 1.1em; } blockquote { margin: 1em 0 1em 1.5em; font-family: "Overlock"; font-style: italic; text-indent: 0; } .cita { font-family: "Overlock"; font-style: italic; } body.cursiva { font-family: "Overlock"; } .futura { margin: 1em 0 1em 1.5em; font-family: "Futura"; font-style: normal; text-indent: 0; } .carefree { font-size: 1.2em; margin: 0.8333em 0 0.8333em 1.25em; font-family: "Carefree"; font-style: normal; } .initial { font-family: "initial"; } .diario { font-family: "Eager"; } @font-face { font-family: "Carefree"; src: url(../Fonts/Carefree.ttf); } @font-face { font-family: "Castellar"; src: url(../Fonts/CastellarMT.otf); } @font-face { font-family: "Eager"; src: url(../Fonts/EagerNaturalist.ttf); } @font-face { font-family: "Futura"; src: url(../Fonts/Futura-cB.otf); } @font-face { font-family: "OverlockSC"; src: url(../Fonts/Overlock-SC.ttf); } @font-face { font-family: "Overlock"; font-style: normal; src: url(../Fonts/Overlock.ttf); } @font-face { font-family: "Overlock"; font-style: italic; src: url(../Fonts/Overlock-I.ttf); }