officexp_wev8.css
4.8 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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
/* menu body */
*{font-family: MS Shell Dlg;
font-size:12px;}
.menu-body {
color: Black;
margin: 0;
padding: 0;
overflow: hidden;
border: 0;
cursor: default;
}
.menu-body .outer-border {
border: 1px solid #666666;
margin: 0;
padding: 0;
}
.menu-body .inner-border {
width: 100%;
border: 1px solid #f9f8f7;
border-width: 1px 0 1px 0;
padding: 0 1px 0 1px;
margin: 0;
background: #f9f8f7 url("/images/popup/bg_menu_wev8.gif") repeat-y;
}
/* menu body */
/*****************************************************************************/
/* menu items */
.menu-body td {
font-family: MS Shell Dlg;
font-size:12px;
color: Black;
}
.menu-body .hover td {
background-color: #b6bdd2;
}
.menu-body .disabled-hover td {
background-color: white;
}
.menu-body td.empty-icon-cell {
padding: 2px;
border: 0;
}
.menu-body td.empty-icon-cell span {
width: 16px;
}
.menu-body td.icon-cell {
padding: 2px;
border: 0;
}
.menu-body td.icon-cell img {
width: 16px;
height: 16px;
margin: 0;
filter: Alpha(Opacity=70);
}
.menu-body .hover td.icon-cell img {
filter: none;
position: relative;
left: -1px;
top: -1px;
}
.menu-body .disabled-hover td.icon-cell img,
.menu-body .disabled td.icon-cell img {
display: static;
filter: Gray() Alpha(Opacity=40);
}
.menu-body .disabled-hover td.empty-icon-cell,
.menu-body .hover td.empty-icon-cell,
.menu-body .disabled-hover td.icon-cell,
.menu-body .hover td.icon-cell {
border: 1px solid #0A246A;
border-right: 0;
padding: 1px 2px 1px 1px;
}
.menu-body td.label-cell {
width: 100%;
padding: 2px 5px 2px 5px;
border: 0;
}
.menu-body .disabled-hover td.label-cell,
.menu-body .hover td.label-cell,
.menu-body .disabled-hover td.shortcut-cell,
.menu-body .hover td.shortcut-cell {
padding: 1px 5px 1px 5px;
border: 1px solid #0A246A;
border-left: 0;
border-right: 0;
}
.menu-body td.shortcut-cell {
padding: 2px 5px 2px 5px;
}
.menu-body td.arrow-cell {
width: 20px;
padding: 2px 2px 2px 0px;
font-family: Webdings;
}
/* end menu items */
/*****************************************************************************/
/* disabled items */
.menu-body .disabled-hover td.arrow-cell,
.menu-body .hover td.arrow-cell {
padding: 1px 1px 1px 0px;
border: 1px solid #0A246A;
border-left: 0;
}
.menu-body #scroll-up-item td,
.menu-body #scroll-down-item td {
font-family: Webdings !important;
text-align: center;
padding: 10px;
}
.menu-body .disabled td {
color: #cccccc;
}
.menu-body .disabled-hover td {
background-color: white;
color: #cccccc;
}
/* end disabled items */
/*****************************************************************************/
/* separator */
.menu-body .separator td {
font-size: 0.001mm;
padding: 1px 0px 1px 27px;
}
.menu-body .separator-line {
overflow: hidden;
border-top: 1px solid #dbd8d1;
height: 1px;
}
/* end separator */
/*****************************************************************************/
/* Scroll buttons */
.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: 1px 5px 1px 5px;
}
.menu-body #scroll-up-item .disabled-hover td,
.menu-body #scroll-up-item .hover td,
.menu-body #scroll-down-item .disabled-hover td,
.menu-body #scroll-down-item .hover td {
border: 1px solid #0A246A;
padding: 0px 4px 0px 4px;
}
/* End scroll buttons */
/*****************************************************************************/
/* radio and check box items */
.menu-body .checked {
padding: 0px;
}
.menu-body .checked.hover {
padding: 0px;
}
.menu-body .checked .check-box,
.menu-body .checked .radio-button {
display: inline-block;
font-family: Webdings;
overflow: hidden;
color: MenuText;
text-align: center;
vertical-align: center;
background-color: #b6bdd2;
border: 1px solid #0A246A;
}
.menu-body .check-box {
width: 19px;
height: 19px;
font-size: 133%;
padding-bottom: 5px;
padding-left: 1px;
}
.menu-body .radio-button {
width: 19px;
height: 19px;
font-size: 50%;
padding: 5px;
}
/* end radio and check box items */
/*****************************************************************************/
/* Menu Bar */
.menu-bar {
background: #FFFF00;
cursor: default;
padding: 1px;
}
.menu-bar .menu-button {
background: #FFFF00;
color: black;
font-family: MS Shell Dlg;
font-size:12px;
padding: 3px 7px 3px 7px;
border: 0;
margin: 0;
display: inline-block;
white-space: nowrap;
cursor: default;
}
.menu-bar .menu-button.active {
background: orange;
padding: 2px 6px 3px 6px;
border: 1px solid red;
border-bottom: 0;
}
.menu-bar .menu-button.hover {
background: orange;
padding: 2px 6px 2px 6px;
border-width: 1px;
border-style: solid;
border-color: green;
}
/* End Menu Bar */