Difference between revisions of "MediaWiki:Darkvector.css"
Jump to navigation
Jump to search
(Replace link color) |
(-_-) |
||
Line 2: | Line 2: | ||
− | a { | + | a, |
+ | .mw-body a.external, | ||
+ | .mw-body a.extiw, | ||
+ | .uls-language-list a { | ||
color: #8FC9FE !important; | color: #8FC9FE !important; | ||
+ | } | ||
+ | |||
+ | #left-navigation div.darkvectorTabs li.selected, #right-navigation div.darkvectorTabs li.selected { | ||
+ | background-image: linear-gradient(#8FC9FE 0,#333333 10%); | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-button, .mw-ui-button { | ||
+ | background-color: #8FC9FE !important; | ||
+ | border-color: #8FC9FE !important; | ||
+ | } | ||
+ | |||
+ | ul { | ||
+ | list-style-image: none; | ||
} | } |
Revision as of 00:37, 5 March 2021
/* CSS placed here will affect users of the DarkVector skin */
a,
.mw-body a.external,
.mw-body a.extiw,
.uls-language-list a {
color: #8FC9FE !important;
}
#left-navigation div.darkvectorTabs li.selected, #right-navigation div.darkvectorTabs li.selected {
background-image: linear-gradient(#8FC9FE 0,#333333 10%);
}
.oo-ui-buttonElement-button, .mw-ui-button {
background-color: #8FC9FE !important;
border-color: #8FC9FE !important;
}
ul {
list-style-image: none;
}