44 lines
486 B
CSS
44 lines
486 B
CSS
|
|
#wrap{
|
||
|
|
width:100%;
|
||
|
|
height:100%;
|
||
|
|
position:absolute;
|
||
|
|
top:0px;
|
||
|
|
right:0px;
|
||
|
|
background: url(../images/bgcanvas.jpg) repeat;
|
||
|
|
-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;
|
||
|
|
}
|
||
|
|
|
||
|
|
IFRAME {
|
||
|
|
-moz-opacity:0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.gwt-Frame {
|
||
|
|
-moz-opacity:1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.energy-alpha {
|
||
|
|
background:green;
|
||
|
|
-moz-opacity:0.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
.energy-imagealpha {
|
||
|
|
-moz-opacity:0.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
.float-message {
|
||
|
|
FONT-SIZE:12px;
|
||
|
|
color:red;
|
||
|
|
}
|