MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) (back to darkred) |
Admin (Diskussion | Beiträge) K (cleanup) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung |
||
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
/* | /* except that it doesn't work for talk anymore*/ | ||
li#ca-talk { display: none; } | |||
#ca-talk { display:none | |||
#bodyContent h2 { | #bodyContent h2 { | ||
Zeile 13: | Zeile 8: | ||
/*color: #BA0000;*/ | /*color: #BA0000;*/ | ||
/*color: #CC2200;*/ | /*color: #CC2200;*/ | ||
} | |||
#bodyContent h3::before { | |||
/*content: '• ';*/ | |||
content: '» '; | |||
} | } |
Aktuelle Version vom 25. Januar 2024, 11:37 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* 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: '• ';*/ content: '» '; }