MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) (add #bodyContent h3::before) |
Admin (Diskussion | Beiträge) (♥ → •) |
||
Zeile 19: | Zeile 19: | ||
#bodyContent h3::before { | #bodyContent h3::before { | ||
content: ' | content: '• '; | ||
} | } |
Version vom 24. Februar 2016, 11: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; } */ /* 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: '• '; }