/* ePub base r2.1 ePubLibre - style.css*/ 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: 5% 0 1em; font-family:"ACaslonProRegular", ACaslonProRegular; } /* saltos */ .salto10 { padding-top: 1em; } .salto10 p{ 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: 10%; margin-left: 45% ; height: 0; border: none; border-top: 0.1em solid black; } hr.linea2 { width: 20%; margin-left: 40% ; height: 0; border: none; border-top: 0.1em solid black; } /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } /* Control de silabeo. Asegurese de agregar cualquier estilo que no quiera que el e-reader divida con guiones, como los subtítulos, versos, etc. */ /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ @font-face {font-family:"chaucerian_initials"; font-style:normal; font-weight:normal; src:url(../Fonts/chaucerian_initials.ttf)} @font-face {font-family:"ACaslonProRegular"; font-style:normal; font-weight:normal; src:url(../Fonts/ACaslonProRegular.otf)} .capitular { float:left; font-size:400%; text-indent:0; margin:0.3em 0.1em 0.2em 0; font-family:"chaucerian_initials";} .tit {font-family:"ACaslonProRegular", ACaslonProRegular; text-align:center; text-indent:0; margin:1em;} .tit1 {font-family:"ACaslonProRegular", ACaslonProRegular; text-align:center; text-indent:0; font-size:1.1em; margin:1em 0;} .cap {margin:2em 0; text-indent:0; font-family:"ACaslonProRegular", ACaslonProRegular;} .verso {margin: 1em 020%;} .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%; }