|
|
Line 121: |
Line 121: |
| color: #ffffff; | | color: #ffffff; |
| box-sizing: border-box; | | box-sizing: border-box; |
− | background: rgba(98,125,77,1);
| |
− | background: -moz-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
| |
− | background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
| |
− | background: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
| |
− | background: -o-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
| |
− | background: -ms-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
| |
− | background: linear-gradient(to top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
| |
− | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=1 );
| |
| } | | } |
| | | |