/* 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%; } /* encabezados */ h1 { font-size: 1.5em; margin: 20% 3% 2em; padding-bottom: 5px; border-bottom: 3px solid black; text-align: left; } h2, h3 { margin: 1em 3%; text-align: left; } h2 { font-size: 1.3em; } h3 { font-size: 1.1em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .saltoinicio { margin-top: 35%; } hr { height: 2.5em; } /* Control de silabeo. */ .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* siguiente párrafo asangre */ h1 + p, h2 + p, h3 + p, ol + p { text-indent: 0; } .firma { text-align: right; margin: 0.5em 4% 0.5em 0; font-family: serif; font-weight: bold; } .capalta { font-weight: bold; font-size: 300%; } .precapalta { font-weight: bold; font-size: 150%; } .la { list-style-type: lower-alpha; } @font-face { font-family: "Armada"; font-style: normal; font-weight: bold; src: url(../Fonts/Armada-B.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: normal; font-weight: bold; src: url(../Fonts/GaramondOriginal-B.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: italic; font-weight: bold; src: url(../Fonts/GaramondOriginal-BI.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: italic; font-weight: normal; src: url(../Fonts/GaramondOriginal-I.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: normal; font-weight: normal; src: url(../Fonts/GaramondOriginal.ttf); } @font-face { font-family: "SweetheartScript"; font-style: normal; font-weight: normal; src: url(../Fonts/SweetheartScript.ttf); } h1, h2, h3 { font-family: "Armada"; } p { font-family: "OrigGarmnd BT"; } .SweetheartScript p { font-family: "SweetheartScript"; font-size: 1.2em; line-height: 1.5em; border-left: 1em double rgb(200, 200, 200); padding-left: 5%; }