MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus SuchtPräventionsInfo
Zur Navigation springen Zur Suche springen
(move to bodyContent h2)
(and it's only 'color')
Zeile 10: Zeile 10:


#bodyContent h2 {
#bodyContent h2 {
     text-color: darkred;
     color: darkred;
}
}

Version vom 29. Januar 2013, 10:51 Uhr

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

/*
moved to /usr/share/mediawiki/skins/MonoBook.php to make it conditional

#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
*/

#bodyContent h2 {
    color: darkred;
}