fix 2 (same issue)
This commit is contained in:
@@ -1260,13 +1260,13 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
font-weight:600;
|
||||
|
||||
background: #D9E5F2;
|
||||
background: -moz-linear-gradient(45deg, #D9E5F2 25%, #ffffff 75%);
|
||||
background: -webkit-gradient(linear, left bottom, right top, color-stop(25%,#D9E5F2), color-stop(75%,#ffffff));
|
||||
background: -webkit-linear-gradient(45deg, #D9E5F2 25%,#ffffff 75%);
|
||||
background: -o-linear-gradient(45deg, #D9E5F2 25%,#ffffff 75%);
|
||||
background: -ms-linear-gradient(45deg, #D9E5F2 25%,#ffffff 75%);
|
||||
background: linear-gradient(45deg, #D9E5F2 25%,#ffffff 75%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9E5F2', endColorstr='#ffffff',GradientType=1 );
|
||||
background: -moz-linear-gradient(45deg, #D9E5F2 25%, #FFFFFF 75%);
|
||||
background: -webkit-gradient(linear, left bottom, right top, color-stop(25%,#D9E5F2), color-stop(75%,#FFFFFF));
|
||||
background: -webkit-linear-gradient(45deg, #D9E5F2 25%,#FFFFFF 75%);
|
||||
background: -o-linear-gradient(45deg, #D9E5F2 25%,#FFFFFF 75%);
|
||||
background: -ms-linear-gradient(45deg, #D9E5F2 25%,#FFFFFF 75%);
|
||||
background: linear-gradient(45deg, #D9E5F2 25%,#FFFFFF 75%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9E5F2', endColorstr='#FFFFFF',GradientType=1 );
|
||||
}
|
||||
|
||||
#page_title h1 #title_feedback {
|
||||
@@ -1298,23 +1298,23 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
border-right:0 solid #04357B;
|
||||
|
||||
background: #D9E5F2;
|
||||
background: -moz-linear-gradient(top, rgba(217,229,242,1) 0%, rgba(255,255,255,1) 25%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,229,242,1)), color-stop(25%,rgba(255,255,255,1)));
|
||||
background: -webkit-linear-gradient(top, rgba(217,229,242,1) 0%,rgba(255,255,255,1) 25%);
|
||||
background: -o-linear-gradient(top, rgba(217,229,242,1) 0%,rgba(255,255,255,1) 25%);
|
||||
background: -ms-linear-gradient(top, rgba(217,229,242,1) 0%,rgba(255,255,255,1) 25%);
|
||||
background: linear-gradient(to bottom, rgba(217,229,242,1) 0%,rgba(255,255,255,1) 25%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e5f2', endColorstr='#ffffff',GradientType=0 );
|
||||
background: -moz-linear-gradient(top, #D9E5F2 0%, #FFFFFF 25%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D9E5F2), color-stop(25%,#FFFFFF));
|
||||
background: -webkit-linear-gradient(top, #D9E5F2 0%,#FFFFFF 25%);
|
||||
background: -o-linear-gradient(top, #D9E5F2 0%,#FFFFFF 25%);
|
||||
background: -ms-linear-gradient(top, #D9E5F2 0%,#FFFFFF 25%);
|
||||
background: linear-gradient(to bottom, #D9E5F2 0%,#FFFFFF 25%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e5f2', endColorstr='#FFFFFF',GradientType=0 );
|
||||
}
|
||||
#menu.opened {
|
||||
background: white;
|
||||
background: -moz-linear-gradient(left, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
|
||||
background: -webkit-gradient(linear, left top, right top, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
|
||||
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
|
||||
background: -o-linear-gradient(left, rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
|
||||
background: -ms-linear-gradient(left, rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
|
||||
background: linear-gradient(to right, rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
|
||||
background: -moz-linear-gradient(left, #FFFFFF 75%, rgba(255,255,255,0) 100%);
|
||||
background: -webkit-gradient(linear, left top, right top, color-stop(75%,#FFFFFF), color-stop(100%,rgba(255,255,255,0)));
|
||||
background: -webkit-linear-gradient(left, #FFFFFF 75%,rgba(255,255,255,0) 100%);
|
||||
background: -o-linear-gradient(left, #FFFFFF 75%,rgba(255,255,255,0) 100%);
|
||||
background: -ms-linear-gradient(left, #FFFFFF 75%,rgba(255,255,255,0) 100%);
|
||||
background: linear-gradient(to right, #FFFFFF 75%,rgba(255,255,255,0) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#00ffffff',GradientType=1 );
|
||||
}
|
||||
|
||||
#menu #menu_title {
|
||||
@@ -1437,14 +1437,14 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
font-weight:bold;
|
||||
border:1px solid #04357B;
|
||||
|
||||
background: #ffffff;
|
||||
background: -moz-linear-gradient(top, #ffffff 15%, #D9E5F2 85%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ffffff), color-stop(85%,#D9E5F2));
|
||||
background: -webkit-linear-gradient(top, #ffffff 15%,#D9E5F2 85%);
|
||||
background: -o-linear-gradient(top, #ffffff 15%,#D9E5F2 85%);
|
||||
background: -ms-linear-gradient(top, #ffffff 15%,#D9E5F2 85%);
|
||||
background: linear-gradient(to bottom, #ffffff 15%,#D9E5F2 85%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D9E5F2',GradientType=0 );
|
||||
background: #FFFFFF;
|
||||
background: -moz-linear-gradient(top, #FFFFFF 15%, #D9E5F2 85%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#FFFFFF), color-stop(85%,#D9E5F2));
|
||||
background: -webkit-linear-gradient(top, #FFFFFF 15%,#D9E5F2 85%);
|
||||
background: -o-linear-gradient(top, #FFFFFF 15%,#D9E5F2 85%);
|
||||
background: -ms-linear-gradient(top, #FFFFFF 15%,#D9E5F2 85%);
|
||||
background: linear-gradient(to bottom, #FFFFFF 15%,#D9E5F2 85%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E5F2',GradientType=0 );
|
||||
}
|
||||
#welcome span.milestone .fa {
|
||||
margin-right:5px;
|
||||
@@ -1877,13 +1877,13 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
background-size: 100% 100%;
|
||||
background: -moz-linear-gradient(
|
||||
top,
|
||||
rgba(255,255,255,1),
|
||||
#FFFFFF,
|
||||
rgba(255,255,255,0)
|
||||
);
|
||||
background: -webkit-gradient(
|
||||
linear,
|
||||
left top, left bottom,
|
||||
from(rgba(255,255,255,1)),
|
||||
from(#FFFFFF),
|
||||
to(rgba(255,255,255,0))
|
||||
);*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user