/* 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; } /* saltos */ .saltoinicio { margin-top: 25%; } /* 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, h1 { 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, p.flor-abajo + 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:"Georgia"; font-style:normal; font-weight:normal; src:url(../Fonts/Georgia.ttf) } @font-face { font-family:"Georgia"; font-style:normal; font-weight:bold; src:url(../Fonts/Georgia_Bold.ttf) } @font-face { font-family:"Georgia"; font-style:italic; font-weight:normal; src:url(../Fonts/Georgia_Italic.ttf) } p, h1 { font-family:"Georgia", Georgia; } .capitulares { font-size: 1.66667em; font-weight: bold; line-height: 1.2; } .flor-abajo { font-size: 1em; margin: 0; padding: 0; text-align: left; text-indent: 0.5em; page-break-after: always; } .flor-arriba { font-size:1em; margin:10% 0 1.5em; text-align:right; text-indent: 0; } h1.h { color: #999; font-size: 1.66667em; font-weight: bold; margin:0; padding:0; text-align: center; text-indent: 0; } p.h2-titulo { font-size: 1.29167em; font-weight: bold; text-align: center; } p#jpg_arriba img { max-width:17%; width:100%; } p#jpg_abajo img { max-width:36%; width:100%; }