/* 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. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1, h2, .subtit { text-indent: 0; font-family: serif; color: #124f9f; } h1 { margin: 20% 4% 0.9em; font-size: 1.4em; font-weight: bold; text-align: left; } h2 { margin: 2em 4% 1em; font-size: 1.25em; font-weight: bold; text-align: center; } .subtit { margin: 1em 4% 1em; font-size: 1.2em; font-weight: bold; text-align: center; } hr { height: 2.5em; } hr.resp { 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. */ .subtit { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p, h2 + p, .subtit + p, hr + p, blockquote + p { text-indent: 0; } .firma { text-align: right; margin: 0.5em 4% 0.5em 0; font-family: serif; font-weight: bold; } .firma p { text-align: right; margin: 0.2em 0; font-family: serif; font-weight: bold; } .cita { display: block; font-size: 0.8em; text-align: justify; margin: 1.5em 0 1.5em 10%; }