/* 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%; } /* encabezados */ h1 { font-size: 2.75em; margin: 20% 0 2.5em; font-family: "Armada Condensed"; font-weight: normal; } h2 { margin: 15% 0 2.5em; font-size: 1.75em; font-family: "Armada Condensed"; font-weight: normal; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* 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 */ h2 + p { text-indent: 0; } @font-face { font-family: "Armada Condensed"; font-style: normal; font-weight: normal; src: url(../Fonts/Armada-c.ttf); } .cap { font-size: 250%; float: left; margin: -0.05em .75% -0.2em 0; text-indent: 0; line-height: 1em; height: 1em; font-family: "Armada Condensed"; } .precap { font-size: 175%; float:left; margin: -0.05em .75% -0.2em 0; text-indent: 0; line-height:1em; height: 1em; font-family: "Armada Condensed"; } .fin { padding-top: 2.5em; text-align: center; text-indent:0; font-family: "Armada Condensed"; font-size: 175%; } @font-face { font-family: "Armada Condensed"; font-style: normal; font-weight: normal; src: url(../Fonts/Armada-c.ttf); }