/* ePub base r2.1 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;line-height:125%;} /* Estilo de párrafo aleman o moderno. Apto para obras como manuales, obras de referencia, obras científicas o técnicas, etc.*/ /* p { margin: 1em 0; text-align:justify; text-indent:0; line-height: 125%; } */ /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1{font-size:1.5em;margin:20% 0 2em;} h2{margin:2em 0 1em;} h2{font-size:1.4em;} /* saltos */ .salto10{padding-top:1em;} .salto25{padding-top:2.5em;} /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1+p, h2+p{text-indent:0;} /****************** Estilos importados ********************/ .c{display:block;line-height:1.25em;margin:0.4%;text-align:center;text-indent:0;} .estilo002{display:block;font-family:sans-serif;font-size:2em;font-weight:bold;line-height:1.25em;margin:30% 0 1em;text-align:center;text-indent:0;} .estilo004{display:block;line-height:1.25em;margin-bottom:0.1em;margin-top:0.1em;} .estilo007{display:block;font-size:1.66667em;font-weight:bold;line-height:1.25em;margin:25% 0 1em;text-align:center;text-indent:0;} .estilo010{display:block;font-style:normal;font-weight:normal;margin:0.5% 1% 1% 2%;} .estilo011{display:block;font-size:1.41667em;font-weight:bold;line-height:1.25em;margin:2.5% 0 1% 2%;text-align:left;text-indent:0;} .f{display:block;line-height:1.25em;margin:0.4%;text-indent:0;} .r{display:block;line-height:1.25em;margin-bottom:0.4%;margin-top:0.4%;text-align:right;text-indent:0;} .subtitulo{display:block;font-size:1.29167em;font-weight:normal;line-height:1.25em;margin:0.7em 0 0;text-align:center;text-indent:0;} .precapital{font-size:120%;float:left;margin:-1% 1% 1% 0%;text-indent:0;line-height:1em;height:1em;} .capital { font-family:"Roycroft"; float:left; font-size:500%; margin:-3% 1% 1% 0%; text-indent:0; line-height:1em; height:1em; } @font-face { font-family:"Roycroft"; font-style:normal; font-weight:normal; src:url(../Fonts/Roycroft.ttf) }