MediaWiki:Group-user.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 24:
}
 
/* the catlinks bar stays visible for editors, but not when it's an
EMPTY box (all of the page's categories are hidden ones) */
#catlinks.catlinks-allhidden { display: none !important; }
/* 3. Restore Tools (Sidebar & Dropdowns) */
#vector-page-tools,
Line 90 ⟶ 93:
max-width: none !important;
margin: 0 !important; /* Optional: Resets centering if you want it strictly left-aligned */
}
 
/* ======================================================= */
/* HIDE COLOR THEME (Read-Only/Anonymous Only) */
/* ======================================================= */
/* This specific selector hides the element ONLY if the user
does NOT have the 'group-user' class (i.e., they are logged out). */
body:not(.group-user) #skin-client-prefs-skin-theme {
display: none !important;
}