/* 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%; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size:1.5em; margin:25% 0 1em; } /* dedicatoria */ .dedicatoria { margin:25% 3% 0 15%; text-align:right; } .dedicatoria p { text-align:right; text-indent:0; } /* saltos */ .salto05 { padding-top:0.5em; } .salto10 { padding-top:1em; } /* El valor por defecto de
ahora es un espacio en blanco para marcar saltos de contexto. Cambie la altura del mismo a su conveniencia modificando el atributo height */ hr { height:2.5em; } /* cambie la imagen de background a su gusto */ /* imágenes simples */ .ilustra { margin:1.5em 0; text-align:center; text-indent:0; display:block; } .ilustra img { max-width:70%; max-height:70%; } /* Control de silabeo. Asegurese de agregar cualquier estilo que no quiera que el e-reader divida con guiones, como los subtítulos, versos, etc. */ .dedicatoria { adobe-hyphenate:none; -ms-hyphens:none; -moz-hyphens:none; -webkit-hyphens:none; -epub-hyphens:none; hyphens:none; } /* ESTILOS PERSONALES */ .subtit { text-align:center; text-indent:0; font-size:1.5em; font-weight:bold; font-style:italic; margin-top:-1em; margin-bottom:2.5em } .mayor { font-size:2em; } .nomayor { font-size:1.3em; } .metido { display:block; font-size:0.9em; font-style:italic; text-align:justify; margin:1.5em 2% 1em 12% } .carta { display:block; font-size:0.9em; font-style:italic; text-align:justify; margin:1.5em 6% 1em 6% }