MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/* | |||
#ca-view { display: none !important; } | #ca-view { display: none !important; } | ||
#ca-edit { display:none!important; } | #ca-edit { display:none!important; } | ||
Zeile 7: | Zeile 7: | ||
#ca-ve-edit, #ca-view { display: none !important; } | #ca-ve-edit, #ca-view { display: none !important; } | ||
#ca-more-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 | /* Tabs für anonyme Benutzer im Skin Vector 2022 ausblenden | ||
"Formular anzeigen" */ | "Formular anzeigen" */ | ||
/* | |||
body.skin-vector-2022.logged-out li#ca-formedit { | body.skin-vector-2022.logged-out li#ca-formedit { | ||
display: none !important; | display: none !important; | ||
} | }/* | ||
/* "Werkzeuge"-Menü rechts */ | /* "Werkzeuge"-Menü rechts */ | ||
/* | |||
body.skin-vector-2022.logged-out .vector-page-tools-dropdown { | body.skin-vector-2022.logged-out .vector-page-tools-dropdown { | ||
display: none !important; | display: none !important; | ||
Zeile 19: | Zeile 21: | ||
.vector-main-menu-action-opt-out {display:none;} | .vector-main-menu-action-opt-out {display:none;} | ||
/* | |||
/* Fussnoten */ | /* Fussnoten /* | ||
/* | |||
#footer-places-privacy { display: none; } | #footer-places-privacy { display: none; } | ||
#footer-places-about { display: none; } | #footer-places-about { display: none; } | ||
#footer-places-disclaimers { display: none; } | #footer-places-disclaimers { display: none; } | ||
#footer-places-mobileview { display: none; } | #footer-places-mobileview { display: none; } | ||
/* | |||
/* Talk-Tab neutralisieren */ | /* Talk-Tab neutralisieren */ | ||
/* | |||
#p-associated-pages li#ca-talk.new a { | #p-associated-pages li#ca-talk.new a { | ||
color: inherit !important; /* normale Tab-Farbe übernehmen */ | color: inherit !important; /* normale Tab-Farbe übernehmen */ | ||
text-decoration: none !important; /* keine rote Unterstreichung */ | text-decoration: none !important; /* keine rote Unterstreichung */ | ||
} | } | ||
/* |
Version vom 18. Mai 2025, 10:39 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 */ } /*