Template:Team:Bielefeld-Germany/css/button.css
From 2013.igem.org
(Difference between revisions)
Line 22: | Line 22: | ||
background:-moz-linear-gradient(top, #e67b09 5%, #ff6600 100%); | background:-moz-linear-gradient(top, #e67b09 5%, #ff6600 100%); | ||
- | background:-webkit-linear-gradient(top, # | + | background:-webkit-linear-gradient(top, #e67b09 5%, #ff6600 100%); |
- | background:-webkit-gradient(linear, left top, left bottom, color-stop(5%,# | + | background:-webkit-gradient(linear, left top, left bottom, color-stop(5%,#e67b09), color-stop(100%,#ff6600)); |
+ | |||
+ | background: -webkit-linear-gradient(top, #e67b09 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */ | ||
+ | background: -o-linear-gradient(top, #e67b09 0%,#ff6600 100%); /* Opera 11.10+ */ | ||
+ | background: -ms-linear-gradient(top, #e67b09 0%,#ff6600 100%); /* IE10+ */ | ||
+ | background: linear-gradient(to bottom, #e67b09 0%,#ff6600 100%); /* W3C */ | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67b09', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */ | ||
color:white; | color:white; | ||
text-align:center; | text-align:center; |
Revision as of 09:09, 26 September 2013