MediaWiki:Group-sysop.css: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* | /* ============================================================ | ||
SYSOP INTERFACE RESTORATION | |||
============================================================ */ | |||
/* | /* Restore the Top Toolbar */ | ||
html body.skin-vector-2022 .vector-page-toolbar { | html body.skin-vector-2022 .vector-page-toolbar { | ||
display: flex !important; | display: flex !important; | ||
| Line 7: | Line 9: | ||
} | } | ||
/* | /* Restore the Right Column Tools */ | ||
html body.skin-vector-2022 .vector-column-end { | html body.skin-vector-2022 .vector-column-end { | ||
display: block !important; | display: block !important; | ||
visibility: visible !important; | visibility: visible !important; | ||
position: absolute !important; | position: absolute !important; | ||
right: 0; | right: 0; | ||
top: 150px; | top: 150px; | ||
| Line 17: | Line 19: | ||
} | } | ||
/* | /* Full-width content for Sysop */ | ||
html body.skin-vector-2022 .mw-content-container { | html body.skin-vector-2022 .mw-content-container { | ||
max-width: none !important; | max-width: none !important; | ||
margin-right: 0 !important; | margin-right: 0 !important; | ||
} | } | ||
Revision as of 17:05, 13 February 2026
/* ============================================================
SYSOP INTERFACE RESTORATION
============================================================ */
/* Restore the Top Toolbar */
html body.skin-vector-2022 .vector-page-toolbar {
display: flex !important;
visibility: visible !important;
}
/* Restore the Right Column Tools */
html body.skin-vector-2022 .vector-column-end {
display: block !important;
visibility: visible !important;
position: absolute !important;
right: 0;
top: 150px;
z-index: 100;
}
/* Full-width content for Sysop */
html body.skin-vector-2022 .mw-content-container {
max-width: none !important;
margin-right: 0 !important;
}