MediaWiki:Group-user.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect registered users only */
/*
* TODO: Remove all the below after 2 days.
* See corresponding note in Vector.css about caches etc.
*
* The following are to revert some CSS in MW:Vector.css, related to making
* room for and displaying ads.
*
* There doesn't seem to be a way to load CSS only for not-logged-in users.
*/
#firstHeading {
max-width: unset;
}
.mw-indicators {
margin-right: unset;
}
#p-Special,
#p-tb {
display: block;
}
/* Only there for non-logged-in users, for whom the toolbox is hidden. */
#n-Upload-file {
display: none;
}