Advertisement
Fugiman

moar_rheinbows.css

May 31st, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.95 KB | None | 0 0
  1. .aplus   {
  2.     /* fallback */
  3.     background-color: #90B0F0;
  4.     /* chrome 2+, safari 4+; multiple color stops */
  5.     background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.00, red), color-stop(0.16, orange), color-stop(0.32, yellow) color-stop(0.48, green), color-stop(0.60, blue), color-stop(0.76, indigo), color-stop(1, purple));
  6.     /* chrome 10+, safari 5.1+ */
  7.     background-image:-webkit-linear-gradient(red, orange, yellow, green, blue, indigo, purple);
  8.     /* firefox; multiple color stops */
  9.     background-image:-moz-linear-gradient(top, red, orange, yellow, green, blue, indigo, purple);
  10.     /* ie10 */
  11.     background-image: -ms-linear-gradient(red, orange, yellow, green, blue, indigo, purple);
  12.     /* opera 11.1 */
  13.     background-image: -o-linear-gradient(red, orange, yellow, green, blue, indigo, purple);
  14.     /* The "standard" */
  15.     background-image: linear-gradient(red, orange, yellow, green, blue, indigo, purple);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement