MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
Lars (Diskussion | Beiträge)
KKeine Bearbeitungszusammenfassung
Namespaces nicht mehr anzeigen
 
(19 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Logo */
/* This will hide the namespace for not loggedin users
#p-logo {
  This depends on the skin used. If the skin is updated
position: absolute;
  you may need to update this rule as well.
top: -180px !important;
*/
right: 0;
#contentwrapper.user-loggedout .mw-page-title-namespace,
width: 10em;
#contentwrapper.user-loggedout  .mw-page-title-separator
height: 180px !important;
{
}
  display : none;  
#p-logo a {
display: block;
width: 10em;
height: 160px;
background-repeat: no-repeat;
background-position: 0px 10px !important;
text-decoration: 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; 
}