/* 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-family: "PhyllisInitialsD"; font-size: 3em; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 20% 0 0 0; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto05 { padding-top: 0.5em; } /* 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 */ .asterisco { text-align: center; margin: 1em 0 1.5em 0; text-indent: 0; } .asterisco img { max-height: 25%; max-width: 25%; } .encabezado { padding-bottom: 1em; text-align: center; font-style: italic; font-weight: bold; text-indent: 0; } .vineta1 { text-align: center; text-indent: 0; margin: 0 0 4.5em; } .vineta1 img { max-height:50%; max-width:50%; } .capitular { float:left; margin:-0.156em 0.1em -0.2em 0; text-indent:0; line-height:1em; height:1em; font-size:5em; font-family: "BritishMuseum1490"; font-style: normal; font-weight: normal; } .semicapitular { float:left; margin:1.2em 0.1em 0.1em 0; text-indent:0; line-height:1em; height:1em; font-size:1.5em; } blockquote.carta, .carta{ margin-top: 1em; margin-right: 4%; margin-bottom: 1em; margin-left: 12%; font-style: italic; font-family:serif; } /* fuentes */ @font-face { font-family: "PhyllisInitialsD"; font-style: normal; font-weight: normal; src: url(../Fonts/PhyllisInitialsD.ttf); } @font-face { font-family: "BritishMuseum1490"; font-style: normal; font-weight: normal; src: url(../Fonts/BritishMuseum1490.ttf); } .margen {margin-left:1.5em}