/* ePub base r2.1 ePubLibre - style.css*/ p { text-indent: 1.5em; padding-top: 0.2em; } /* Estilo personajes historicos*/ .frances { padding-left: 5%; text-indent: -5%; } .frances p { margin: 0.5em 5% 0.5em; text-indent: -5%; } /* Estilo cabeceras libro y capitulos*/ .capi { font-size: 0.7em; font-style: italic; font-family: sans-serif; } .carta { font-style: italic; font-size: 0.95em; padding: 3% 4%; } .verso { margin: 1em 0 1em 4em; } .verso p { text-align: left; line-height: 1.2em; font-style: italic; text-indent: -2em; } .clau { font-size: 1em; font-family: sans-serif; background-color: yellow; color: inherit; font-weight: bold; text-decoration: underline; } .suma { text-align: center; padding: 0.7em 0; } .rojipa { font-style: italic; padding: 6% 2%; color: #ed1c24; } .rojfort { font-style: italic; font-size: 1.7em; font-weight: bold; color: #ed1c24; } .rojpetit { font-size: 0.8em; color: #ed1c24; } .neg { font-style: italic; font-size: 0.8em; color: black; } .negfort { font-style: italic; font-size: 1.7em; font-weight: bold; color: black; } /* Tablas */ table { width: 98%; margin: 0 0.5em; } .petitable { page-break-inside: avoid; width: 95%; } .anextable { text-align: center; font-size: 0.8em; } .izdtable { font-size: 0.8em; } .marron { color: #922e16; } .azul { color: #0000ff; } .gris { color: #808080; } .rojo { color: #ed1c24; } /* imágenes */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } /* 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; font-size: 1.4em; } /* saltos */ .salto05 { padding-top: 0.5em; } .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; } /* El valor por defecto de
ahora es un espacio en blanco para marcar saltos de contexto. Cambie la altura del mismo a su conveniencia modificando el atributo height */ hr { height: 2.5em; } hr.linea { width: 25%; margin: 1em 37.5%; height: 0; border: none; border-top: 0.125em solid grey; }