/* 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: left; font-size: 2em; color: #2642a2; padding-bottom: 10%; } h2 { font-family: "Cardo", iBooks_Athelas, Athelas, serif; text-align: left; font-size: 1.9em; color: #3966be; padding-bottom: 1.5em; } h3 { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; text-align: left; font-size: 1.5em; padding-top: 2%; padding-bottom: 2%; } h4 { font-family: "Cardo", iBooks_Athelas, Athelas, serif; text-align: left; font-size: 1.4em; padding-top: 2%; color: #2642a2; } h5 { font-family: "Cardo", iBooks_Athelas, Athelas, serif; text-align: left; font-size: 1.4em; } h6 { font-family: "Cardo", iBooks_Athelas, Athelas, serif; text-align: left; font-size: 1.2em; font-style: italic; } /* Declaració de paràgraf */ p { font-family: "Cardo", iBooks_Athelas, Athelas, serif; font-size: 1em; text-align: justify; line-height: 1.3em; text-indent: 2%; orphans: 2; widows: 2; } /* Declaració de destacats de text */ em { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; font-style: italic; } strong, b { font-family: "Cardo-Bold", iBooks_Athelas, Athelas, serif; font-weight: bold; } /* Declaració d'elements de citació */ blockquote p { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; font-style: italic; margin-left: 4%; margin-right: 6%; text-align: justify; text-indent: 0%; } q { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; font-style: italic; } hr { height: auto; margin-left: 0%; margin-right: 0%; margin-top: 6%; } .notas { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; font-size: 0.9em; text-indent: 0%; text-align: left; } .notalink { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; font-size: 0.9em; font-weight: lighter; text-indent: 0%; text-align: left; } /* Declaració d'imatges */ .imgportada { width: 100%; text-align: center; } .images { margin: 2em auto; text-align: center; page-break-inside: avoid; padding: 0; border-top: 0.1em; border-bottom: 0.1em; } /* 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 */ /* Llistes */ ul { font-family: "Cardo", iBooks_Athelas, Athelas, serif; list-style-type: disc; margin-top: 1em; margin-bottom: 1em; margin-left: 1em; } ol { font-family: "Cardo", iBooks_Athelas, Athelas, serif; list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; margin-left: 1em; } li { font-family: "Cardo", iBooks_Athelas, Athelas, serif; padding: 0%; font-size: 1em; text-align: left; text-indent: 0%; line-height: 1.3em; padding-bottom: 1.1em; } /* Altres destacats del text */ .gapspace { height: 1em; } .gapspace2 { height: 6em; } /* Destacats tipogràfics i d'alineació del text */ .capital:first-letter { font-family: "Cardo", iBooks_Athelas, Athelas, serif; font-size: 200%; letter-spacing: 0.1em; } .sangria { text-indent: -5%; margin-left: 5%; } .citas { font-family: "Cardo", iBooks_Athelas, Athelas, serif; text-align: right; font-style: italic; } .nombre-cita { text-align: right; padding-bottom: 4%; } .center { text-align: center; text-indent: 0%; padding-top: 1.2%; padding-bottom: 1.2%; } .nocursiva { font-style: normal; } .nosangria { text-indent: 0%; } .peu { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; font-size: 0.9em; margin-left: 10%; margin-right: 10%; font-weight: lighter; text-align: center; font-style: normal; } .destacat { font-family: "Cardo", iBooks_Athelas, Athelas, serif; font-size: 0.9em; text-indent: 0%; text-align: left; background-color: #FFE4C4; background-clip: padding-box; padding: 2%; } .destacat2 { font-family: "Cardo", iBooks_Athelas, Athelas, serif; font-size: 0.9em; text-indent: 0%; text-align: left; background-clip: padding-box; padding: 2%; border: 0.2em solid; } .bloc { font-family: "Cardo-Italic", iBooks_Athelas, Athelas, serif; text-align: justify; font-size: 1.2em; text-indent: 0%; font-style: italic; padding-top: 0.5%; } .bloc2 { font-family: "Cardo", iBooks_Athelas, Athelas, serif; text-align: left; font-size: 1.1em; text-indent: 0%; } .cita-textual { font-style: italic; margin-left: 4%; margin-right: 6%; text-align: justify; text-indent: 0%; padding-top: 2%; padding-bottom: 2%; }