/* ePub base r2.0 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO */ p { margin: 0; text-align: justify; text-indent: 1.5em; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 25% 0 1em; } h2 { font-size: 1.5em; margin: 25% 0 1em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto25 { padding-top: 2.5em; } .salto10 { padding-top: 1em; } .salto05 { padding-top: 0.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 PERSONALES ----- */ .cita { margin:7%;} /* ----- ROTULO PARTES / ENCABEZADOS ----- */ .partes { margin:20% 7% 13%; text-align:center; } .partes h2 { border-bottom:5px dotted gray; display:inline-block; font-size:1.6em; margin-bottom: 0.3em; margin: 0 0 0.3em; max-width:100%; padding-bottom:0.3em; width:13em; } .partes p { font-style:italic; text-align:center; text-indent:0; } .subtit { font-size:1.4em; } /* ----- Colocar texto a la derecha alineado a la izquierda ----- */ .epigraph { font-family:serif; margin: 3% 7% 8% 30%; } .epigraph p { text-indent:0; } .firma { font-size:.9em; margin: 6% 13% 7% 0; } .firma p { text-align: right; text-indent: 0; }