/* ePub base r2.0 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO Edite y habilite o deshabilite un estilo por defecto para el libro, o cree su propio estilo de párrafo personalizado que se adapte al mismo. Recuerde que afectará a todo el contenido, exceptuando las páginas que no enlacen este css (como las fijas). Tambien puede crear uno propio que se ajuste a sus necesidades. OJO: NO SE DEBE ASIGNAR UN TAMAÑO DE FUENTE POR DEFECTO PARA
, deje que el lector escoja el que le sea más comodo para la lectura. */ /* 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; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.3em; margin: 20% 0 1em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: center; } .dedicatoria p { text-align: center; text-indent: 0; } /* saltos */ .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; } .salto35 { padding-top: 10%; } /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } .imgdedic { margin-left:45%; max-width: 10%; max-height: 10%; text-indent: 0; text-align: center; } .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } h1 + p { text-indent: 0; } @font-face {font-family:"ZincItalian_SG_TT_STD_Regular"; font-style:normal; font-weight:normal; src:url(../Fonts/ZincItalian_SG_TT_STD_Regular.ttf) } @font-face {font-family:"verdana"; font-style:normal; font-weight:normal; src:url(../Fonts/verdana.ttf) } @font-face {font-family:"TimesLatinExtA"; font-style:normal; font-weight:normal; src:url(../Fonts/TimesLatinExtA.ttf) } @font-face {font-family:"CharisSILI"; font-style:normal; font-weight:normal; src:url(../Fonts/CharisSILI.ttf) } .letra {font-family:"verdana", verdana; } .subtit { margin:0; text-align:center; text-indent:0; display:block; font-family:"ZincItalian_SG_TT_STD_Regular", ZincItalian_SG_TT_STD_Regular; font-size: 2em; } .times {font-family:"TimesLatinExtA", TimesLatinExtA; } .margen3 {margin: 1em 0 1em 10%; font-size: 0.9em; } .yoruba {font-family:"CharisSILI",CharisSILI; }