/* ePub base r2.1 ePubLibre - style.css*/ p { text-indent: 1.5em; } /* Estilo de párrafo aleman o moderno. Apto para obras como manuales, obras de referencia, obras científicas o técnicas, etc.*/ /* p { margin: 1em 0; text-align:justify; text-indent:0; line-height: 125%; } */ /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } h2 { margin: 2em 0 1em; font-size: 1.4em; } hr { height: 1.5em; } /* Control de silabeo. Asegurese de agregar cualquier estilo que no quiera que el e-reader divida con guiones, como los subtítulos, versos, etc. */ /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p, h2 + p, .bloke + p { text-indent: 0; } .bloke { margin: 1.5%; text-indent: 0; display: block; width: auto; font-style: italic; padding: 9px; font-size: 1em; } .capital { font-size: 170%; text-indent: 0; height: 1em; margin-top: -0.2em; font-family: "serif"; }