MediaWiki:Vector-2022.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.
.vector-pinned-container , .vector-sticky-pinned-container {
background-color: transparent;
}
.vector-sticky-pinned-container::after {
background: none !important;
}
.vector-icon {
background-color: var(--page-text-color) !important;
}
.vector-header-container .vector-sticky-header {
margin-top: 20px;
background-color: var(--theme-accent-color) !important;
border-radius: 50px;
width: 80% !important;
color: var(--page-text-color);
}
.skin-theme-clientpref-night .vector-header-container .vector-sticky-header , .skin-theme-clientpref-night .vector-header-container .vector-sticky-header span {
color: var(--page-background-color);
}
.skin-theme-clientpref-night .vector-header-container .vector-sticky-header .vector-icon , .skin-theme-clientpref-night .vector-header-container .vector-sticky-header button::after , .skin-theme-clientpref-night .vector-header-container .vector-sticky-header label::after {
background-color: var(--page-background-color) !important;
}
#vector-sticky-header {
width: 60% !important;
}
.vector-page-toolbar-container {
box-shadow: none;
}
.vector-menu-tabs .mw-list-item.vector-tab-noicon, .vector-page-toolbar-container .vector-dropdown {
margin: 0 5px !important;
}
#left-navigation .vector-menu-content-list li a , #p-views .vector-menu-content-list li a {
background-color: var(--theme-color-2);
padding: 5px 15px;
border-radius: 20px;
border: none;
font-weight: 700;
}
#left-navigation .vector-menu-tabs .mw-list-item.selected a , #p-views .selected a {
background-color: var(--theme-accent-color) !important;
color: var(--page-text-color) !important;
}
.skin-theme-clientpref-night #left-navigation .vector-menu-tabs .mw-list-item.selected a , .skin-theme-clientpref-night #p-views .selected a {
color: var(--page-background-color) !important;
}