/* 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%; } /* encabezados */ h1 { font-size: 2em; margin: 20% 0 2em; font-family:serif; } h2, .hachedos { font-size: 1.4em; margin: 10% 0 20%; font-weight:normal; font-family:serif; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p, h2 + p, .asteriscos + p, .dato + p, .cita + p { text-indent: 0; } .dato { margin:-4em 0 1em; } .dato p { text-align: right; text-indent: 0; } .asteriscos { font-weight: bold; padding: 1.3em 0 1em; text-align: center; text-indent: 0; } .centrar, .centrar div { text-align:center; text-indent:0; } .enbloque { margin:1.5em 0 1.5em 1.5em; display:inline-block; } .enbloque p { text-align:left; text-indent:-1.5em; } .noseve { height:0.1em; margin-bottom:-0.1em; visibility:hidden; } .cita { margin:2.5em 0; text-indent:0; } big { font-size:2em; font-family:serif; }