Template:Team:HokkaidoU Japan/Common/CSS
From 2014.igem.org
(Difference between revisions)
Line 124: | Line 124: | ||
padding: 0; | padding: 0; | ||
background: rgba(245,37,0,1); | background: rgba(245,37,0,1); | ||
- | background: -moz-linear-gradient(left, rgba(245,37,0,1) 0%, rgba( | + | background: -moz-linear-gradient(left, rgba(245,37,0,1) 0%, rgba(179,42,27,1) 20%, rgba(156,24,6,1) 42%, rgba(217,27,2,1) 61%, rgba(145,10,0,1) 80%, rgba(231,56,39,1) 100%); |
- | background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,37,0,1)), color-stop(20%, rgba( | + | background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,37,0,1)), color-stop(20%, rgba(179,42,27,1)), color-stop(42%, rgba(156,24,6,1)), color-stop(61%, rgba(217,27,2,1)), color-stop(80%, rgba(145,10,0,1)), color-stop(100%, rgba(231,56,39,1))); |
- | background: -webkit-linear-gradient(left, rgba(245,37,0,1) 0%, rgba( | + | background: -webkit-linear-gradient(left, rgba(245,37,0,1) 0%, rgba(179,42,27,1) 20%, rgba(156,24,6,1) 42%, rgba(217,27,2,1) 61%, rgba(145,10,0,1) 80%, rgba(231,56,39,1) 100%); |
- | background: -o-linear-gradient(left, rgba(245,37,0,1) 0%, rgba( | + | background: -o-linear-gradient(left, rgba(245,37,0,1) 0%, rgba(179,42,27,1) 20%, rgba(156,24,6,1) 42%, rgba(217,27,2,1) 61%, rgba(145,10,0,1) 80%, rgba(231,56,39,1) 100%); |
- | background: -ms-linear-gradient(left, rgba(245,37,0,1) 0%, rgba( | + | background: -ms-linear-gradient(left, rgba(245,37,0,1) 0%, rgba(179,42,27,1) 20%, rgba(156,24,6,1) 42%, rgba(217,27,2,1) 61%, rgba(145,10,0,1) 80%, rgba(231,56,39,1) 100%); |
- | } | + | background: linear-gradient(to right, rgba(245,37,0,1) 0%, rgba(179,42,27,1) 20%, rgba(156,24,6,1) 42%, rgba(217,27,2,1) 61%, rgba(145,10,0,1) 80%, rgba(231,56,39,1) 100%); |
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f52500', endColorstr='#e73827', GradientType=1 );} | ||
.wrapper { | .wrapper { |
Revision as of 08:40, 12 October 2014