MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus SuchtPräventionsInfo
Zur Navigation springen Zur Suche springen
(and it's only 'color')
(try same red as in not-yet-existing links)
Zeile 10: Zeile 10:


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

Version vom 29. Januar 2013, 10:57 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;
}