/* ePub base r2.1 ePubLibre - style.css*/ p { text-indent: 1.5em; } h1 { font-size: 1.5em; margin: 20% 0 2em; } h2 { margin: 2em 0 1em; font-size: 1.4em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; } .dedicatoria p { text-align: right; text-indent: 0; font-style: italic; } hr { height: 2.5em; } /* el siguiente par de clases son ejemplos de distintas variaciones para los saltos de contexto. Modifiquelos a su gusto */ hr.linea { width: 25%; margin: 1em 37.5%; height: 0; border-top: 0.125em solid grey; } /* 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; } /* lista a b c */ ul { list-style-type: disc; } .capital { font-size: 250%; float: left; text-indent: 0; height: 1em; margin-top: -.6em; margin-right: .5%; }