/* Declaracions generals */ body { margin-left: 2%; margin-right: 2%; margin-top: 2%; margin-bottom: 2%; } /* Declaració de fonts incrustades */ @font-face { font-family: "Cardo.ttf"; font-weight: normal; font-style: normal; src: url("../Fonts/Cardo.ttf"); } @font-face { font-family: "Cardo-Bold.ttf"; font-weight: bold; font-style: normal; src: url("../Fonts/Cardo-Bold.ttf"); } @font-face { font-family: "Cardo-Italic.ttf"; font-weight: normal; font-style: italic; src: url("../Fonts/Cardo-Italic.ttf"); } /* Declaració de títols i encapçalaments */ h1 { font-family: "Cardo", iBooks_Athelas, Athelas, serif; text-align: center; font-size: 2.5em; color: #2642a2; padding-top: 8%; } h2 { font-family: "Cardo", iBooks_Athelas, Athelas, serif; text-align: center; font-size: 2em; color: #3966be; padding-bottom: 4%; } h3 { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; text-align: center; font-size: 1.5em; } h4 { font-family: "Cardo", iBooks_Athelas, Athelas, serif; text-align: center; font-size: 1.2em; padding-bottom: 2%; } h5 { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; text-align: left; font-size: 1.3em; margin-left:4%; } /* Declaració de paràgraf */ p { font-family: "Cardo", iBooks_Athelas, Athelas, serif; font-size: 1em; text-align: left; line-height: 1.3em; text-indent: 0; orphans: 2; widows: 2; } /* Declaració de destacats de text */ em { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; font-style: italic; font-size: 1em; } strong { font-family: "Cardo-Bold", iBooks_Athelas, Athelas, serif; font-weight: bold; } /* Declaració d'elements de citació */ blockquote p { font-style: italic; margin-left: 4%; margin-right: 6%; text-align: justify; font-size: 0.9em; text-indent: 0%; padding-top:4%; } /* Declaració d'enllaços */ a:link { font-weight: bold; text-decoration: none; font-size: 1em; color: #00806f; } a:visited { color: #f1701c; } a:hover { color: #f1701c; } /* ALTRES ESTILS */ .images { margin: 2em auto; text-align: center; page-break-inside: avoid; padding: 0; border-top: 0.1em; border-bottom: 0.1em; } .images2 { margin: 2em auto; text-align: left; page-break-inside: avoid; padding: 0; border-top: 0.1em; border-bottom: 0.1em; } .gapspace { height: 0.8em; } .gapspace2 { height: 4em; } .gapspace3 { height: 8em; } .sangria { text-indent: 4%; } .toc1 { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; font-weight: 500; text-align: left; font-size: 1.1em; } .toc2 { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; margin-left: 4%; } .toc3 { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; margin-left: 4%; font-style: italic; } .center { text-align: center; } .left { text-align: left; } .notas { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; font-size: 0.9em; text-indent: 0%; text-align: left; }