/* ePUB base v2.0 epubgratis.me*/ /* -------- ESTILOS NO MODIFICABLES -------- */ body { font-family:"Times New Roman", Times, serif; margin:1em; } p { margin:0; text-align:justify; text-indent:1.5em; line-height:1.3em; } a { text-decoration:none; } sup, sub { font-size:0.75em; line-height:normal; } /* ----------------------------------------- */ /* encabezados */ h1, h2, h3, h4, h5, h6 { margin-top:33%; text-align:center; text-indent:0; -webkit-hyphens:none; adobe-hyphenate:none; -moz-hyphens:none; hyphens:none; } h1 { font-size:1.7em; } h2 { font-size:1.6em; } h3 { font-size:1.5em; } h4 { font-size:1.4em; } h5 { font-size:1.3em; } h6 { font-size:1.2em; } /* tipografía */ .sans, .sans em, .sans strong { font-family:"Helvetica Neue", Helvetica, Verdana, Arial, "Trebuchet MS", Trebuchet, sans-serif; } .mono, .mono em, .mono strong { font-family:"Courier New", Courier, monospace; } .cursiva { font-style:italic; } .negrita { font-weight:bold; } .tachado { text-decoration:line-through; } .subrayado { text-decoration:underline; } .normal { font-style:normal; font-weight:normal; text-decoration:none; } .versalita { font-size:0.8em; } /* para texto en mayúsculas cuyo tamaño, sin embargo, es similar al de las minúsculas */ /* alineación */ .izquierda, .izquierda p { text-align:left; } .derecha, .derecha p { text-align:right; text-indent:0; } .centrado, .centrado p { text-align:center; text-indent:0; } .justificado, .justificado p { text-align:justify; } .asangre, .asangre p { text-indent:0; } /* saltos */ .saltoinicio { margin-top:33%; } .salto25 { padding-top:2.5em; } .salto10 { padding-top:1em; } /* bloques */ .sinmargen { margin:0; } .cita { margin:1.5em; } .bloque { page-break-inside:avoid; } /* evita que un elemento se divida entre dos páginas en algunos lectores */ .banner { margin:1.5em 12%; padding:0.5em 1em; text-align:center; text-indent:0; border:2px solid black; border-left:none; border-right:none; } .banner p { text-align:center; text-indent:0; } /* listas */ li { text-align:justify; line-height:1.3em; } /* ------------- AÑADE AQUÍ TUS PROPIOS ESTILOS ------------- */ /* Tipografías */ @font-face { font-family : Goudy; src : url('../Fonts/Goudy.ttf') } @font-face { font-family : "Goudy Italic"; src : url('../Fonts/Goudy-Italic.ttf') } h1, h2, h3, h4, h5, h6 { font-family: Goudy, serif; } .salto { padding-top:2.5em; } /* Para no cambiarlos todos */ h1 { /* text-transform: uppercase; */ font-size: 2.5em; text-align: center; margin: 3em 0 0 0; letter-spacing: .25em; } h2 { /* text-transform: uppercase; */ font-size: 2.5em; text-align: center; letter-spacing: .25em; line-height: 3.2em; } h3 { /* text-transform: uppercase;*/ text-align: center; /* margin: 5em 0 0em 0; */ margin: 1em 0 0em 0; font-size: 2em; line-height: 1.5em; letter-spacing: .1em; padding-bottom: 1em; /*background: url('../Images/underline.gif') no-repeat bottom center; */ } .chapter-image { /* Como lo del background no va, poner esto */ display: block; text-align: center; } .chapter-name { } .chapter-number { } blockquote.subtitle { line-height: 1.2em; font-style: italic; font-size: 1.2em; margin: 0 auto 3em; width: 70%; padding-left: 1em; font-family: "Goudy Italic", Georgia; } .cursive { font-family: "Goudy Italic", Georgia; } blockquote.subtitle p { text-align: center; text-indent: 0; } span.attribution { display: block; text-align: right; margin: .5em 0 0 0; font-family: "Goudy Italic", Georgia; } span.attribution-name { display: block; margin: .5em 0 0 0; font-family: "Goudy Italic", Georgia; text-align: right; } span.firstletter { display: block; font-size: 3em; float: left; padding-top: .3em; line-height: .5em; margin: 0 .1em 0 0; } p.letter { width: 80%; margin: 1.5em auto .5em; text-indent: 0; font-style: italic; } p.salutation { } p.closing { width: 88%; text-align: right; }