##// END OF EJS Templates
css: linear-gradient do not have 'top' but 'to bottom'...
Mads Kiilerich -
r3435:a81dba13 beta
parent child Browse files
Show More
@@ -250,7 +250,7 b' div:hover > a.permalink {'
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 }
@@ -330,7 +330,7 b' div:hover > a.permalink {'
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;
@@ -1111,7 +1111,7 b' tbody .yui-dt-editable { cursor: pointer'
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;
@@ -1252,7 +1252,7 b' tbody .yui-dt-editable { cursor: pointer'
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 }
@@ -1951,7 +1951,7 b' a.metatag[tag="license"]:hover {'
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;
@@ -1986,7 +1986,7 b' a.metatag[tag="license"]:hover {'
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;
@@ -2070,7 +2070,7 b' a.metatag[tag="license"]:hover {'
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;
@@ -2226,7 +2226,7 b' a.metatag[tag="license"]:hover {'
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;
@@ -3340,7 +3340,7 b' table.code-browser .submodule-dir {'
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 }
@@ -3355,7 +3355,7 b' table.code-browser .submodule-dir {'
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 }
@@ -3369,7 +3369,7 b' table.code-browser .submodule-dir {'
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 }
@@ -3383,7 +3383,7 b' table.code-browser .submodule-dir {'
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 }
@@ -3494,7 +3494,7 b' div.gravatar img {'
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;
@@ -3564,7 +3564,7 b' div.gravatar img {'
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);
@@ -3581,7 +3581,7 b' div.gravatar img {'
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);
@@ -3596,7 +3596,7 b' div.gravatar img {'
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);
General Comments 0
You need to be logged in to leave comments. Login now