panel-aqua.css
1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#win {
visibility:hidden;
}
.panel-container.shadow .underlay {
background-color:#999;
}
.panel .hd {
padding:0;
border:none;
background:transparent url(../imagens/aqua-hd-bg.gif);
color:#000;
height:22px;
margin-left:7px;
margin-right:7px;
text-align:center;
overflow:visible;
}
.panel .hd span {
vertical-align:middle;
line-height:22px;
}
.panel .close {
top:3px;
left:4px;
height:18px;
width:17px;
}
.panel .close.nonsecure {
background-image:url(../imagens/aqua-hd-close.gif);
}
.panel .close.secure {
background-image:url(../imagens/aqua-hd-close.gif);
}
.panel .close.nonsecure:hover {
background-image:url(../imagens/aqua-hd-close-over.gif);
}
.panel .close.secure:hover {
background-image:url(../imagens/aqua-hd-close-over.gif);
}
.panel .lt {
width:7px;height:22px;
top:0;left:0;
background:transparent url(../imagens/aqua-hd-lt.gif);
position:absolute;
}
.panel .rt {
width:7px;height:22px;
top:0;right:0;
background:transparent url(../imagens/aqua-hd-rt.gif);
position:absolute;
}