Difference between revisions of "MediaWiki:Darkvector.css"

From Airships Wiki
Jump to: navigation, search
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
/* 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%);
    background-image:linear-gradient(#2e2e2e 20%, #222 100%)
}
#left-navigation div.vectorTabs li.new a,#right-navigation div.vectorTabs li.new a,#left-navigation div.vectorTabs li.new a:visited,#right-navigation div.vectorTabs li.new a:visited{
    color:#f3edc2
}
#left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{
    background-image:-moz-linear-gradient(top, #c8b84f 0, #333 10%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #c8b84f), color-stop(10%, #333));
    background-image:-webkit-linear-gradient(top, #c8b84f 0, #333 10%);
    background-image:linear-gradient(#c8b84f 0, #333 10%)
}
#left-navigation div.vectorTabs li.selected a,#right-navigation div.vectorTabs li.selected a,#left-navigation div.vectorTabs li.selected a:visited,#right-navigation div.vectorTabs li.selected a:visited{
    color:#f3edc2
}
#left-navigation div.vectorTabs li a,#right-navigation div.vectorTabs li a{
    color:#c8b84f
}
div#mw-head div.vectorMenu h3 span{
    color:#c8b84f
}
div.vectorMenu li a{
    color:#c8b84f
}
div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited{
    color:#f3edc2;
    text-decoration:none
}
div#mw-panel div.portal div.body ul li a{
    color:#c8b84f
}
div#mw-panel div.portal div.body ul li a:visited{
    color:#f3edc2
}
div.vectorMenu li a{
    color:#c8b84f;
}
.mw-body{
    border:1px solid #321a0a;
}

Revision as of 13:27, 22 April 2022