MediaWiki:Vector.css: Difference between revisions
Screamer1234 (talk | contribs) No edit summary |
Screamer1234 (talk | contribs) No edit summary |
||
Line 112: | Line 112: | ||
#left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{ | #left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{ | ||
background-color:#333; | background-color:#333; | ||
background-image:-moz-linear-gradient(top, # | background-image:-moz-linear-gradient(top, #ffa896 0, #e87057 10%); | ||
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, # | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa896), color-stop(10%, #e87057)); | ||
background-image:-webkit-linear-gradient(top, #ffa896 0, #ffa896 10%); | background-image:-webkit-linear-gradient(top, #ffa896 0, #ffa896 10%); | ||
background-image:linear-gradient(#e87057 0, #e87057 10%) | background-image:linear-gradient(#e87057 0, #e87057 10%) |