MediaWiki:Vector.css: Difference between revisions

No edit summary
Undo revision 32205 by Screamer1234 (talk)
Tag: Undo
Line 102: Line 102:
background-image:-moz-linear-gradient(top, #1c1c1c 20%, #222 100%);
background-image:-moz-linear-gradient(top, #1c1c1c 20%, #222 100%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #1c1c1c), color-stop(100%, #333));
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #1c1c1c), color-stop(100%, #333));
background-image:-webkit-linear-gradient(top, #1c1c1c 20%, #222 100%);
background-image:-webkit-linear-gradient(top, #1c1c1c 20%, #333 100%);
background-image:linear-gradient(#1c1c1c 20%, #222 100%)
background-image:linear-gradient(#1c1c1c 20%, #333 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{