MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
Lars (Diskussion | Beiträge)
KKeine Bearbeitungszusammenfassung
Namespaces nicht mehr anzeigen
 
(25 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* This will hide the namespace for not loggedin users
#p-logo {
  This depends on the skin used. If the skin is updated
    height: 170px !important;
  you may need to update this rule as well.
    left: 0;
*/
    position: absolute;
#contentwrapper.user-loggedout .mw-page-title-namespace,
    top: -180px !important;
#contentwrapper.user-loggedout  .mw-page-title-separator
    width: 10em;
{
}
  display : none;  
#p-logo a {
    background-position: center 10px !important;
    background-repeat: no-repeat;
    display: block;
    height: 170px;
    text-decoration: none;
    width: 10em;
}
}

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; 
}