View source for MediaWiki:Darkvector.css
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will affect users of the DarkVector skin */
a,.mw-body a.external,.mw-body a.extiw{
color:#c8b84f !important;
}
a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited{
color:#f3edc2!important;
}
#left-navigation div.vectorTabs,#right-navigation div.vectorTabs{
background-image:inherit;
background-color:#321a0a
}
#left-navigation div.vectorTabs ul,#right-navigation div.vectorTabs ul{
background-color:#321a0a
}
#left-navigation div.vectorTabs ul li,#right-navigation div.vectorTabs ul li{
background-color:#222;
background-image:-moz-linear-gradient(top, #2e2e2e 20%, #222 100%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #2e2e2e), color-stop(100%, #222));
background-image:-webkit-linear-gradient(top, #2e2e2e 20%, #222 100%);
000
1:0
Return to MediaWiki:Darkvector.css.