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 */
body {
background-color: #171717;
}
#mw-page-base {
background-image: linear-gradient(#222 25%,#171717 100%);
}
.mw-body {
margin-left: 10em;
padding: 1em;
border: 1px solid #0b182d;
border-right-width: 1px;
border-right-width: 0;
margin-top: -1px;
background-color: #262626;
color: #c1c1c1;
direction: ltr;
}
.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
border-color: #10b4e6;
}
.mw-prefs-buttons {
background-color: #262626;
-webkit-position: sticky;
position: sticky;
bottom: 0;
margin-top: -1px;
border-top: 1px solid #10b4e6;
padding: 1em 0;
box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.25);
}
a {
color: #10b4e6 !important;
}
a:visited {
color: #00db93 !important;
}
#left-navigation div.darkvectorTabs li.selected, #right-navigation div.darkvectorTabs li.selected {
background-image: linear-gradient(#10b4e6 0,#262626 10%);
}
#left-navigation div.darkvectorTabs ul li, #right-navigation div.darkvectorTabs ul li {
background-image: linear-gradient(#3a3a3a 20%,#262626 100%);
}
#mw-head div.darkvectorMenu h3 span {
color: #10b4e6;
}
.oo-ui-buttonElement-button, .mw-ui-button {
color: #ffffff !important;
background-color: #0278bf !important;
border-color: #fff0 !important;
}
.oo-ui-buttonElement-button:hover, .mw-ui-button:hover {
color: #ffffff !important;
background-color: #0DADD2 !important;
border-color: #FFF0 !important;
}
.oo-ui-tabOptionWidget, .oo-ui-tabSelectWidget-framed {
color: #00c3ff !important;
}
.oo-ui-labelWidget.oo-ui-inline-help {
display: block;
color: #cead60;
font-size: 0.92857143em;
}
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea, .oo-ui-tagMultiselectWidget-handle, div#simpleSearch #searchInput {
background-color: #2F2F2F !important;
color: #C1C1C1 !important;
}
div#simpleSearch #searchButton {
background-color: rgba(0, 112, 255, 0.27) !important;
}
.infobox > caption, .navbox2 th {
background: #10b4e6;
}
.infobox {
border: 1px solid #10b4e6;
border-spacing: 3px;
background-color: #f8f9fa;
color: #FFF;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 88%;
line-height: 1.5em;
background-color: #1a1a1a !important;
}
.infobox th {
background: #203e65;
}
table.ambox-content {
border-left: 10px solid #f28500;
border-right: 1px solid #f28500;
border-top: 1px solid #f28500;
border-bottom: 1px solid #f28500;
}
table.ambox {
margin: 0 10%;
margin-top: 5px;
background-color: #171717;
box-sizing: border-box;
}
table.ambox-notice {
border-left: 10px solid #36c;
border-right: 1px solid #36c;
border-top: 1px solid #36c;
border-bottom: 1px solid #36c;
}
table.ambox-style {
border-left: 10px solid #fc3;
border-right: 1px solid #fc3;
border-top: 1px solid #fc3;
border-bottom: 1px solid #fc3;
}
table.ambox-delete {
border-left: 10px solid #b32424;
border-right: 1px solid #b32424;
border-top: 1px solid #b32424;
border-bottom: 1px solid #b32424;
}
table.ambox-move {
border-left: 10px solid #9932cc;
border-right: 1px solid #9932cc;
border-top: 1px solid #9932cc;
border-bottom: 1px solid #9932cc;
}
#left-navigation div.darkvectorTabs li.new a, #right-navigation div.darkvectorTabs li.new a, #left-navigation div.darkvectorTabs li.new a:visited, #right-navigation div.darkvectorTabs li.new a:visited {
color: #d44 !important;
}
#left-navigation div.darkvectorTabs li.new a, #right-navigation div.darkvectorTabs li.new a, #left-navigation div.darkvectorTabs li.new a:visited, #right-navigation div.darkvectorTabs li.new a:visited {
color: #d44 !important;
}
.toctogglelabel {
cursor: pointer;
color: #10b4e6;
}
.tocnumber {
list-style-type: inherit;
background-color: transparent;
border-color: #666;
color: #dbaf00;
}
.navbox {
box-sizing: border-box;
border: 1px solid #171717;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;
}
.navbox, .navbox-subgroup {
background-color: #171717;
}
tr + tr > .navbox-abovebelow, tr + tr > .navbox-group, tr + tr > .navbox-image, tr + tr > .navbox-list {
border-top: #fff0;
}
.navbox-even {
background-color: #fff0;
}