MediaWiki:Vector.css: Difference between revisions

No edit summary
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, #ffa896 0, #e87057 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%)
}
}