/* ePub base r2.1 ePubLibre - style.css*/ /* El estilo por defecto es el de párrafo normal, apto para novelas, relatos, ensayos, etc.*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } h1 { font-size: 1.5em; margin: 20% 0 2em; font-family:"AGaramondProB", AGaramondProB; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto25 { padding-top: 2.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. */ .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 { text-indent: 0; } @font-face {font-family:"AGaramondProB"; font-style:normal; font-weight:normal; src:url(../Fonts/AGaramondProB.otf) } .capi { font-size:500%; float:left; margin:-0.1em 0.05em -0.2em 0; text-indent:0; line-height:1em; height:1em; font-family:"AGaramondProB", AGaramondProB; } .carta {margin: 1em 4em; font-style: italic; }