/* ePub base r2.1 ePubLibre - style.css*/ /* Fuentes */ @font-face { font-family: "Arial"; font-style: normal; font-weight: bold; src: url(../Fonts/Arial-B.ttf); } @font-face { font-family: "TimesNewRoman"; font-style: normal; font-weight: bold; src: url(../Fonts/TimesNewRoman-B.ttf); } @font-face { font-family: "cour"; font-style: normal; font-weight: normal; src: url(../Fonts/cour.ttf); } @font-face { font-family: "cour"; font-style: italic; font-weight: normal; src: url(../Fonts/couri.ttf); } @font-face { font-family: "cour"; font-style: italic; font-weight: bold; src: url(../Fonts/courbi.ttf); } .fontsans { font-family: "Arial"; } .fontserif { font-family: "TimesNewRoman"; } .fontmono { font-family: "cour"; } /*ESTILO DE PÁRRAFO POR DEFECTO */ p { text-indent: 1.5em; } /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; text-align: left; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; font-style: italic; } .dedicatoria p { text-indent: 0; text-align: right; } /* saltos */ .saltoinicio { margin-top: 25%; } .salto4 { margin-top: 4em; } hr.imagen { width: auto; border: none; margin: 1em 0; height: 1em; text-indent: 0; text-align: center; background: url(../Images/asterisco3.png) no-repeat center; background-size: 3em 1em; overflow: hidden; } .ilustra { margin: 1em 0; text-align: center; text-indent: 0; height: 100%; } /* Control de silabeo. Asegurese de agregar cualquier estilo que no quiera que el e-reader divida con guiones, como los subtítulos, versos, etc. */ .dedicatoria { margin-top: 25%; adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* Texto con columna de notas. */ .coltexto { margin-left: 40%; } .colnota { float: left; clear: both; padding-top: .3em; margin-left: -65%; max-width: 60%; text-indent: 1.2em; font-size: .8em; line-height: 1.1em; text-align: justify; } @media amzn-kf8 { .colnota { float: left; clear: both; padding-top: .3em; margin-left: -65%; width: 60%; text-indent: 1.2em; font-size: .8em; line-height: 1.1em; text-align: justify; } }