MediaWiki:Darkvector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→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"); }") |
No edit summary |
||
Line 3: | Line 3: | ||
background-color: #2a2a21; | background-color: #2a2a21; | ||
background-image: url("http://www.vilous.net/w/images/Wiki-background.jpg"); | 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; | |||
} | } |
Revision as of 04:02, 12 May 2022
/* 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;
}