MediaWiki:Common.css

Aus EUserv Wiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(Der Versionsvergleich bezieht 30 dazwischenliegende Versionen mit ein.)
Zeile 1: Zeile 1:
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
-
#firstHeading { display: none; }
+
#firstHeading { color: #ffffff; font-size: 0%; }
#siteSub { display: none; }
#siteSub { display: none; }
#mw-normal-catlinks { display: none; }
#mw-normal-catlinks { display: none; }
#jump-to-nav { display: none; }
#jump-to-nav { display: none; }
-
#h2 { font: 13px Verdana, Geneva, sans-serif; font-weight: bold; }
+
h1, h2, h3, h4, h5 {
-
#h3 { font: 11px Verdana, Geneva, sans-serif; font-weight: bold; }
+
    font-family: Verdana, Geneva, sans serif;
-
#toctitle { font: 11px Verdana, Geneva, sans-serif; font-weight: bold; }
+
}
 +
h1 { font-size: 130%; font-size: 1.571em; }
 +
h2 { font-size: 130%; }
 +
h3 { font-size: 100%; }
 +
#searchresult { display: none; }
 +
span.toctext { font-weight: normal; }

Aktuelle Version vom 06:46, 7. Sep. 2012

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

#firstHeading { color: #ffffff; font-size: 0%; }
#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: 130%;  }
h3 { font-size: 100%;  }
#searchresult { display: none; }
span.toctext { font-weight: normal; }