MediaWiki:Common.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:
span.notLatestMsg {
span.notLatestMsg {
text-decoration: underline red;
text-decoration: underline red;
font-weight: bold;
color: yellow;
}
}

Version vom 24. Mai 2024, 21:50 Uhr

div.mw-category-generated h3 {
   display: none;
}

span.notLatestMsg {
	text-decoration: underline red;
	font-weight: bold;
	color: yellow;
}