/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* 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; } /* El valor por defecto de
es un espacio en blanco para marcar saltos de contexto. */ hr { height: 2em; } /* Control de silabeo. */ .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. */ h1 + p, hr + p { text-indent: 0; } .c { margin: 2em 0; text-align: center; text-indent: 0; } .fecha { margin-top: 0.1em; text-indent: 0; font-weight: bold; font-style: italic; } h1, .c , .capitular { font-family: "lcallig", lcallig; font-weight: normal; } .capitular { font-size: 2em; margin-right: 2px; } /* Fuentes */ @font-face { font-family: "lcallig"; font-style: normal; font-weight: normal; src: url(../Fonts/LCALLIG.TTF); }