/* ePub base r2.1 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: 1em; line-height: 150%; } /* 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 { font-size: 0.83333em; text-align: center; 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 { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. */ h1 + p, div + p { text-indent: 0; } blockquote { margin: 1em 0 1em 16px; } blockquote p { font-size: 0.83333em; text-align: justify; text-indent: 0; } .attrib { font-size: 1em; line-height: 1.5; margin: 0.5em 16px 0 0; padding: 0; page-break-before: avoid; text-align: right; text-indent: 0; } .book { break-after: avoid; display: block; font-size: 1em; font-weight: bold; hyphens: auto; line-height: 1.5; margin: 1em 0 0; padding: 0; page-break-after: avoid; text-align: justify; text-indent: 0; } .epigraph { box-sizing: border-box; display: block; margin: 5em 0 2em 32px; } .epigraph1 { box-sizing: border-box; display: block; margin: 1em 0 2em 32px; } .epigraph2 { box-sizing: border-box; display: block; margin: 2em 0 2em 32px; } .figure { box-sizing: border-box; break-inside: avoid; display: block; margin: -2em 0 0 40%; page-break-inside: avoid; text-align: center; width: 60%; } .icon-right { box-sizing: border-box; break-after: avoid; break-inside: avoid; display: block; margin-bottom: 2em; margin-top: 2em; page-break-after: avoid; page-break-inside: avoid; text-align: left; width: 5.5em; } .icon-top { box-sizing: border-box; break-after: avoid; break-inside: avoid; display: block; margin-bottom: 0; margin-top: 2em; page-break-after: avoid; page-break-inside: avoid; text-align: left; width: 9em; } .janehawk { break-after: avoid; display: block; font-size: 1em; font-style: normal; hyphens: none; line-height: 1.2; margin: 3em 0; padding: 0; page-break-after: avoid; text-align: center; text-indent: 0; } .label { box-sizing: border-box; display: block; font-size: 0.77419em; margin-bottom: 1em; } .name1 { box-sizing: border-box; font-size: 0.75em; } .name2 { box-sizing: border-box; display: block; font-size: 1.66667em; line-height: 1.2; } .ordinal { box-sizing: border-box; float: left; } .parte { break-after: avoid; display: block; font-size: 1.29167em; font-style: normal; hyphens: none; line-height: 1.5; margin: 3em 0; padding: 0; page-break-after: avoid; text-align: center; text-indent: 0; } .serie { box-sizing: border-box; color: grey; display: block; font-size: 1em; line-height: 1.2; padding-top: 0.5em; } .surname { box-sizing: border-box; display: block; font-size: 2em; line-height: 1.2; } .title2 { border-bottom: currentColor solid 1px; box-sizing: border-box; display: block; margin-left: 24px; page-break-before: avoid; }