/* 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 {
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.3em;
margin: 20% 0 0 0;
font-weight: normal;
}
h2 {
font-size: 1.3em;
margin: 20% 0 0 0;
font-weight: normal;
}
h3 {
font-size: 1.3em;
margin: 20% 0 0 0;
font-weight: normal;
}
h4 {
margin: 2em 0 1em;
font-size: 1.2em;
}
/* 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: 2em 0 1em 0;
text-align: center;
text-indent: 0;
display: block;
}
/* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */
h1 + p, h2 + p, h3 + p, h4 + p, hr + p, .ilustra + p, .ilustra01 + p, .unacita + p, .subtit + p, .centro01 + p {
text-indent: 0;
}
/* ----- ESTILOS PERSONALES ----- */
.alinicio {
margin-top: 33%;
text-indent: 0;
}
hr.sal10 {
height: 1em;
}
.francesa, .francesa p {
margin: 0 0 0 3.75%;
text-align: justify;
text-indent: -1.5em;
}
.poema, .poema p {
margin: 0 0 0 10.5%;
text-align: justify;
text-indent: -1.5em;
font-style: normal;
}
.citas p {
margin: 0 0 0 7.5%;
font-size: .9em;
}
.unacita {
margin: 1.5em 0 1.5em 7%;
text-indent: 0;
font-size: .9em;
}
.epigrafe {
margin: 7em 0 0 30%;
}
.epi {
margin-left: 30%;
margin-right: 0;
font-size: 1em;
text-align: justify;
text-indent: 0;
}
.chola02 {
margin: 15% 0 2em 0;
font-weight: normal;
font-size: 1em;
}
.subtit {
margin: 0 0 2em 0;
font-weight: normal;
font-size: 1.3em;
text-align: center;
text-indent: 0;
}
.mitad {
font-size: .75em;
}
.centro01 {
margin: 3em 0 1.5em 0;
font-size: .8em;
text-align: center;
text-indent: 0;
}
.sangre01 {
text-indent: 2.5em;
}
.sangre02 {
text-indent: 5em;
}
.sangre03 {
text-indent: 7.5em;
}
.sangre04 {
text-indent: 10em;
}
.cuadro {
margin: 1em 10%;
padding: 0.5em 10%;
text-align: justify;
text-indent: 0;
font-size: .9em;
border: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
}
/* imágenes simples */
.ilustra01 {
margin: 1em 0;
text-align: center;
text-indent: 0;
display: block;
}