/* 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; } h2 { margin: 15% 0 1em; } h2 { font-size: 1.4em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto05 { padding-top: 0.5em; } hr { height: 2.5em; } hr.imagen { width: auto; border: none; margin: 1em 0; height: 1em; text-indent: 0; text-align: center; background: url("../Images/asterisco.svg") no-repeat center; background-size: 3em 1em; overflow: hidden; } /* 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, .titcap { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /*** ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN ***/ h1 + p, h2 + p, hr + p, blockquote + p { text-indent: 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.3em; text-align:center; text-indent:0; font-weight:bold; } .capalta { font-size:3em; font-weight:bold; } .precapalta { font-size:1.5em; font-weight:bold; } .verso { margin:2em 0 2em 25%; } .verso p { text-align:left; line-height:1.2em; text-indent:0; } .firma { text-align:right; margin-right:6%; margin-top:0.5em; font-family:serif; font-weight:bold; }