MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus wiki.climate-thinking.de
Admino (Diskussion | Beiträge) K |
Admino (Diskussion | Beiträge) K |
||
Zeile 5: | Zeile 5: | ||
body { | body { | ||
− | background: # | + | background: #DCE1E3; |
font-family: 'Work Sans', sans-serif; | font-family: 'Work Sans', sans-serif; | ||
− | color: # | + | color: #5C5F58; |
} | } | ||
#footer { | #footer { | ||
− | background: # | + | background: #5C5F58; |
} | } | ||
Zeile 28: | Zeile 28: | ||
font-family: 'Crimson Text', serif; | font-family: 'Crimson Text', serif; | ||
font-weight: 700; | font-weight: 700; | ||
− | color: # | + | color: #B73225; |
text-align: left; | text-align: left; | ||
} | } | ||
#content h2,h3 { | #content h2,h3 { | ||
− | color: # | + | color: #004E7C; |
} | } |
Version vom 16. Februar 2021, 21:24 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Work+Sans:400,700');
body {
background: #DCE1E3;
font-family: 'Work Sans', sans-serif;
color: #5C5F58;
}
#footer {
background: #5C5F58;
}
#catlinks {
display:block
}
#toc {
display:block;
}
/* Folgend wird Schriftart und Farbe der Überschriften - h1, h2 etc. - geändert */
#content h1 {
font-family: 'Crimson Text', serif;
font-weight: 700;
color: #B73225;
text-align: left;
}
#content h2,h3 {
color: #004E7C;
}