Template:Team:HokkaidoU Japan/Common/CSS
From 2014.igem.org
(Difference between revisions)
Line 123: | Line 123: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
- | background- | + | background: rgba(245,37,0,1); |
- | + | background: -moz-linear-gradient(left, rgba(245,37,0,1) 0%, rgba(240,58,34,1) 20%, rgba(214,25,0,1) 42%, rgba(217,27,2,1) 61%, rgba(207,28,12,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(240,58,34,1)), color-stop(42%, rgba(214,25,0,1)), color-stop(61%, rgba(217,27,2,1)), color-stop(80%, rgba(207,28,12,1)), color-stop(100%, rgba(231,56,39,1))); | ||
+ | background: -webkit-linear-gradient(left, rgba(245,37,0,1) 0%, rgba(240,58,34,1) 20%, rgba(214,25,0,1) 42%, rgba(217,27,2,1) 61%, rgba(207,28,12,1) 80%, rgba(231,56,39,1) 100%); | ||
+ | background: -o-linear-gradient(left, rgba(245,37,0,1) 0%, rgba(240,58,34,1) 20%, rgba(214,25,0,1) 42%, rgba(217,27,2,1) 61%, rgba(207,28,12,1) 80%, rgba(231,56,39,1) 100%); | ||
+ | background: -ms-linear-gradient(left, rgba(245,37,0,1) 0%, rgba(240,58,34,1) 20%, rgba(214,25,0,1) 42%, rgba(217,27,2,1) 61%, rgba(207,28,12,1) 80%, rgba(231,56,39,1) 100%); | ||
} | } | ||
Revision as of 08:39, 12 October 2014