Team:Potsdam Bioware/css
From 2012.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
.gradient_golden { | .gradient_golden { | ||
- | background-image: -ms-linear-gradient(top, # | + | background-image: -ms-linear-gradient(top, #E1A946 0%, #B28336 100%); |
- | background-image: -moz-linear-gradient(top, # | + | background-image: -moz-linear-gradient(top, #E1A946 0%, #B28336 100%); |
- | background-image: -o-linear-gradient(top, # | + | background-image: -o-linear-gradient(top, #E1A946 0%, #B28336 100%); |
- | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, # | + | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1A946), color-stop(1, #B28336)); |
- | background-image: -webkit-linear-gradient(top, # | + | background-image: -webkit-linear-gradient(top, #E1A946 0%, #B28336 100%); |
- | background-image: linear-gradient(to bottom, # | + | background-image: linear-gradient(to bottom, #E1A946 0%, #B28336 100%); |
} | } | ||
Revision as of 00:26, 1 September 2012