15 lines
210 B
CSS
15 lines
210 B
CSS
#bar_blank {
|
|
border: solid 1px #000;
|
|
height: 20px;
|
|
width: 300px;
|
|
}
|
|
|
|
#bar_color {
|
|
background-color: #006666;
|
|
height: 20px;
|
|
width: 0px;
|
|
}
|
|
|
|
#bar_blank, #hidden_iframe {
|
|
display: none;
|
|
} |