MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus SuchtPräventionsInfo
Zur Navigation springen Zur Suche springen
(re-enable tunrning off of talk tab)
(add #bodyContent h3::before)
Zeile 16: Zeile 16:
     /*color: #BA0000;*/
     /*color: #BA0000;*/
     /*color: #CC2200;*/
     /*color: #CC2200;*/
}
#bodyContent h3::before {
    content: '♥ ';
}
}

Version vom 24. Februar 2016, 11:50 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; }
*/

/* except that it doesn#t work for talk anymore*/
li#ca-talk { display: none; }

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

#bodyContent h3::before {
    content: '♥ ';
}