/* 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-size: 1.6em; margin: 20% 0 1em; font-family:clairvaux; } h2 { margin: 5% 0 1em; font-size: 1.4em; font-family:clairvaux; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; font-style:italic; } .dedicatoria p { text-align: right; text-indent: 0; font-style:italic; } /* saltos */ .salto05 { padding-top: 0.5em; } hr { height: 3.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 ***/ blockquote.citainicial { margin:20% 10% 0 10%; font-style:italic; } .lugarfecha { margin:0 0.2em 4em; text-align:right; font-style:italic; font-family:clairvaux; font-size: 1.2em; } blockquote.versos { margin:1.5em 4%; text-align:center; text-indent:0; font-style:italic; } .clair { font-family: "clairvaux", clairvaux; } @font-face { font-family: "clairvaux"; font-style: normal; font-weight: normal; src: url(../Fonts/clairvaux.ttf); } .ttitulo { font-family: "clairvaux", clairvaux; } .capitularesc { float: left; margin: 0 0.125em 0 0; height: 3.6em; max-width: 100%; } .capitularesc img { max-height:100%; max-width:100%; }