/* 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%; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto10 { padding-top: 1em; } /* imágenes simples */ .ilustra { margin: 0.5em 0; text-align: center; text-indent: 0; display: block; } .asterisco { margin: 2em 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; } @font-face { font-family:"caslon-antique-bold"; src:url(../Fonts/caslon-antique-bold.ttf); } @font-face { font-family:"England"; src:url(../Fonts/England.ttf); } .capi { font-size:300%; float:left; margin:-0.1em 0.125em -0.2em 0;text-indent:0; line-height:1em; height:1em; font-family:"England", England;} .ftitulo { font-family:"caslon-antique-bold", caslon-antique-bold; font-size:2em; } .portadilla{ margin: 0; padding: 0; border: 0; font-size: 0; text-align: center; text-indent: 0; page-break-before: always; page-break-after: always; } .portadilla img { height: 100%; max-height: 100%; }