/* 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 { font-family: serif; font-size: 1em; margin: 3em 0 3em; } /* dedicatoria */ .dedicatoria { margin-left: 50%; padding-top: 4em; text-align: right; } .dedicatoria p { text-align: left; text-indent: 0; } /* El valor por defecto de
es un espacio en blanco para marcar saltos de contexto. */ hr { height: 2.5em; } /* el siguiente par de clases son ejemplos de distintas variaciones para los saltos de contexto. Modifiquelos a su gusto */ hr.imagen { width: auto; border: none; margin: 1.5em 0; height: 1em; text-indent: 0; text-align: center; background: url(../Images/asterisco3.png) no-repeat center; background-size: 4em 1em; overflow: hidden; } /* Control de silabeo. Asegurese de agregar cualquier estilo que no quiera que el e-reader divida con guiones, como los subtítulos, versos, etc. */ .dedicatoria { 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, hr + p { text-indent: 0; } /* ESTILOS GENERALES */ .smallcaps { font-size: 75%; line-height: 1.5; } /* ESTILOS DE TITULO */ .agrad { font-family: serif; font-size: 1.25em; font-weight: bold; line-height: 1.5; margin: 3em 1em; text-align: center; } .subtit { font-family: serif; font-size: 1.125em; font-weight: bold; line-height: 1.5; margin: 0 1em 3em 1em; text-align: center; } /* ESTILOS DE PARRAFO */ .shortpoem { font-size: 0.85em; margin-left: 2em; text-align: left; text-indent: 0em; } .quote { font-size: 0.85em; line-height: 1.5; text-align: justify; text-indent: 1em; } .quote-sign { font-size: 0.85em; line-height: 1.5em; text-align: right; text-indent: 0em; }