MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 26: | Zeile 26: | ||
#footer-places-mobileview { display: none; } | #footer-places-mobileview { display: none; } | ||
/* Talk- | /* Talk-Tabs (Diskussionen), wenn Seite nicht existiert: dezent grau statt rot */ | ||
.vector- | .vector-menu-tabs a.new { | ||
color: | color: #666 !important; /* Dunkelgrau */ | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } |
Version vom 26. April 2025, 23:33 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #ca-view { 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-Tabs (Diskussionen), wenn Seite nicht existiert: dezent grau statt rot */ .vector-menu-tabs a.new { color: #666 !important; /* Dunkelgrau */ text-decoration: none !important; }