/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ /* 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 4em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; font-style: italic; } /* saltos */ .saltoinicio { margin-top: 25%; } .salto05 { padding-top: 0.5em; } .salto10 { padding-top: 1em; } .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; } .cap { float: left; font-family: "BookAntiqua", BookAntiqua; font-size: 2.5em; line-height: .8em; padding-right: 3px; padding-top: 0px; } .ncap { float: left; font-family: "BookAntiqua", BookAntiqua; font-size: 1.8em; height: 1em; line-height: 1em; margin: -0.2em 0 -0.2em 0; text-indent: 0; } .carta { font-family: "Tangerine", Tangerine; font-size: 1.8em; font-weight: bold; margin: 32px; } .cita { margin: 24px; } .citap1, .citap2, .citap3 { margin-left: 24px; margin-right: 24px; } .citap2 { text-indent:0; } .citap3 { margin-bottom: 24px; } .cur, .citap1, .citap2 { font-family: serif; font-size: 1em; font-style: italic; } .versos { margin: 32px; text-align: center; text-indent: 0; } .cen { display: inline-block; margin-left: 48px; } .cen p { font-family: serif; font-style: italic; line-height: 1.25em; text-align: left; text-indent: -3em; } /* Fuentes */ @font-face { font-family: "BookAntiqua"; font-style: normal; font-weight: normal; src: url(../Fonts/BookAntiqua.ttf); } @font-face { font-family: "BookAntiqua"; font-style: italic; font-weight: normal; src: url(../Fonts/BookAntiquaItalic.ttf); } .fon { font-family: "BookAntiqua", BookAntiqua; } @font-face { font-family: "Tangerine"; font-style: normal; font-weight: normal; src: url(../Fonts/Tangerine.ttf); } @font-face { font-family: "Tangerine"; font-style: normal; font-weight: bold; src: url(../Fonts/TangerineBold.ttf); }