/* 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: 20% 0 2em; } /* dedicatoria */ .dedicatoria { margin: 7.5em 0 0; font-style: italic; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto25 { padding-top: 2.5em; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p { text-indent: 0; } .dere, .dere blockquote { text-align: right; text-indent: 0; } blockquote { display: inline-block; margin: 7.5em 0 1em 35%; padding: 0; } blockquote p { text-align: left; text-indent: -1.5em; } .dere + p, .dere + p + p { margin-right: 1em; text-align: right; text-indent: 0; }