/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ /* 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%; } /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } /* saltos */ .saltoinicio { margin-top: 25%; } .salto05 { padding-top: 0.5em; } /* El valor por defecto de
ahora es un espacio en blanco para marcar saltos de contexto. Cambie la altura del mismo a su conveniencia modificando el atributo height */ hr { height: 2.5em; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ hr + p { text-indent: 0; } .cita { margin: 20% 0 0 50%; } .cita p { text-indent: 0; } .part-titul-p { font-size: 1.41667em; font-style: normal; font-weight: normal; line-height: 1.2em; margin: 1.5em 0 0; text-align: center; text-indent: 0; }