MediaWiki:Darkvector.css: Difference between revisions
DrinkyBird (talk | contribs) (nav tabs) |
DrinkyBird (talk | contribs) No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
a:link, a, | a:link, a, | ||
#mw-head div.darkvectorMenu h3 span, | #mw-head div.darkvectorMenu h3 span, | ||
.tocnumber, .toctogglelabel | .tocnumber, .toctogglelabel { | ||
color: #BFEC6E !important; | color: #BFEC6E !important; | ||
} | } | ||
Line 14: | Line 13: | ||
#right-navigation div.darkvectorTabs li.selected { | #right-navigation div.darkvectorTabs li.selected { | ||
background-image: linear-gradient(#BFEC6E 0,#333333 10%); | 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; | |||
} | |||
div#simpleSearch #searchButton { | |||
background-color: rgba(115,125,96,0.27) !important; | |||
} | |||
.CodeMirror, .mw-code, .wikiEditor-ui-toolbar { | |||
background-color: #FFFFFF !important; | |||
} | } |
Latest revision as of 20:49, 28 June 2022
/* 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;
}
div#simpleSearch #searchButton {
background-color: rgba(115,125,96,0.27) !important;
}
.CodeMirror, .mw-code, .wikiEditor-ui-toolbar {
background-color: #FFFFFF !important;
}