/* ePub base r2.0 ePubLibre - style.css*/ p { margin: 0; text-align: justify; text-indent: 1.5em; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-family: "Ardagh", Ardagh; font-size: 3em; margin: 10% 0 1.5em; } h2 { font-family: "Ardagh", Ardagh; font-size: 2.5em; margin: 10%; text-indent: 0; text-align: left; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; font-style:italic; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .saltoinicio { margin-top: 25%; text-indent: 0; } /* el siguiente par de clases son ejemplos de distintas variaciones para los saltos de contexto. Modifiquelos a su gusto */ hr.imagen { width: auto; border: none; margin: 1em 0; height: 1em; text-indent: 0; text-align: center; background: url("../Images/asteriscos.png") no-repeat center; background-size: 3em 1em; overflow: hidden; } /* 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, blockquote + p { text-indent: 0; } /* Clases personales */ @font-face { font-family: "Ardagh"; font-style: normal; font-weight: bold; src:url(../Fonts/Ardagh.ttf); } .part { font-family: "Ardagh", Ardagh; font-size: 2em; margin: 10% 0 1em; text-align: center; text-indent: 0; } .dramatis, .dramatis p { margin: 1.75em 0 1.25em; text-align: center; text-indent: 0; } .sangrfr { margin: 0 2.5% 0 5%; } .sangrfr p { margin-top:0.15em; margin-left: 5%; text-indent: -5%; } .serpiente { display:block; margin:1em 0; text-align:center; text-indent:0; } .serpiente img { max-height:100%; max-width: 15em; width: 10em; } .firma { margin: 0.75em 1% 2.5em; } .firma p { font-family:serif; text-align: right; text-indent: 0; }