MediaWiki:Darkvector.css
Jump to navigation
Jump to search
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 */
body {
background-color: #2a2a21;
background-image: url("http://www.vilous.net/w/images/Wiki-background.jpg");
}
.CategoryTreeToggle {
color: #099;
}
.uls-menu .uls-search {
background-color: transparent !important;
border-top-color: #099 !important;
border-bottom-color: #099 !important;
background-image: none!important;
}
a,
.mw-body a.external,
.mw-body a.extiw,
.uls-language-list a {
color: #099 !important;
}
.oo-ui-buttonElement-button,
.mw-ui-button {
color: #ffffff !important;
background-color: #099 !important;
border-color: #099 !important;
}
#left-navigation div.darkvectorTabs li.selected,
#right-navigation div.darkvectorTabs li.selected {
background-color: #040404;
background-image: -moz-linear-gradient(top, #099 0, #333 10%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #099), color-stop(10%, #333));
background-image: -webkit-linear-gradient(top, #099 0, #333 10%);
background-image: linear-gradient(#099 0, #040404 10%)
}
#left-navigation div.darkvectorTabs li a,
#right-navigation div.darkvectorTabs li a {
color: #099
}
div#mw-head div.darkvectorMenu h3 span {
color: #099
}
div.darkvectorMenu li a {
color: #099
}
div.darkvectorTabs li a {
display: inline-block;
height: 1.9em;
padding-left: .5em;
padding-right: .5em;
color: #099;
cursor: pointer;
font-size: .8em
}
div.darkvectorMenu li a {
display: inline-block;
padding: .5em;
white-space: nowrap;
color: #099
cursor: pointer;
font-size: .8em
}
div#mw-panel div.portal div.body ul li a {
color: #099
}