/* 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%; } /* Estilo de párrafo aleman o moderno. Apto para obras como manuales, obras de referencia, obras científicas o técnicas, etc.*/ /* p { margin: 1em 0; text-align:justify; text-indent:0; line-height: 125%; } */ /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } h2, h3 { margin: 2em 0 1em; } h2 { font-size: 1.4em; } h3 { font-size: 1.3em; } /* saltos */ .saltoinicio { margin-top: 25%; } .saltoinicio2 { margin-top: 35%; } .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.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; } /* el siguiente par de clases son ejemplos de distintas variaciones para los saltos de contexto. Modifiquelos a su gusto */ hr.linea { width: 100%; margin: 4em 0 0 0; height: 0; border: none; border-top: 0.05em solid grey; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p, h2 + p, h3 + p, hr + p { text-indent: 0; } /* =========== ESTILOS PERSONALES =========== */ /* Pagina de partes */ .tit1 { font-size:1.6em; text-align:center; text-indent:0; margin: 30% 5% 1em 5%; font-family: "Adobe Garamond Pro"; } .tit2 { font-size:1.5em; text-align:left; text-indent:0; margin: 2em 0 3em 0; font-weight: normal; font-family: "Adobe Garamond Pro"; } .tit21 { font-size:1.5em; text-align:left; text-indent:0; margin: 2em 0 0 0; font-weight: normal; font-family: "Adobe Garamond Pro"; } .tit22 { font-size:1.5em; text-align:left; text-indent:0; margin: 0 0 3em 0; font-family: "Adobe Garamond Pro"; } .tit25 { font-size:1.5em; text-align:center; text-indent:0; margin: 2em 0 1em 0; font-weight: normal; font-family: "Adobe Garamond Pro"; } .tit26 { font-size:1.1em; text-align:center; text-indent:0; margin: 2em 0 1em 0; font-style: italic; font-family: "Adobe Garamond Pro"; } .tit27 { font-size:1.1em; text-align:center; text-indent:0; margin: 2em 0 1em 0; font-family: "Adobe Garamond Pro"; } .tit11 { font-size:1.6em; text-align:center; text-indent:0; margin: 30% 5% 1em 5%; font-family: "Adobe Garamond Pro"; } .tit111 { font-size:1.6em; text-align:center; text-indent:0; margin: 30% 5% 0 5%; font-family: "Adobe Garamond Pro"; } .tit112 { font-size:1.6em; text-align:center; text-indent:0; margin: 0 5% 0 5%; font-family: "Adobe Garamond Pro"; } .tit113 { font-size:1.6em; text-align:center; text-indent:0; margin: 0 5% 1em 5%; font-family: "Adobe Garamond Pro"; } .tit12 { font-size:1.2em; text-align:center; text-indent:0; font-style:italic; margin: 0 5% 0 5%; font-family: "Adobe Garamond Pro"; } .citadcha { display: block; margin-top: 1em; margin-right: 5%; margin-bottom: 0; margin-left: 20%; quotes: none; } /* firmas, fechas de cartas y fin */ .ff { font-size:1em; text-indent:0; margin:1em 7% 0; text-align:right; } .fff { font-size:1em; text-indent:0; margin:0 7% 0; text-align:right; } /* ++++ FUENTES ++++ */ @font-face { font-family: "Adobe Garamond Pro"; font-style: italic; font-weight: normal; src: url(../Fonts/AGaramondPro-I.otf); } @font-face { font-family: "Adobe Garamond Pro"; font-style: normal; font-weight: bold; src: url(../Fonts/AGaramondPro-sB.otf); } @font-face { font-family: "Adobe Garamond Pro"; font-style: italic; font-weight: bold; src: url(../Fonts/AGaramondPro-sBI.otf); } @font-face { font-family: "Adobe Garamond Pro"; font-style: normal; font-weight: normal; src: url(../Fonts/AGaramondPro.otf); } /* ++++ VERSOS ++++ */ .centrarversos { text-align: center; text-indent: 0; margin: 1em .5em; } .versoscen { display: inline-block; margin-left: 3em; } .versoscen p { text-align: left; line-height:1.1em; text-indent: -3em; } /* ++++ NOTAS ++++ */ .nota2 p { margin: 0.5em 0.5em 0 3em; text-indent: 0; font-size: 1em; color: inherit; } /* ++++ FRANCESA ++++ */ .francesa { text-indent: -1.5em; padding-left: 1.5em; }