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.
33 lines
703 B
CSS
33 lines
703 B
CSS
.background {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0.4;
|
|
filter: alpha(opacity=40);
|
|
background:while;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 2000;
|
|
}
|
|
.progressBar {
|
|
border: solid 2px #86A5AD;
|
|
background: white url(../images/icons/progress.gif) no-repeat 10px 10px;
|
|
}
|
|
.progressBar {
|
|
display: block;
|
|
width: 148px;
|
|
height: 28px;
|
|
position: fixed;
|
|
top: 40%;
|
|
left: 30%;
|
|
margin-left: -74px;
|
|
margin-top: -14px;
|
|
padding: 10px 10px 10px 50px;
|
|
text-align: left;
|
|
line-height: 27px;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
z-index: 2001;
|
|
font-size:14px;
|
|
} |