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-Tab neutralisieren */ | ||
#p-associated-pages li#ca-talk.new a { | |||
color: | color: inherit !important; /* normale Tab-Farbe übernehmen */ | ||
text-decoration: none !important; | text-decoration: none !important; /* keine rote Unterstreichung */ | ||
} | } |
Version vom 27. April 2025, 10:56 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-Tab neutralisieren */ #p-associated-pages li#ca-talk.new a { color: inherit !important; /* normale Tab-Farbe übernehmen */ text-decoration: none !important; /* keine rote Unterstreichung */ }