Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki Lighthouse MCS
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


.mw-redirectedfrom { display: none; }
.mw-redirectedfrom { display: none; }
.toc ul li:first-child,
.skin-vector-2022 .toc .toctree ul li:first-child {
#toc ul li:first-child {
   display: none !important;
   display: none !important;
}
}

Version vom 11. März 2026, 15:56 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.mw-redirectedfrom { display: none; }
.skin-vector-2022 .toc .toctree ul li:first-child {
  display: none !important;
}