You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
1.5 KiB
CSS
97 lines
1.5 KiB
CSS
#wBox .wBox_b {
|
|
filter:alpha(opacity=80);
|
|
-moz-opacity:0.8;
|
|
opacity: 0.8;
|
|
background-image:url('../../js/wbox/wbox.gif');
|
|
width:10px;
|
|
}
|
|
|
|
#wBox {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 100;
|
|
text-align: left;
|
|
display:none;
|
|
}
|
|
|
|
#wBox .wBox_popup {
|
|
position: relative;
|
|
}
|
|
|
|
#wBox table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
#wBox td {
|
|
border-bottom: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#wBox .wBox_body {
|
|
background-color:#ffffff;
|
|
border:1px solid #4D7BE0;
|
|
}
|
|
|
|
#wBox img {
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
#wBox .wBox_title {
|
|
height:28px;
|
|
color:#000000;
|
|
width:100%;
|
|
background:url('../../js/wbox/titleBG.png') repeat-x;
|
|
}
|
|
#wBox .wBox_title .wBox_itemTitle{
|
|
padding-left:5px;
|
|
overflow:hidden;
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
}
|
|
#wBox .wBox_title .wBox_close{
|
|
background:url('../../js/wbox/close.png') no-repeat 0 0;
|
|
height:14px;
|
|
width:14px;
|
|
overflow:hidden;
|
|
cursor:pointer;
|
|
}
|
|
#wBox .wBox_title .on{
|
|
background-position:0 -14px;
|
|
}
|
|
#wBox .wBox_tl, #wBox .wBox_tr, #wBox .wBox_bl, #wBox .wBox_br {
|
|
height: 10px;
|
|
width: 10px;
|
|
overflow: hidden;
|
|
background-image:url('../../js/wbox/wbox.gif');
|
|
padding: 0;
|
|
filter:alpha(opacity=80);
|
|
-moz-opacity:0.8;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
#wBox #wBoxContent{
|
|
padding:3px;
|
|
}
|
|
#wBox_overlay {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
#wBox .wBox_load{
|
|
width:270px;
|
|
}
|
|
.wBox_hide {
|
|
z-index:-100;
|
|
}
|
|
|
|
.wBox_overlayBG {
|
|
background-color: #FFF;
|
|
z-index: 99;
|
|
}
|
|
#wBox #wBox_loading{
|
|
width:32px;height:32px;margin:0 auto;
|
|
} |