/* ePub base r2.0 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ /* 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; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } /* saltos */ .salto10 { padding-top: 1em; } hr { height: 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 */ /*** ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN ***/ h1 + 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. */ blockquote.comilla { text-align: left; font-style: italic; margin: 1em 8%; padding: 0 6%; background: url('../Images/comilla1.svg') no-repeat top left; background-size: 1.25em 1.25em; page-break-inside: avoid; break-inside: avoid; overflow: hidden; } blockquote.comilla p { font-style: inherit; margin: 0; } @font-face { font-family:"Garamond"; font-style:normal; font-weight:normal; src:url(../Fonts/garamond.TTF) } @font-face { font-family:"Garamond"; font-style:normal; font-weight:bold; src:url(../Fonts/garamond-bold.ttf) } @font-face { font-family:"Garamond"; font-style:italic; font-weight:normal; src:url(../Fonts/garamond-italic.ttf) } p { font-family:"Garamond", Garamond; } .titcap { color: #124f9f; font-size:1.2em; text-align:center; text-indent:0;}