/* ePub base r2.1 ePubLibre - style.css*/ /* 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; line-height: 125%; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } h2, h3 { margin: 2em 0 1em; } h2 { font-size: 1.4em; } h3 { font-size: 1.3em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto05 { padding-top: 0.5em; } .salto10 { padding-top: 1em; } /* 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; } @font-face {font-family:"bembo-italic"; font-style:normal; font-weight:normal; src:url(../Fonts/bembo-italic.ttf)} @font-face {font-family:"bembo"; font-style:normal; font-weight:normal; src:url(../Fonts/bembo.ttf)} @font-face {font-family:"bembo-bold"; font-style:normal; font-weight:normal; src:url(../Fonts/bembo-bold.ttf)} .entradilla, .entradilla p { text-indent:0; text-align:center; margin:2em 0 ; font-size:0.95em;} .intro {margin-top:10%; text-align:center; font-family:"bembo-italic", bembo-italic; font-size:1.8em; } .cita {margin: 1em 0 1em 2em; font-size:0.95em; } .verso { padding-left:2em; } .verso1 { padding-left:4em; } .verso2 { padding-left:6em; } .verso3 { padding-left:8em; } .asteriscos {margin: 1em 0; font-size: 1.2em; text-align: center; } .celda1 { width:30%; vertical-align:top; } .celda2 {width:50%; } .celda3 {width: 20%; text-align:right; } .francesa { padding-left:1.8em; text-indent:-1.8em; } .francesa p { text-indent:-1.8em; } .personajes {margin: 5% 0 2em 0; font-size:1.2em; text-align: center; } .jornada {margin: 5% 0 1em 0; text-align: center; font-family:"bembo-bold", bembo-bold; font-size:1.5em;} .cuadro {margin-bottom:1em; text-align: center; font-family:"bembo", bembo; font-size:1.1em; text-indent:0;} .num { float:right; margin-right:1em; font-size:0.8em; } .portadilla{ margin: 0; padding: 0; border: 0; font-size: 0; text-align: center; text-indent: 0; page-break-before: always; page-break-after: always; } .portadilla img { height: 100%; max-height: 100%; }