MediaWiki:Vector.css
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.
.mw-body {
color: #ccc;
background-color: #202020;
border: 1px solid #ed7117;
}
.skin-vector {
background-color: #111;
}
#mw-page-base {
background-color: #111;
background-image: none;
background-position: bottom left;
height: 5em;
}
#mw-head-base {
background-color: #111;
}
div.vectorTabs h3 {
display: none;
}
div.vectorTabs {
float: left;
height: 2.5em;
background-image: linear-gradient(to bottom,#111 0,#202020 100%);
background-position: bottom left;
background-repeat: no-repeat;
padding-left: 1px;
}
.oo-ui-widget {
color: #ccc;
}