/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ 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; font-family: serif; margin: 30% 0 0; } h2 { font-family: serif; font-size: 1.4em; margin: 20% 0 3.5em; } /* dedicatoria */ .dedicatoria { margin: 25% 12% 0 12%; text-align: center; font-style: italic; } .dedicatoria p { text-align: center; font-style: italic; text-indent: 0; } .dedicatoria2 { margin: 10% 6% 0 45%; } .dedicatoria2 p { text-indent: 0; } .firma { text-align: right; margin: 1em 0.6em 0em 0em; text-indent: 0em; } /* saltos */ 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 */ .initial { font-family: serif; float:left; margin:-0.1em 0.1em -0.2em 0; text-indent:0; line-height:1em; height:1em; font-size:450%; } .seminitial { font-family: serif; float:left; margin:0.5em 0.125em -0.2em 0; text-indent:0; line-height:1em; height:1em; font-size:200%; } .encabezado { padding-bottom:0.5em; text-align:left; font-style:italic; text-indent: 0; }