/* Márgenes de página generales */ @page { margin: 1.5em; } /* Fuentes */ @font-face { font-family: "Charis"; src: url(../Fonts/CharisSILR.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "Charis"; src: url(../Fonts/CharisSILB.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Charis"; src: url(../Fonts/CharisSILI.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "Charis"; src: url(../Fonts/CharisSILBI.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "Lucida"; src: url(../Fonts/LCALLIG.TTF); font-style: italic; font-weight: bold; } /* Cuerpo general */ body { font-family: "Charis", serif; text-align: justify; margin-right: 1em; widows: 2; orphans: 2; font-size: 1em; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } svg { height: 98%; width: 100%; } a { text-decoration: none; } /* Estilos para página de título */ .titulo { font-size: xx-large; margin-top: 3em; margin-bottom: .5em; text-align: center; text-indent: 0 !important; } .titulo > span { display: block; } .autor { font-size: x-large; margin-top: 1em; margin-bottom: 1em; text-align: center; text-indent: 0 !important; } .traductor { font-size: large; margin-top: 4em; margin-bottom: 1em; text-align: center; text-indent: 0 !important; } .logo { margin-top: 9em; margin-bottom: 1em; text-align: center; text-indent: 0 !important; } /* Créditos */ .creditos-primera { margin-top: 4em; margin-bottom: 0.1em; text-indent: 0.1em; } .creditos { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0.1em; } .autor > span, .creditos > span { display: block; } .creditos-derechos { margin: 2.5em 2em 0 0; text-indent: 0; font-size: 90%; text-align: left; } /* Acerca de */ .acerca-titulo { font-family: arial, helvetica, sans-serif; font-size: large; font-weight: bold; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0; } .acerca-titulo > span { display: block; } .acerca-autor { font-family: arial, helvetica, sans-serif; font-size: large; margin-top: 0.2em; margin-bottom: 1em; text-indent: 0; } .acerca { font-family: arial, helvetica, sans-serif; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0; } .acerca > span { display: block; } .acerca-sub { font-family: arial, helvetica, sans-serif; font-weight: bold; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0; } /* Dedicatorias */ .dedicatoria-primera { margin-top: 4em; text-align: right; } .dedicatoria { margin-top: 1em; text-align: right; } .dedicatoria-primera > span, .dedicatoria > span { display: block; } /* General */ .capitulo { font-size: 1.500em; margin: 5em 1em 1em 1em; text-align: center; font-weight: normal; } .capitulo + .fechas { margin-top: 5em; } .fechas { margin-top: 1em; margin-bottom: 1em; text-indent: 0 !important; line-height: 1.2; } .fechas + .primera { margin-top: 2em; } .subtitulo { text-align: center; font-weight: normal; } .subtitulo > span { display: block; } .subtitulo + .primera { margin-top: 7em; } p { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; line-height: 1.2; } .nosangria { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0; line-height: 1.2; } .primera { margin-top: 8em; margin-bottom: 0.1em; text-indent: 0 !important; line-height: 1.2; } .primera-sangria { margin-top: 8em; margin-bottom: 0.1em; text-indent: 1.2em; line-height: 1.2; } .primera-unica { margin-top: 12em; margin-bottom: 0.1em; text-indent: 0 !important; line-height: 1.2; } .capitular { font-family: "Lucida", serif; font-size: 1.7em; font-style: italic; line-height: 90%; } .versalita { font-size: 0.875em; /*font-variant: small-caps;*/ } /* Espacios en blanco */ .blanco { margin: 0.75em 0; } .simbolo { margin: 3em 0; text-align: center; line-height: 1.2; text-indent: 0 !important; } .simbolo > img { height: 17px; width: 21px; } /* Citas y destacados */ .cita { margin: 1em 0 1em 1.2em; text-indent: 1em; line-height: 1.2; font-size: 0.938em; } .citas + .citas { margin: 0 0 0 1.2em; } p + .citas { margin: 1em 0 0 1.2em; } .citas + p { margin-top: 1em; margin-bottom: 0.1em; } .citas { margin: 1em 0 1em 1.2em; text-indent: 1em; line-height: 1.2; font-size: 0.938em; } .citas-derecha { margin: 0.5em 0 0.5em 1.2em; text-indent: 1em; line-height: 1.2; font-size: 0.938em; text-align: right; } .centrado { margin-top: 1em; margin-bottom: 1em; text-align: center; line-height: 1.2; text-indent: 0 !important; font-size: 0.938em; } .centrado > span { display: block; } .poema { margin: 1.5em 0 1.5em 2em; text-indent: 0 !important; line-height: 1.2; font-size: 0.938em; } .poema > span { display: block; } /* Partes */ .parte { font-size: large; margin-top: 5em; text-align: center; font-weight: normal; line-height: 1.6; } .parte > span { display: block; } /* Para notas */ #notas { margin-top: 5em; border-top: 1px solid #000; } #notas p { font-size: 0.938em; } sup { font-size: 0.75em; vertical-align: text-top; }