Team:Groningen/TESTPAGE3
From 2013.igem.org
(Difference between revisions)
Line 33: | Line 33: | ||
/*Gradient Heb deze site gebruikt om dit te maken: http://www.colorzilla.com/gradient-editor/*/ | /*Gradient Heb deze site gebruikt om dit te maken: http://www.colorzilla.com/gradient-editor/*/ | ||
background: #0047ab; /* Old browsers */ | background: #0047ab; /* Old browsers */ | ||
- | background: -moz-linear-gradient(left, #0047ab | + | background: -moz-linear-gradient(left, #0047ab 33%, #258dc8 100%); /* FF3.6+ */ |
- | background: -webkit-gradient(linear, left top, right top, color-stop( | + | background: -webkit-gradient(linear, left top, right top, color-stop(33%,#0047ab), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */ |
- | background: -webkit-linear-gradient(left, #0047ab | + | background: -webkit-linear-gradient(left, #0047ab 33%,#258dc8 100%); /* Chrome10+,Safari5.1+ */ |
- | background: -o-linear-gradient(left, #0047ab | + | background: -o-linear-gradient(left, #0047ab 33%,#258dc8 100%); /* Opera 11.10+ */ |
- | background: -ms-linear-gradient(left, #0047ab | + | background: -ms-linear-gradient(left, #0047ab 33%,#258dc8 100%); /* IE10+ */ |
- | background: linear-gradient(to right, #0047ab | + | background: linear-gradient(to right, #0047ab 33%,#258dc8 100%); /* W3C */ |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0047ab', endColorstr='#258dc8',GradientType=1 ); /* IE6-9 */ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0047ab', endColorstr='#258dc8',GradientType=1 ); /* IE6-9 */ | ||
} | } |
Revision as of 14:25, 16 July 2013
</BODY> </HTML>