Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WeihnachtsRechnungen
Keine Bearbeitungszusammenfassung
K 1 Version importiert
 
(19 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#ca-view,
 
#ca-history {
#ca-view { display: none !important; }
  display: none !important;
/*
#ca-edit { display:none!important; }
#ca-history { display:none!important; }
 
#ca-ve-edit, #ca-view { display: none !important; }
#ca-more-ve-edit, #ca-view { display: none !important; }
*/
/* Tabs für anonyme Benutzer im Skin Vector 2022 ausblenden
  "Formular anzeigen" */
/*
body.skin-vector-2022.logged-out li#ca-formedit {
    display: none !important;
}/*
/* "Werkzeuge"-Menü rechts */
/*
body.skin-vector-2022.logged-out .vector-page-tools-dropdown {
    display: none !important;
}
}
.vector-main-menu-action-opt-out {display:none;}
/*
/* Fussnoten /*
/*
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimers { display: none; }
#footer-places-mobileview { display: none; }
/*
/* Talk-Tab neutralisieren */
/*
#p-associated-pages li#ca-talk.new a {
    color: inherit !important; /* normale Tab-Farbe übernehmen */
    text-decoration: none !important; /* keine rote Unterstreichung */
}
/*

Aktuelle Version vom 8. Juni 2025, 17:15 Uhr

#ca-view,
#ca-history {
  display: none !important;
}