/* ePub base r2.1 ePubLibre - style.css*/
/*ESTILO DE PÁRRAFO POR DEFECTO*/
p {
margin: 0;
text-align: justify;
text-indent: 1em;
line-height: 125%;
}
/* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/
/* encabezados */
h1 {
-epub-hyphens: none;
-webkit-hyphens: none;
font-family: serif;
font-size: 1.6em;
font-style: normal;
font-weight: normal;
line-height: 1.2em;
margin: 1.2em 0 4em 0;
text-align: center;
text-indent: 0;
}
h2 {
-epub-hyphens: none;
-webkit-hyphens: none;
font-family: serif;
font-size: 1.6em;
font-style: normal;
font-weight: normal;
line-height: 1.2em;
margin: 1.2em 0 3.5em 0;
text-align: center;
text-indent: 0;
}
/* dedicatoria */
.dedicatoria {
margin: 5% 0 0 40%;
text-align: right;
font-family: serif;
font-style: italic;
}
.dedicatoria p {
text-align: right;
text-indent: 0;
}
/* El valor por defecto de
es un espacio en blanco para marcar saltos de contexto. */
hr {
height: 2em;
}
/* 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, h2 + p, hr + p {
text-indent: 0;
}
/* Personalizado */
.canciones {
margin: 1em 0 1em 2em;
text-align: left;
font-style: italic;
font-family: serif;
}
.canciones p, .personajes p {
text-indent: 0;
}
.canciones2 {
font-size: 0.875em;
font-style: normal;
text-indent: 0;
}
.carta {
font-family: serif;
font-style: italic;
line-height: 1.2;
margin: 1em 0 1em 1em;
text-align: justify;
text-indent: 1em;
}
.cita {
font-family: serif;
font-size: 0.875em;
font-style: normal;
font-weight: normal;
line-height: 1.2em;
margin: 5em 0 0 40%;
text-align: right;
}
.firma {
-epub-hyphens: none;
-webkit-hyphens: none;
font-family: serif;
font-size: 0.875em;
line-height: 1.2em;
margin-top: 1.2em;
text-align: right;
}
h1.NUMERO-PARTE {
-epub-hyphens: none;
-webkit-hyphens: none;
font-family: serif;
font-size: 2em;
font-style: normal;
font-weight: normal;
line-height: 1.2em;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 3em;
text-align: center;
text-indent: 0;
}
.poema {
font-family: serif;
font-size: 0.875em;
font-style: italic;
line-height: 1.2em;
}
.poema p {
text-align: right;
}
.sinopsis p {
margin-bottom: 1em;
}
/* By: numpi; For: epublibre*/