/* 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.6em;
margin: 20% 5% 0;
text-align: left;
font-family: serif;
font-weight: normal;
}
h2 {
margin: 2em 0 1em;
font-size: 1.4em;
}
/* dedicatoria */
.dedicatoria {
margin: 25% 3% 0 15%;
text-align: right;
}
.dedicatoria p {
text-align: right;
text-indent: 0;
}
/* saltos */
.saltoinicio {
margin-top: 25%;
}
.salto05 {
padding-top: 0.5em;
}
/* 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;
font-style: italic;
}
/*** ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN ***/
h2 + p, hr + p {
text-indent: 0;
}
/* propios */
.intro {
margin: 25% 10% 0 40%;
font-size: 0.9em;
}
.intro p {
text-indent: 0;
}
.margen5 {
margin-left: 10%;
}
@font-face {
font-family: "GillSansB";
font-style: normal;
font-weight: normal;
src: url(../Fonts/GillSansB.ttf);
}
.gs {
font-family: "GillSansB", GillSansB;
font-size: 4.8em;
text-align: right;
}
blockquote {
display: block;
margin-top: 1em;
margin-right: 9%;
margin-bottom: 1em;
margin-left: 9%;
quotes: none;
font-size: 0.9em;
}