MediaWiki:Common.css: Unterschied zwischen den Versionen
HJThom (Diskussion | Beiträge) |
HJThom (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
| + | |||
h1 { | h1 { | ||
| − | font-family: | + | font-family:Calibri; |
| + | } | ||
| + | |||
| + | h2 { | ||
| + | font-family:Calibri; | ||
| + | } | ||
| + | |||
| + | h3 { | ||
| + | font-family:Calibri; | ||
| + | } | ||
| + | |||
| + | h4 { | ||
| + | font-family:Calibri; | ||
| + | } | ||
| + | |||
| + | h5 { | ||
| + | font-family:Calibri; | ||
} | } | ||
html, body { | html, body { | ||
Version vom 18. Januar 2016, 15:10 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
h1 {
font-family:Calibri;
}
h2 {
font-family:Calibri;
}
h3 {
font-family:Calibri;
}
h4 {
font-family:Calibri;
}
h5 {
font-family:Calibri;
}
html, body {
font-family: Calibri;
}
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }