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: #f1f3f4; |
font-family: 'Work Sans', sans-serif; | font-family: 'Work Sans', sans-serif; | ||
− | color: # | + | color: #505254; |
} | } | ||
#footer { | #footer { | ||
− | background: # | + | background: #b8d0d5; |
} | } | ||
Zeile 28: | Zeile 28: | ||
font-family: 'Crimson Text', serif; | font-family: 'Crimson Text', serif; | ||
font-weight: 700; | font-weight: 700; | ||
− | color: # | + | color: #19ca99; |
text-align: left; | text-align: left; | ||
} | } | ||
#content h2,h3 { | #content h2,h3 { | ||
− | color: # | + | color: #b8d0d5; |
} | } |
Version vom 17. Februar 2021, 11:52 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: #f1f3f4;
font-family: 'Work Sans', sans-serif;
color: #505254;
}
#footer {
background: #b8d0d5;
}
#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: #19ca99;
text-align: left;
}
#content h2,h3 {
color: #b8d0d5;
}