/* 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: 20% 0 10%; font-family:"NewsGothB", NewsGothB; } h2 { margin: 10% 0 1em; font-size: 1.4em; font-family:"NewsGothB", NewsGothB; } h3 { font-size: 1.5em; font-family:"optimaDMBold", optimaDMBold; margin: 20% 0 10%; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto25 { padding-top: 2.5em; } .salto25 p{ padding-top: 2.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; } /* Equivale a aplicar el estilo .asangre a todas los párrafos que cumplan con las condiciones especificadas, por ejemplo los que van después de un título o salto de escena
. Puede agregar otros estilos a la lista. */ @font-face { font-family:"NewsGothB"; font-style:normal; font-weight:bold; src:url(../Fonts/NewsGothB.ttf) } @font-face { font-family:"optimaDMBold"; font-style:normal; font-weight:normal; src:url(../Fonts/optimaDMBold.otf) } @font-face { font-family:"LucidaHandwriting"; font-style:normal; font-weight:normal; src:url(../Fonts/LucidaHandwriting.ttf) } @font-face { font-family:"EasySpeech"; font-style:normal; font-weight:normal; src:url(../Fonts/EasySpeech.ttf) } .subt { font-family:"NewsGothB", NewsGothB; font-size:1.2em; } .subt1 { font-family:"NewsGothB", NewsGothB; font-size:1.1em; text-align: center; } .asteriscos { text-indent:0; text-align: center; margin: 2em 0;} .letra1 {font-family:"LucidaHandwriting", LucidaHandwriting; font-size: 0.9em; } .letramargen1 {font-family:"LucidaHandwriting", LucidaHandwriting; margin-left: 2em; font-size: 0.9em; } .firma {font-family:"EasySpeech", EasySpeech; margin: 2em 0; text-align:right; } .portadilla{ margin: 0; padding: 0; border: 0; font-size: 0; text-align: center; text-indent: 0; page-break-before: always; page-break-after: always; } .portadilla img { height: 100%; max-height: 100%; }