/* 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%; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 5% 0; font-family: serif; font-weight: normal; } h2 { font-size: 1.25em; margin: 4.5em 0 3em; font-weight: normal; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h2 + p { text-indent: 0; } h1 + p { text-align:center; text-indent:0; font-size:1.25em; } .previamente { font-weight:bold; } .previamente + p { text-align:justify; font-size:1em; margin-top:10%; } /* saltos */ .salto25 { padding-top:2.5em; text-indent:0; } .firma { margin:1em; text-align:right; text-indent:0; } blockquote { margin: 1.6667em 0 1.6667em 1.6667em; font-size: 0.9em; } .centrado { margin:1.25em 0; font-size:0.8em; } .continuara { margin-top:10em; font-style:italic; font-weight:bold; text-align:center; text-indent:0; } .centrar, .centrar div { text-align:center; text-indent:0; } .poema { display:inline-block; font-style:italic; margin:1em 0 1em 1.5em; } .poema p { text-align:left; text-indent:-1.5em; } .arbol { display:inline-block; text-align:center; height:100%; width:100%; text-indent:0; } .arbol img { max-width:98%; vertical-align:middle; } .arbol img + img { height:100%; width:0.1px; visibility:hidden; }