/* ePub base r2.1 ePubLibre - style.css*/
/*ESTILO DE PÁRRAFO POR DEFECTO*/
/* El estilo por defecto es el de párrafo normal, apto para novelas, relatos, ensayos, etc.*/
p {
margin: 0;
text-align: justify;
text-indent: 14px;
line-height: 125%;
}
/* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/
/* encabezados */
h1 {
color: #484d30;
font-family: serif;
font-size: 3em;
font-style: normal;
font-weight: normal;
line-height: 1;
margin: 2em 0;
page-break-after: auto;
page-break-before: auto;
text-align: right;
text-decoration: none;
text-indent: 0;
}
/* dedicatoria */
.dedicatoria {
margin: 25% 3% 0 15%;
text-align: right;
}
.dedicatoria p {
text-align: right;
text-indent: 0;
}
/* 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 siguiente par de clases son ejemplos de distintas variaciones para los saltos de contexto. Modifiquelos a su gusto */
hr.imagen {
width: auto;
border: none;
margin: 1.5em 0;
height: 1em;
text-indent: 0;
text-align: center;
background: url(../Images/asterisco3.png) no-repeat center;
background-size: 4em 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;
height: 100%;
}
/* 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. */
h1 + p, hr + p {
text-indent: 0;
}
.asangre {
line-height: 1.1;
}
span.capi {
font-family: serif;
color: inherit;
float: left;
font-size: 300%;
line-height: 1.05;
margin: -0.1em 2px -0.2em 0;
}
p.FECHA {
font-family: serif;
font-size: 0.85em;
font-style: normal;
font-weight: normal;
line-height: 1.5;
margin: 0;
page-break-after: auto;
page-break-before: auto;
text-align: left;
text-indent: 0;
}
p.INICIO-PARRAFO {
margin: 0;
page-break-after: auto;
page-break-before: auto;
text-align: justify;
text-indent: 0;
}
p.tit-esp {
color: #484d30;
font-family: serif;
font-size: 1.2em;
font-style: normal;
font-weight: bold;
line-height: 1.5;
margin: 2em 0 3em 0;
page-break-after: auto;
page-break-before: auto;
text-align: left;
text-indent: 0;
}
p.LUGAR {
font-family: serif;
font-size: 1em;
font-style: normal;
font-weight: bold;
line-height: 1.5;
margin-bottom: 3em;
page-break-after: auto;
page-break-before: auto;
text-align: left;
text-indent: 0;
}
.portadilla {
margin: 0;
padding: 0;
border: 0;
font-size: 0;
text-align: center;
text-indent: 0;
page-break-before: always;
page-break-after: always;
}
.portadilla img {
height: 100%;
max-height: 100%;
}