/* 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.5em;
margin: 20% 0 2em;
}
h2 {
margin: 10% 0 2em;
font-size: 1.4em;
}
/* dedicatoria */
.dedicatoria {
margin: 25% 15% 0 15%;
}
.dedicatoria p {
text-indent: 0;
}
/* saltos */
.saltoinicio {
margin-top: 25%;
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;
}
/* 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. ELIMINAR SI NO SE USAN */
h1 + p, h2 + p, hr + p, blockquote + p {
text-indent: 0;
}
/* Equivale a aplicar el estilo .asangre a todas los párrafos que cumplan con las condiciones especificadas, por ejemplo los que van después de un título o salto de escena
. Puede agregar otros estilos a la lista. */
.firma {
padding: 1.5em 0;
text-align: right;
text-indent: 0;
font-size: 0.85em;
}
.fin {
font-size: 110%;
font-weight: bold;
padding-top: 2.5em;
text-align: center;
text-indent: 0;
}
.verso {
margin: 1.5em 5% 1.5em 10%;
}
.verso p {
font-size: 0.9em;
font-style: italic;
line-height: 1.1em;
text-indent: 0;
}
@font-face {
font-family: "TimesCirilico";
font-style: italic;
font-weight: normal;
src:url(../Fonts/TimesCirilicoIt.ttf)
}
.cirilico {
font-family: "TimesCirilico", TimesCirilico;
font-size: 120%;
}
.titular {
margin: 1.5em 5%;
}
.titular p {
font-size: 0.9em;
text-align: center;
text-indent: 0;
}
.subtitulo {
font-size: 1.4em;
text-align: center;
text-indent: 0;
}