/* 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: "AgentConMedDB"; font-size: 2em; font-style: normal; font-weight: bold; text-indent: 0%; margin: 20% 0 2em; } h2 { font-family: "AgentConMedDB"; font-size: 2em; font-style: normal; font-weight: bold; text-indent: 0%; margin: 15% 0 2.5em; } /* 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 */ .message { font-size: .9em; font-family: "Arial"; text-align: justify; font-style: normal; font-weight: normal; text-indent: 0%; margin: 0.5em 45% 0.5em 7% } .messageR { font-size: .9em; font-family: "Arial"; text-align: justify; font-style: normal; font-weight: normal; text-indent: 0%; margin: 0.5em 7% 0.5em 45% } .asterisco { display: block; line-height: 1.2; text-align: center; text-indent: 0%; margin: 1em 0 1.5em; } .asterisco img{ width: 10%; } blockquote.marge, .marge { margin-left: 12%; font-style:italic; } blockquote.marge p { font-style:italic; } /* fuentes */ @font-face { font-family: "Arial"; font-style: normal; font-weight: normal; src: url(../Fonts/Arial.ttf); } @font-face { font-family: "AgentConMedDB"; font-style: normal; font-weight: bold; src: url(../Fonts/Agent-cB.ttf); }