MediaWiki:Vector.css: Difference between revisions
Screamer1234 (talk | contribs) No edit summary |
Screamer1234 (talk | contribs) No edit summary |
||
Line 114: | Line 114: | ||
background-image:-moz-linear-gradient(top, #e87057 0, #e87057 10%); | background-image:-moz-linear-gradient(top, #e87057 0, #e87057 10%); | ||
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e87057), color-stop(10%, #e87057)); | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e87057), color-stop(10%, #e87057)); | ||
background-image:-webkit-linear-gradient(top, # | background-image:-webkit-linear-gradient(top, #ffa896 0, #e87057 10%); | ||
background-image:linear-gradient(#e87057 0, #e87057 10%) | background-image:linear-gradient(#e87057 0, #e87057 10%) | ||
} | } |