MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 509:
/* Optional: Hide the entire "Page Tools" section in the sidebar */
#p-tb {
display: none !important;
}
 
/* --- VECTOR 2022: Hide Login & User Menu --- */
 
/* 1. Hide the entire user links container (Login, Create Account, User Menu) */
.vector-user-links {
display: none !important;
}
 
/* 2. Hide the specific "Log in" button (Safety fallback) */
#pt-login,
#pt-createaccount,
#pt-userpage,
.vector-menu-content-list li#pt-login {
display: none !important;
}
 
/* 3. Hide the "Personal Tools" dropdown icon (The 'person' icon) */
#p-vector-user-menu-overflow {
display: none !important;
}
 
/* 4. Hide the "Log in" link that sometimes appears in the sidebar */
#n-login {
display: none !important;
}