50 lines
693 B
CSS
50 lines
693 B
CSS
|
|
#wrap{
|
||
|
|
width:100%;
|
||
|
|
height:100%;
|
||
|
|
position:absolute;
|
||
|
|
top:0px;
|
||
|
|
right:0px;
|
||
|
|
background: url(../images/bgcanvas.jpg) repeat;
|
||
|
|
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
|
||
|
|
-moz-opacity:0.4;
|
||
|
|
z-index: 2;
|
||
|
|
display:none;
|
||
|
|
}
|
||
|
|
|
||
|
|
#inner{
|
||
|
|
position:absolute;
|
||
|
|
top:100px;
|
||
|
|
left:400px;
|
||
|
|
z-index: 5;
|
||
|
|
display:none;
|
||
|
|
}
|
||
|
|
|
||
|
|
#pop_account{
|
||
|
|
position:absolute;
|
||
|
|
}
|
||
|
|
|
||
|
|
.gwt-Frame {
|
||
|
|
filter:alpha(opacity=100);
|
||
|
|
}
|
||
|
|
|
||
|
|
.energy-alpha {
|
||
|
|
background:green;
|
||
|
|
filter:alpha(opacity=50);
|
||
|
|
}
|
||
|
|
|
||
|
|
.energy-imagealpha {
|
||
|
|
background:#000000;
|
||
|
|
/**firefox 3.4 lower*/
|
||
|
|
-moz-opacity:0.05;
|
||
|
|
/**firefox 3.5*/
|
||
|
|
opacity:0.05;
|
||
|
|
/*IE4-7*/
|
||
|
|
filter:alpha(opacity=5);
|
||
|
|
/*IE8*/
|
||
|
|
filter:"alpha(opacity=5)"!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.float-message {
|
||
|
|
FONT-SIZE:12px;
|
||
|
|
color:red;
|
||
|
|
}
|