MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
Die Seite wurde geleert.
Markierungen: Geleert Manuelle Zurücksetzung
Namespaces nicht mehr anzeigen
 
Zeile 1: Zeile 1:
 
/* This will hide the namespace for not loggedin users
  This depends on the skin used. If the skin is updated
  you may need to update this rule as well.
*/
#contentwrapper.user-loggedout .mw-page-title-namespace,
#contentwrapper.user-loggedout  .mw-page-title-separator
{
  display : none;
}

Aktuelle Version vom 26. März 2026, 11:39 Uhr

/* This will hide the namespace for not loggedin users 
   This depends on the skin used. If the skin is updated
   you may need to update this rule as well.
*/
#contentwrapper.user-loggedout .mw-page-title-namespace,
#contentwrapper.user-loggedout  .mw-page-title-separator
{
  display : none; 
}