/* ePub base r2.1 ePubLibre - style.css*/ /* 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.7em; margin: 20% 0 2em; font-family: serif; } /* El valor por defecto de
ahora es un espacio en blanco para marcar saltos de contexto. Cambie la altura del mismo a su conveniencia modificando el atributo height */ hr { height: 2.5em; } /* El valor por defecto de
ahora es un espacio en blanco para marcar saltos de contexto. Cambie la altura del mismo a su conveniencia modificando el atributo height */ hr { height: 2.5em; } /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } /*** ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN ***/ h1 + p, hr + p { text-indent: 0; } hr.imagen { width: auto; border: none; margin: 1em 0; height: 1em; text-indent: 0; text-align: center; background: url(../Images/asterisco3.png) no-repeat center; background-size: 3em 1em; overflow: hidden; } /* propios */ blockquote { display: block; margin-top: 1em; margin-right: 9%; margin-bottom: 1em; margin-left: 9%; quotes: none; font-size: 0.9em; } .celtoplp { vertical-align: top; text-align: left; padding-right: 4%; } .celtop45p { vertical-align: top; text-align: left; width: 38%; } .celtop10p { vertical-align: top; text-align: left; width: 10%; } .capi { font-size: 0.9em; font-style: italic; float: left; margin: 1.5em 2% 3em 2%; text-indent: 0; line-height: 1.3em; height: 1.3em; font-family: serif; text-align: center; } .capi p { text-align: center; text-indent: 0; } .capi2 { font-size: 0.9em; font-style: italic; float: right; margin: 1.5em 2% 3em 2%; text-indent: 0; line-height: 1.3em; height: 1.3em; font-family: serif; text-align: center; } .capi2 p { text-align: center; text-indent: 0; } .subc { font-weight: bold; font-family: serif; text-align: left; font-size: 1.1em; } .cubierta { margin: 0; padding: 0; border: 0; font-size: 0; text-align: center; text-indent: 0; page-break-before: always; page-break-after: always; }