forked from mmx31/lucid-theme-green
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwindow.css
71 lines (68 loc) · 1.03 KB
/
window.css
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
65
66
67
68
69
70
71
.win {
border: 0px;
padding: 0px;
margin: 0px;
}
.win-buttons {
padding: 3px;
width: 60px;
}
.win-close,
.win-min,
.win-max {
width: 16px;
height: 16px;
}
.win-close {
background-image: url(./images/close.gif);
}
.win-min {
background-image: url(./images/minimize.gif);
}
.win-max {
background-image: url(./images/maximize.gif);
}
.win-tc {
padding-top: 2px;
z-index: 1;
height: 22px;
background-image: url(./images/winmid.gif);
color: white;
font-weight: bold;
}
.win-mc {
background-color: white;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
}
.win > .win-bmw {
top: 22px;
}
.win-tr,
.win-tl {
height: 22px;
}
.win-tr {
background-image: url(./images/winright.gif);
padding-right: 6px;
}
.win-tl {
background-image: url(./images/winleft.gif);
padding-left: 6px;
}
.win-resize {
width: 5px;
height: 5px;
position: absolute;
bottom: 0px;
right: 0px;
cursor: se-resize;
}
.win-mc {
background-color: white;
}
.win-title {
padding-top: 2px;
padding-left: 5px;
}