/* ePub base r2.0 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ 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; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* 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, p.subtit { 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, blockquote + p, p.subtit + 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.2em; text-align:center; text-indent:0; } .subtit { color: #124f9f; font-size:1.2em; text-align:center; text-indent:0; font-weight:bold; margin-top:-1em; margin-bottom:1.5em; } .capalta { font-size:3em; font-weight:bold; } .precapalta { font-size:150%; font-weight:bold; } blockquote.poema { margin: 2em 8%; } blockquote.poema p { text-indent:0; margin:0; font-style:italic; }