/* ePub base r2.1 ePubLibre - style.css*/ /* 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%; orphans: 1; widows: 1; } /* encabezados */ h1 { font-size: 1.2em; margin: 3.5em 0 0.5em; font-family: "Soho"; font-weight: normal; } h1 em { font-family: serif; } h2 { font-size: 1.3em; margin: 1.5em 0 0.5em; font-family: "Soho"; } h2 .marker { font-size: 0.85em; } h2 .fallforyou { font-size: 0.93em; } h2 + p { font-size: 1.2em; margin-bottom: 3.3em; text-align: center; text-indent: 0; font-style: italic; font-family: serif; } h2 + p em { font-style: normal; } /* dedicatoria */ .dedicatoria { margin: 15% 0 1em; font-style:italic; font-family:serif; } .dedicatoria p, .dedicatoria + p { text-align: right; text-indent: 0; } /* saltos */ .saltoinicio { margin-top: 15%; text-indent:0; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h2 + p + p { text-indent: 0; } /* Fuentes */ @font-face { font-family: "KFallForYou"; font-style: normal; src: url(../Fonts/KGFallForYou.ttf); } @font-face { font-family: "KFallForYou"; font-style: italic; src: url(../Fonts/KGFallForYou-I.ttf); } @font-face { font-family: "MarkerSD"; font-style: normal; src: url(../Fonts/MarkerSD.ttf); } @font-face { font-family: "MarkerSD"; font-style: italic; src: url(../Fonts/MarkerSD-I.ttf); } @font-face { font-family: "Soho"; src: url(../Fonts/SohoStd-c.ttf); } @font-face { font-family: "TrashHand"; src: url(../Fonts/TrashHand.ttf); } .marker { font-family: "MarkerSD"; font-size:1.1em; } .fallforyou { font-family: "KFallForYou"; font-size: 1.1em; } .trashhand { font-family: "TrashHand"; }