Skip to content

Instantly share code, notes, and snippets.

@johnbacon
Created August 9, 2012 18:23
Show Gist options
  • Save johnbacon/3306785 to your computer and use it in GitHub Desktop.
Save johnbacon/3306785 to your computer and use it in GitHub Desktop.
RSE Gradient
background: #aaaaaa; /* Old browsers */
background: -moz-linear-gradient(top, #aaaaaa 0%, #595959 4%, #666666 18%, #474747 40%, #2b2b2b 70%, #1c1c1c 97%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(4%,#595959), color-stop(18%,#666666), color-stop(40%,#474747), color-stop(70%,#2b2b2b), color-stop(97%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #aaaaaa 0%,#595959 4%,#666666 18%,#474747 40%,#2b2b2b 70%,#1c1c1c 97%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #aaaaaa 0%,#595959 4%,#666666 18%,#474747 40%,#2b2b2b 70%,#1c1c1c 97%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #aaaaaa 0%,#595959 4%,#666666 18%,#474747 40%,#2b2b2b 70%,#1c1c1c 97%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom, #aaaaaa 0%,#595959 4%,#666666 18%,#474747 40%,#2b2b2b 70%,#1c1c1c 97%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment