MediaWiki:Darkvector.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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the DarkVector skin */
a:link, a,
#mw-head div.darkvectorMenu h3 span,
.tocnumber, .toctogglelabel {
color: #BFEC6E !important;
}
a:visited {
color: #A4C95F !important;
}
#left-navigation div.darkvectorTabs li.selected,
#right-navigation div.darkvectorTabs li.selected {
background-image: linear-gradient(#BFEC6E 0,#333333 10%);
}
.oo-ui-buttonElement-button, .mw-ui-button,
a.oo-ui-buttonElement-button {
background-color: #BFEC6E !important;
color: #000000 !important;
border-color: #A4C95F !important;
}
.oo-ui-buttonElement-button:hover, .mw-ui-button:hover {
border-color: #A4C95F !important;
background-color: #A4C95F !important;
color: #000000 !important;
}