/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO Edite y habilite o deshabilite un estilo por defecto para el libro, o cree su propio estilo de párrafo personalizado que se adapte al mismo. Recuerde que afectará a todo el contenido, exceptuando las páginas que no enlacen este css (como las fijas). Tambien puede crear uno propio que se ajuste a sus necesidades. OJO: NO SE DEBE ASIGNAR UN TAMAÑO DE FUENTE POR DEFECTO PARA
, deje que el lector escoja el que le sea más comodo para la lectura. */ /* El estilo por defecto es el de párrafo normal, apto para novelas, relatos, ensayos, etc.*/ p { text-indent: 1.5em; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } /* saltos */ .salto05 { padding-top: 0.5em; } .salto25 { padding-top: 2.5em; } /* el siguiente par de clases son ejemplos de distintas variaciones para los saltos de contexto. Modifiquelos a su gusto */ hr.linea { width: 25%; margin: 1em 37.5%; height: 0; border: none; border-top: 0.125em solid grey; } 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; } /* cambie la imagen de background a su gusto */ /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } /* ESTILOS PERSONALES */ .identacion_1 { text-indent: 3em; } .identacion_2 { text-indent: 4.5em; } .sin_identacion { text-indent: 0; } @font-face { font-family: "England"; font-style: normal; font-weight: normal; src: url(../Fonts/England.ttf); } @font-face { font-family: "Brigade"; font-style: italic; font-weight: bold; src: url(../Fonts/Brigade-BI.ttf); } .England { font-family: "England"; font-size: 1.8em; } .Brigade { font-family: "Brigade"; font-size: 1.3em; } .centrarversos { text-align: center; text-indent: 0; margin: 1em .5em; } .versoscen { display: inline-block; margin-left: 2em; } .versoscen p { text-align: left; line-height: 1.2em; text-indent: -2em; } .verso { margin: 1em 0 1em 30%; } .verso p { text-align: left; line-height: 1.2em; text-indent: -2em; } .verso p.desplaza { text-indent: -0.5em; } .ilustradcha { max-height: 50%; max-width: 50%; float: right; margin: 0.5em 0 -0.1em 0.25em; } .ilustradcha_alt { max-height: 25%; max-width: 25%; float: right; margin: 0.5em 0 -0.1em 0.25em; } .ilustraizda { max-height: 50%; max-width: 50%; float: left; margin: 0.5em 0.5em -0.1em 0; } .ilustraizda_alt { max-height: 25%; max-width: 25%; float: left; margin: 0.5em 0.5em -0.1em 0; } .ramas { max-height: 50%; max-width: 50%; margin: 0 30%; }