/* ePub base r2.1 ePubLibre - style.css*/ 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; } h2 { margin: 2em 0 1em; font-size: 1.4em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; font-style: italic; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; } hr { height: 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, h2 + p, hr + p { text-indent: 0; } /* ESTILOS PERSONALES */ h1, h2, .capitular { font-family: "georgia", georgia; } .capitular { font-size: 2em; line-height: 1.2; margin-right: 2px; } .carta { display: block; line-height: 1.25em; text-align: justify; text-indent: 1em; margin: 1.5em 0 1.5em 32px; } .carta p { font-size: 0.85em; } .cartafirma { text-align: right; text-indent: 1em; margin: 0 16px 0 0; } .firma { display: block; font-size: 1em; font-style: normal; font-weight: normal; line-height: 1.5em; text-align: right; text-indent: 1em; margin: 0 16px 0 0; } .francesa { display: block; font-size: 1em; font-style: normal; font-weight: normal; line-height: 1.5em; text-align: justify; text-indent: -0.25em; margin: 0 0 0 16px; } .indent { display: block; font-size: 0.8em; line-height: 1.5em; text-align: justify; text-indent: 1em; margin: 1em 0 1em 16px; } .lugar { text-align: right; font-style: italic; margin: 2em 0 1em; } .poema { display: block; margin: 2em 0 2em 64px; } .poema p { font-style: italic; line-height: 1.5em; text-align: left; text-indent: 0; } /* Fuentes */ @font-face { font-family: "georgia"; font-style: normal; font-weight: normal; src: url(../Fonts/Georgia_Bold.ttf); }