Registrations are temporarily closed.

MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
(Undo revision 32152 by Screamer1234 (talk))
Tag: Undo
No edit summary
Line 99: Line 99:
}
}
#left-navigation div.vectorTabs ul li,#right-navigation div.vectorTabs ul li{
#left-navigation div.vectorTabs ul li,#right-navigation div.vectorTabs ul li{
background-color:#e87057;
background-color:#222;
background-image:-moz-linear-gradient(top, #e87057 20%, #222 100%);
background-image:-moz-linear-gradient(top, #2e2e2e 20%, #222 100%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #e87057), color-stop(100%, #222));
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #2e2e2e), color-stop(100%, #222));
background-image:-webkit-linear-gradient(top, #e87057 20%, #222 100%);
background-image:-webkit-linear-gradient(top, #2e2e2e 20%, #222 100%);
background-image:linear-gradient(#e87057 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{
#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:#ffFFFF
color:#ff4a24
}
}
#left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{
#left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{
Line 428: Line 428:
}
}
div.vectorTabs li.selected a,div.vectorTabs li.selected a:visited{
div.vectorTabs li.selected a,div.vectorTabs li.selected a:visited{
color:#e87057;
color:#333;
text-decoration:none
text-decoration:none
}
}