/* ePub base r2.1 ePubLibre - style.css*/ /* ESTILO DE PÁRRAFO POR DEFECTO */ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* ESTILOS GENERALES. */ /* encabezados */ h1 { font-size: 1.7em; margin: 25% 0 1em; font-family: sans-serif; } /* El valor por defecto de
es un espacio en blanco para marcar saltos de contexto.*/ hr { height: 2.5em; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. */ h1 + p, hr + p { text-indent: 0; } .c { font-family: sans-serif; font-weight: bold; margin-bottom: 1.5em; text-align: center; }