winxp_wev8.css
3.83 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
/* menu body */
.menu-body {
background-color: Menu; /*ThreeDFace;*/
color: MenuText;
margin: 0;
padding: 0;
overflow: hidden;
border: 0;
cursor: default;
}
.menu-body .outer-border {
border: 0;
}
.menu-body .inner-border {
width: 100%;
height: 100%;
border: 1px solid ThreeDShadow;
padding: 2px;
}
/* end menu body */
/*****************************************************************************/
/* menu items */
.menu-body #scroll-up-item td,
.menu-body #scroll-down-item td {
font-family: Webdings !important;
text-align: center;
padding: 10px;
}
.menu-body td {
font: menu;
}
.menu-body .hover td {
background-color: Highlight;
color: HighlightText;
}
.menu-body td.empty-icon-cell {
padding: 2px;
border: 0;
}
.menu-body td.empty-icon-cell span {
width: 16px;
}
.menu-body td.icon-cell {
width: 16px;
padding: 0px 2px 1px 2px;
border: 0;
}
.menu-body td.icon-cell img {
width: 16px;
height: 16px;
margin: 0;
}
.menu-body td.label-cell {
width: 100%;
padding: 0px 5px 1px 5px;
}
.menu-body td.shortcut-cell {
padding: 0px 5px 1px 5px;
}
.menu-body td.arrow-cell {
width: 20px;
padding: 0px 2px 1px 0px;
font-family: Webdings;
}
/* end menu items */
/*****************************************************************************/
/* disabled items */
.menu-body .disabled .disabled-container {
color: GrayText;
}
.menu-body .disabled .icon-cell .disabled-container,
.menu-body .disabled-hover .icon-cell .disabled-container {
background: GrayText;
filter: progid:DXImageTransform.Microsoft.Chroma(Color=#010101)
DropShadow(color=ButtonHighlight, offx=1, offy=1);
width: 100%;
height: 100%;
}
.menu-body .disabled-hover .icon-cell .disabled-container {
filter: progid:DXImageTransform.Microsoft.Chroma(Color=#010101);
}
.menu-body .disabled .icon-cell .disabled-container .disabled-container,
.menu-body .disabled-hover .icon-cell .disabled-container .disabled-container {
background: Transparent;
filter: Mask(Color=#010101);
}
.menu-body .disabled-hover td {
background-color: Highlight;
color: GrayText;
}
/* end disabled items */
/*****************************************************************************/
/* separator */
.menu-body .separator td {
font-size: 0.001mm;
padding: 4px 2px 4px 2px;
}
.menu-body .separator-line {
overflow: hidden;
border-top: 1px solid ThreeDShadow;
height: 1px;
}
/* end separator */
/*****************************************************************************/
/* scroll buttons */
.menu-body #scroll-up-item td,
.menu-body #scroll-down-item td {
font-family: Webdings !important;
text-align: center;
padding: 10px;
}
.menu-body #scroll-up-item,
.menu-body #scroll-down-item {
width: 100%;
}
.menu-body #scroll-up-item td,
.menu-body #scroll-down-item td {
font-family: Webdings;
text-align: center;
padding: 0px 5px 1px 5px;
}
/* end scroll buttons */
/*****************************************************************************/
/* radio and check box items */
.menu-body .check-box,
.menu-body .radio-button {
width: 16px;
text-align: center;
vertical-align: middle;
}
.menu-body .checked .check-box {
font-family: Marlett;
font-size: 150%;
}
.menu-body .checked .radio-button {
font-family: Marlett;
font-size: 66%;
}
/* end radio and check box items */
/*****************************************************************************/
/* Menu Bar */
.menu-bar {
border: 0;
background: ButtonFace;
cursor: default;
padding: 1px;
}
.menu-bar .menu-button {
background: ButtonFace;
color: ButtonText;
font: Menu;
padding: 3px 7px 3px 7px;
border: 0;
margin: 0;
display: inline-block;
white-space: nowrap;
cursor: default;
}
.menu-bar .menu-button.active,
.menu-bar .menu-button.hover {
background-color: Highlight;
color: HighlightText;
}
/* End Menu Bar */