MediaWiki:Common.css
Aus EUserv Wiki
(Unterschied zwischen Versionen)
Root (Diskussion | Beiträge) |
Root (Diskussion | Beiträge) |
||
| Zeile 9: | Zeile 9: | ||
} | } | ||
h1 { font-size: 130%; font-size: 1.571em; } | h1 { font-size: 130%; font-size: 1.571em; } | ||
| - | h2 { font-size: 110%; } | + | h2 { font-size: 110%; font-weight: bold; } |
h3 { font-size: 100%; } | h3 { font-size: 100%; } | ||
Version vom 09:34, 24. Aug. 2012
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
#firstHeading { display: none; }
#siteSub { display: none; }
#mw-normal-catlinks { display: none; }
#jump-to-nav { display: none; }
h1, h2, h3, h4, h5 {
font-family: Verdana, Geneva, sans serif;
}
h1 { font-size: 130%; font-size: 1.571em; }
h2 { font-size: 110%; font-weight: bold; }
h3 { font-size: 100%; }

