MediaWiki:Group-user.css
Appearance
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect registered users only */
/* Hide Top Bar & Right Column for Users in Dashboard & Main */
.ns-3020 .vector-page-toolbar,
.ns-0 .vector-page-toolbar,
.ns-3020 .vector-column-end,
.ns-0 .vector-column-end {
display: none !important;
}
/* Reclaim space for full-width layout */
.ns-3020 .mw-content-container,
.ns-0 .mw-content-container {
max-width: none !important;
}
/* Ensure Form Buttons are NEVER hidden */
.mw-body-content .mw-ui-button,
.mw-body-content .pfForm {
display: inline-block !important;
visibility: visible !important;
}