/* 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.2em; margin: 25% 0 0; font-family: serif; font-weight: normal; page-break-after: always; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; text-indent: 0; font-style: italic; } /* saltos */ .salto25 { padding-top: 2.5em; text-indent: 0; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p, .derecha { padding-top: 25%; text-indent: 0; } .centrar, .centrar div { text-align: center; text-indent: 0; } .enbloque { display: inline-block; margin: 1em 0 1em 1.5em; font-style: italic; } .enbloque p { text-align: left; text-indent: -1.5em; }