/****************************************************************************\ ** ** style.css ** ** This is the default css which is bundled inside the ePUB book, you can modify this file ** to change the styling of the book. Note: Not all book readers honor all the attributes specified here. ** ** (c) 1986 - 2012 Quark, Inc. ** All rights reserved. ** \****************************************************************************/ /* ePUB base v2.1 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; font-family:"Helvetica Neue"; } h1 { font-size:1.7em; } h2 { font-size:1.6em; font-family:"Times New Roman", Times, serif;} h3 { font-size:1.5em; font-family:"Times New Roman", Times, serif; margin-top:0%;} h4 { font-size:1.4em; } h5 { font-size:1.3em; } h6 { font-size:1.1em; margin-top:5%; } /* 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, em, i { font-style:italic; } .negrita, strong, b { font-weight:bold; } .tachado, strike, s { text-decoration:underline; } .subrayado, u { text-decoration:line-through; } .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; } .justo {margin-left:1.5em;} /* 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 ------------- */ .grande {text-align:center; text-indent:0; font-size:2.5em; font-weight:bold; font-family:"Helvetica Neue"; padding-top:2.5em;} .mediano {text-align:center; text-indent:0; font-size:1.8em; font-family:"Helvetica Neue"; margin-top:15%;} .peque {text-align:justify; text-indent:0; font-size:0.8em;} .figure { text-align:justify; padding-top:2em; padding-bottom:2em; } /* By default paragraphs are not indented */ .indented-para { margin-left: 2em; margin-right: 2em; } /* pullquote is similar to the blockquote, so we will try to mimic blockquote as much as we can */ .pullquote { font-size: 1.25em; margin-left: 2em; margin-right: 2em; text-align: center; } .title1 { font-size: 2.5em; text-align: center; } .title2 { font-size: 2em; text-align: center; } .chapter-name { font-size: 1.8em; text-align: center; } .headline1 { font-size: 1.5em; } .headline2 { font-size: 1.2em; } /* Character attributes can also be modified, by using the following classes */ .bold { font-weight: bold; } .italic { font-style: italic; } .underline { text-decoration: underline; } .strikethrough { text-decoration: line-through; } .strikethrough-and-underline { text-decoration: line-through underline; } .superscript { vertical-align: super; } .subscript { vertical-align: sub; } .superior { vertical-align: super; }