/* 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; } /* saltos */ .salto05 { padding-top: 0.5em; } .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; } /* cambie la imagen de background a su gusto */ /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } /****************** Estilos importados ********************/ .salcenneg { padding-top:2.5em; text-align:center; text-indent:0; font-weight:bold; } .salneg { padding-top:2.5em; font-weight:bold; } .sal10neg { padding-top:1em; font-weight:bold; } /* Recuadro */ .recuadro { text-indent:0; border:1px solid black; margin:0.5em 15% 0.5em 15%; padding:1em; } .recuadro p { text-indent:0; } /* Recuadro con puntos */ .recuadropuntos { padding-left:0.5em; padding-right:0.5em; border-right-width: 5px; border-left-width: 5px; border-right-style: dotted; border-left-style: dotted; border-top-style: hidden; border-bottom-style: hidden; } .recuadropuntos p { text-indent:1em; } /* Sangría francesa */ .francesa { padding-left:1.5em; text-indent:-1.5em; } .francesa p { text-indent:-1.5em; } /* Imagenes a los lados */ .ilustradcha { max-height:50%; max-width:50%; float:right; margin:0.5em 0.5em -0.1em 0.25em; } @font-face { font-family:"LucidaHandwriting"; src:url(../Fonts/LucidaHandwriting.ttf) } .mano { font-family:"LucidaHandwriting", LucidaHandwriting; } @font-face { font-family:"ThrowMyHandsUpintheAir"; src:url(../Fonts/ThrowMyHandsUpintheAir.ttf) } .mano2 { font-family:"ThrowMyHandsUpintheAir", ThrowMyHandsUpintheAir; } .sinnum {list-style:none; display:inline-block; margin:2em 0 0 -1em; } .margenabajo { padding-bottom: 0.5em; } /* Letra capital */ .capital { font-size:300%; font-weight:bold; float:left; margin:-0.1em 0.125em -0.2em 0; text-indent:0; line-height:1em; height:1em; } /* Celdas */ .celtop { vertical-align: top; text-align: left; width: 55%; padding-left: 4%; border:none; } .sangre40 { margin-left:40%; }