MediaWiki:Vector.css: Difference between revisions
Screamer1234 (talk | contribs) No edit summary |
Screamer1234 (talk | contribs) No edit summary |
||
Line 100: | Line 100: | ||
#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:#222; | background-color:#222; | ||
background-image:-moz-linear-gradient(top, # | background-image:-moz-linear-gradient(top, #333 20%, #222 100%); | ||
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, # | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #333), color-stop(100%, #222)); | ||
background-image:-webkit-linear-gradient(top, # | background-image:-webkit-linear-gradient(top, #333 20%, #222 100%); | ||
background-image:linear-gradient(# | background-image:linear-gradient(#333 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{ |