/* ePub base r2.1 ePubLibre - style.css*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } h1 { font-size: 1.5em; margin: 20% 0 2em; } .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } /* saltos */ .salto05 { padding-top: 0.5em; } .salto10 { padding-top: 1em; } .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } /* 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, blockquote + p { text-indent: 0; } /* Equivale a aplicar el estilo .asangre a todas los párrafos que cumplan con las condiciones especificadas, por ejemplo los que van después de un título o salto de escena y
. Puede agregar otros estilos a la lista. */ /* ESTILOS DE TEXTO */ /* POEMAS, CARTAS, CITAS Y FIRMAS*/ .poema { display: block; font-family: serif; font-style:italic; text-align: left; text-indent: 0; } .citanoindent33 { font-family: serif; font-size: 0.85em; margin-left: 33%; margin-right: 0; margin-top: 0; text-indent: 0; } .firma { font-family: serif; margin-right: 1em; text-align: right; } .citafirma { font-family: serif; font-size: 0.85em; margin-right: 1em; text-align: right; } /* SANGRIA FRANCESA */ .hang2 { font-family: serif; margin-left: 10.5em; text-align: justify; text-indent: 0; } .float2 { float: left; font-family: serif; line-height: 1.25em; margin-bottom: 0; margin-left: -8.5em; margin-top: 0; text-align: left; text-indent: 0; vertical-align: baseline; }