MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus SuchtPräventionsInfo
Zur Navigation springen Zur Suche springen
(or maybe it was the other red?)
(back to darkred)
Zeile 10: Zeile 10:


#bodyContent h2 {
#bodyContent h2 {
     /*color: darkred;*/
     color: darkred;
     /*color: #BA0000;*/
     /*color: #BA0000;*/
     color: #CC2200;
     /*color: #CC2200;*/
}
}

Version vom 29. Januar 2013, 11:00 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;
    /*color: #BA0000;*/
    /*color: #CC2200;*/
}