/* ePub base r2.1 ePubLibre - style.css*/ 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.75em; margin: 20% 0 5em; } h2 { margin: 15% 0 2.5em; font-size: 1.4em; } /* dedicatoria */ .dedicatoria { margin: 25%; } .dedicatoria p { text-indent: 0; } /* saltos */ .saltoinicio { margin-top: 25%; 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. ELIMINAR SI NO SE USAN */ h2 + p, blockquote + p { text-indent: 0; } /* Equivale a aplicar el estilo .asangre a todas los párrafos que cumplan con las condiciones especificadas, por ejemplo los que van después de un título o salto de escena
. Puede agregar otros estilos a la lista. */ @font-face { font-family: "TimesCirilico"; font-style: italic; font-weight: normal; src:url(../Fonts/TimesCirilicoIt.ttf) } .cirilico { font-family: "TimesCirilico", TimesCirilico; font-size: 120%; } .firma { padding: 1.5em 0; text-align: right; text-indent: 0; font-size: 0.85em; } .fin { font-size: 110%; font-weight: bold; padding-top: 2.5em; text-align: center; text-indent: 0; } .verso { margin: 1.5em 5% 1.5em 10%; } .verso p { font-size: 0.9em; font-style: italic; line-height: 1.1em; }