comparison rhodecode/public/css/style.css @ 3435:a81dba13e6a2 beta

css: linear-gradient do not have 'top' but 'to bottom' - according to https://developer.mozilla.org/en-US/docs/CSS/linear-gradient
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Feb 2013 23:05:28 +0100
parents 07c9d77578a9
children 3c5736961cbe
comparison
equal deleted inserted replaced
3434:488bbf5e3f59 3435:a81dba13e6a2
248 background-image: -moz-linear-gradient(top, #003b76, #00376e); 248 background-image: -moz-linear-gradient(top, #003b76, #00376e);
249 background-image: -ms-linear-gradient(top, #003b76, #00376e); 249 background-image: -ms-linear-gradient(top, #003b76, #00376e);
250 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); 250 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
251 background-image: -webkit-linear-gradient(top, #003b76, #00376e); 251 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
252 background-image: -o-linear-gradient(top, #003b76, #00376e); 252 background-image: -o-linear-gradient(top, #003b76, #00376e);
253 background-image: linear-gradient(top, #003b76, #00376e); 253 background-image: linear-gradient(to bottom, #003b76, #00376e);
254 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); 254 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
255 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 255 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
256 } 256 }
257 257
258 #header ul#logged-user li { 258 #header ul#logged-user li {
328 background-image: -moz-linear-gradient(top, #003b76, #00376e); 328 background-image: -moz-linear-gradient(top, #003b76, #00376e);
329 background-image: -ms-linear-gradient(top, #003b76, #00376e); 329 background-image: -ms-linear-gradient(top, #003b76, #00376e);
330 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) ); 330 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
331 background-image: -webkit-linear-gradient(top, #003b76, #00376e); 331 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
332 background-image: -o-linear-gradient(top, #003b76, #00376e); 332 background-image: -o-linear-gradient(top, #003b76, #00376e);
333 background-image: linear-gradient(top, #003b76, #00376e); 333 background-image: linear-gradient(to bottom, #003b76, #00376e);
334 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); 334 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
335 margin: 0; 335 margin: 0;
336 padding: 0; 336 padding: 0;
337 display: block; 337 display: block;
338 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 338 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1109 background-image: -moz-linear-gradient(top, #003b76, #00376e); 1109 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1110 background-image: -ms-linear-gradient(top, #003b76, #00376e); 1110 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1111 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); 1111 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1112 background-image: -webkit-linear-gradient(top, #003b76, #00376e); 1112 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1113 background-image: -o-linear-gradient(top, #003b76, #00376e); 1113 background-image: -o-linear-gradient(top, #003b76, #00376e);
1114 background-image: linear-gradient(top, #003b76, #00376e); 1114 background-image: linear-gradient(to bottom, #003b76, #00376e);
1115 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); 1115 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1116 margin: 0 0 20px; 1116 margin: 0 0 20px;
1117 padding: 0; 1117 padding: 0;
1118 } 1118 }
1119 1119
1250 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1))); 1250 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1251 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); 1251 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1252 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); 1252 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1253 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); 1253 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1254 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); 1254 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1255 background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); 1255 background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
1256 1256
1257 display: none; 1257 display: none;
1258 } 1258 }
1259 #content div.box div.expand .expandtext { 1259 #content div.box div.expand .expandtext {
1260 background-color: #ffffff; 1260 background-color: #ffffff;
1949 background-image : -moz-linear-gradient(top, #003b76, #00376e); 1949 background-image : -moz-linear-gradient(top, #003b76, #00376e);
1950 background-image : -ms-linear-gradient( top, #003b76, #00376e); 1950 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1951 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); 1951 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1952 background-image : -webkit-linear-gradient( top, #003b76, #00376e)); 1952 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1953 background-image : -o-linear-gradient( top, #003b76, #00376e)); 1953 background-image : -o-linear-gradient( top, #003b76, #00376e));
1954 background-image : linear-gradient( top, #003b76, #00376e); 1954 background-image : linear-gradient(to bottom, #003b76, #00376e);
1955 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); 1955 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1956 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 1956 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1957 -webkit-border-radius: 4px 4px 4px 4px; 1957 -webkit-border-radius: 4px 4px 4px 4px;
1958 -khtml-border-radius: 4px 4px 4px 4px; 1958 -khtml-border-radius: 4px 4px 4px 4px;
1959 border-radius: 4px 4px 4px 4px; 1959 border-radius: 4px 4px 4px 4px;
1984 background-image : -moz-linear-gradient( top, #003b76, #00376e); 1984 background-image : -moz-linear-gradient( top, #003b76, #00376e);
1985 background-image : -ms-linear-gradient( top, #003b76, #00376e); 1985 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1986 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); 1986 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1987 background-image : -webkit-linear-gradient( top, #003b76, #00376e)); 1987 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1988 background-image : -o-linear-gradient( top, #003b76, #00376e)); 1988 background-image : -o-linear-gradient( top, #003b76, #00376e));
1989 background-image : linear-gradient( top, #003b76, #00376e); 1989 background-image : linear-gradient(to bottom, #003b76, #00376e);
1990 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); 1990 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1991 margin: 0 auto; 1991 margin: 0 auto;
1992 padding: 0; 1992 padding: 0;
1993 } 1993 }
1994 1994
2068 background-image: -moz-linear-gradient(top, #003b76, #00376e); 2068 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2069 background-image: -ms-linear-gradient(top, #003b76, #00376e); 2069 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2070 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); 2070 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2071 background-image: -webkit-linear-gradient(top, #003b76, #00376e); 2071 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2072 background-image: -o-linear-gradient(top, #003b76, #00376e); 2072 background-image: -o-linear-gradient(top, #003b76, #00376e);
2073 background-image: linear-gradient(top, #003b76, #00376e); 2073 background-image: linear-gradient(to bottom, #003b76, #00376e);
2074 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); 2074 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
2075 2075
2076 z-index: 999; 2076 z-index: 999;
2077 -webkit-border-radius: 0px 0px 4px 4px; 2077 -webkit-border-radius: 0px 0px 4px 4px;
2078 -khtml-border-radius: 0px 0px 4px 4px; 2078 -khtml-border-radius: 0px 0px 4px 4px;
2224 background-image: -moz-linear-gradient(top, #003b76, #00376e); 2224 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2225 background-image: -ms-linear-gradient(top, #003b76, #00376e); 2225 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2226 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); 2226 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2227 background-image: -webkit-linear-gradient(top, #003b76, #00376e); 2227 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2228 background-image: -o-linear-gradient(top, #003b76, #00376e); 2228 background-image: -o-linear-gradient(top, #003b76, #00376e);
2229 background-image: linear-gradient(top, #003b76, #00376e); 2229 background-image: linear-gradient(to bottom, #003b76, #00376e);
2230 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', 2230 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2231 endColorstr='#00376e', GradientType=0 ); 2231 endColorstr='#00376e', GradientType=0 );
2232 margin: 0 auto; 2232 margin: 0 auto;
2233 padding: 0; 2233 padding: 0;
2234 } 2234 }
3338 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); 3338 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3339 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); 3339 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3340 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) ); 3340 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3341 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); 3341 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3342 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); 3342 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3343 background-image: linear-gradient(top, #ee5f5b, #c43c35); 3343 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3344 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 ); 3344 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3345 border-color: #c43c35 #c43c35 #882a25; 3345 border-color: #c43c35 #c43c35 #882a25;
3346 } 3346 }
3347 3347
3348 .warning_msg { 3348 .warning_msg {
3353 background-image: -moz-linear-gradient(top, #fceec1, #eedc94); 3353 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3354 background-image: -ms-linear-gradient(top, #fceec1, #eedc94); 3354 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3355 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) ); 3355 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3356 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); 3356 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3357 background-image: -o-linear-gradient(top, #fceec1, #eedc94); 3357 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3358 background-image: linear-gradient(top, #fceec1, #eedc94); 3358 background-image: linear-gradient(to bottom, #fceec1, #eedc94);
3359 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 ); 3359 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3360 border-color: #eedc94 #eedc94 #e4c652; 3360 border-color: #eedc94 #eedc94 #e4c652;
3361 } 3361 }
3362 3362
3363 .success_msg { 3363 .success_msg {
3367 background-image: -moz-linear-gradient(top, #62c462, #57a957); 3367 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3368 background-image: -ms-linear-gradient(top, #62c462, #57a957); 3368 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3369 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) ); 3369 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3370 background-image: -webkit-linear-gradient(top, #62c462, #57a957); 3370 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3371 background-image: -o-linear-gradient(top, #62c462, #57a957); 3371 background-image: -o-linear-gradient(top, #62c462, #57a957);
3372 background-image: linear-gradient(top, #62c462, #57a957); 3372 background-image: linear-gradient(to bottom, #62c462, #57a957);
3373 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 ); 3373 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3374 border-color: #57a957 #57a957 #3d773d; 3374 border-color: #57a957 #57a957 #3d773d;
3375 } 3375 }
3376 3376
3377 .notice_msg { 3377 .notice_msg {
3381 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); 3381 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3382 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); 3382 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3383 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) ); 3383 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3384 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); 3384 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3385 background-image: -o-linear-gradient(top, #5bc0de, #339bb9); 3385 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3386 background-image: linear-gradient(top, #5bc0de, #339bb9); 3386 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3387 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 ); 3387 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3388 border-color: #339bb9 #339bb9 #22697d; 3388 border-color: #339bb9 #339bb9 #22697d;
3389 } 3389 }
3390 3390
3391 .success_msg, .error_msg, .notice_msg, .warning_msg { 3391 .success_msg, .error_msg, .notice_msg, .warning_msg {
3492 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA); 3492 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3493 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA); 3493 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3494 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) ); 3494 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3495 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) ); 3495 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3496 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) ); 3496 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3497 background-image: linear-gradient(top, #F4F4F4, #DADADA); 3497 background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
3498 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0); 3498 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3499 3499
3500 border-top: 1px solid #DDD; 3500 border-top: 1px solid #DDD;
3501 border-left: 1px solid #c6c6c6; 3501 border-left: 1px solid #c6c6c6;
3502 border-right: 1px solid #DDD; 3502 border-right: 1px solid #DDD;
3562 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); 3562 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3563 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); 3563 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3564 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35)); 3564 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3565 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); 3565 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3566 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); 3566 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3567 background-image: linear-gradient(top, #ee5f5b, #c43c35); 3567 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3568 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); 3568 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3569 border-color: #c43c35 #c43c35 #882a25; 3569 border-color: #c43c35 #c43c35 #882a25;
3570 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 3570 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3571 } 3571 }
3572 3572
3579 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); 3579 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3580 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); 3580 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3581 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); 3581 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3582 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); 3582 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3583 background-image: -o-linear-gradient(top, #5bc0de, #339bb9); 3583 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3584 background-image: linear-gradient(top, #5bc0de, #339bb9); 3584 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3585 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); 3585 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3586 border-color: #339bb9 #339bb9 #22697d; 3586 border-color: #339bb9 #339bb9 #22697d;
3587 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 3587 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3588 } 3588 }
3589 3589
3594 background-image: -moz-linear-gradient(top, #62c462, #57a957); 3594 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3595 background-image: -ms-linear-gradient(top, #62c462, #57a957); 3595 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3596 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957)); 3596 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3597 background-image: -webkit-linear-gradient(top, #62c462, #57a957); 3597 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3598 background-image: -o-linear-gradient(top, #62c462, #57a957); 3598 background-image: -o-linear-gradient(top, #62c462, #57a957);
3599 background-image: linear-gradient(top, #62c462, #57a957); 3599 background-image: linear-gradient(to bottom, #62c462, #57a957);
3600 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); 3600 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3601 border-color: #57a957 #57a957 #3d773d; 3601 border-color: #57a957 #57a957 #3d773d;
3602 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 3602 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3603 } 3603 }
3604 3604