/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ 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-family: "Simoncini Garamond"; font-size: 1.8em; margin: 15% 0 2em; font-style: normal; font-weight: normal; } .subtit { text-align:center; text-indent:0; margin:-1em 0 1.5em 0} .subtit img { max-height:80%; max-width:80%; } /* dedicatoria */ .dedicatoria { margin: 25% 12% 0 12%; text-align: center; } .dedicatoria p { text-align: center; text-indent: 0; } /* saltos */ .saltoinicio { margin-top: 25%; } .salto05 { padding-top: 0.5em; } .salto10 { padding-top: 1em; } 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 PERSONALES */ h1 + p, hr + p { text-indent: 0; } blockquote.carta { font-family: "Simoncini Garamond"; margin:1em 12% 2.5em 12%; text-indent: 0; } blockquote.carta2 { font-family: "Simoncini Garamond"; margin:1em 12% 1em 12%; text-indent: 0; } .encabezado { padding-bottom:2em; text-align:center; font-style:italic; text-indent: 0; } /* fuentes */ @font-face { font-family: "Simoncini Garamond"; font-style: normal; font-weight: bold; src: url(../Fonts/SimonciniGaramond-B.otf); } @font-face { font-family: "Simoncini Garamond"; font-style: italic; font-weight: normal; src: url(../Fonts/SimonciniGaramond-I.otf); } @font-face { font-family: "Simoncini Garamond"; font-style: normal; font-weight: normal; src: url(../Fonts/SimonciniGaramond.otf); }