MediaWiki:Common.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.
/* Wikitheism clean Vector 2022 header - compact, readable */
/* Reset earlier oversized header changes */
.vector-header-container,
.vector-header-start,
.vector-page-titlebar,
.vector-sticky-header {
min-height: unset !important;
}
.vector-header-container {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
/* Keep the brand compact and aligned */
.mw-logo {
width: 230px !important;
min-width: 230px !important;
height: 56px !important;
display: flex !important;
align-items: center !important;
gap: 10px !important;
overflow: visible !important;
}
/* Larger visible emblem */
.mw-logo-icon {
width: 64px !important;
height: 48px !important;
min-width: 64px !important;
max-width: 64px !important;
max-height: 48px !important;
object-fit: contain !important;
display: block !important;
}
/* Smaller, lighter wordmark image */
.mw-logo-wordmark {
width: 148px !important;
height: 36px !important;
max-width: 148px !important;
max-height: 36px !important;
object-fit: contain !important;
display: block !important;
}
.mw-logo-tagline { display: none !important; }
/* Remove the big blank vertical band caused by earlier header experiments */
.vector-page-titlebar { margin-top: 0 !important; }
.mw-body, .vector-body { margin-top: 0 !important; }
/* Keep search from being shoved too far right */
.vector-typeahead-search { margin-left: 8px !important; }