1
|
/**
|
2
|
* Default style sheet
|
3
|
*
|
4
|
* $Id: global.css,v 1.33 2005/06/19 19:04:33 slubek Exp $
|
5
|
*/
|
6
|
|
7
|
/** ELEMENTS */
|
8
|
|
9
|
body, td
|
10
|
{
|
11
|
background-color: #FFFFFF;
|
12
|
margin: 4px;
|
13
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
14
|
padding: 0px;
|
15
|
font-size: smaller; /*0.8em;*/
|
16
|
}
|
17
|
|
18
|
img { border: none; }
|
19
|
|
20
|
div.logo
|
21
|
{
|
22
|
background-color: #CECF9C;
|
23
|
margin: 0px;
|
24
|
padding: 0px;
|
25
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
26
|
font-size: smaller; /* 1em; */
|
27
|
border: none;
|
28
|
border-bottom: 2px solid #000000;
|
29
|
margin-bottom: 2px;
|
30
|
}
|
31
|
|
32
|
body.browser
|
33
|
{
|
34
|
height: 100%;
|
35
|
background-color: #efefef;
|
36
|
margin: 0px;
|
37
|
padding: 0px;
|
38
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
39
|
font-size: smaller; /*1em;*/
|
40
|
border-right: 1px dashed #c0c0c0;
|
41
|
text-align: left;
|
42
|
}
|
43
|
|
44
|
body.bottombar {
|
45
|
background-color: #CECF9C;
|
46
|
margin: 0px;
|
47
|
padding: 0px;
|
48
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
49
|
font-size: smaller; /*1em;*/
|
50
|
text-align: left;
|
51
|
}
|
52
|
|
53
|
p.message {
|
54
|
color: blue;
|
55
|
}
|
56
|
|
57
|
p.comment {
|
58
|
font-style: italic;
|
59
|
}
|
60
|
|
61
|
h2
|
62
|
{
|
63
|
color: #666633;
|
64
|
font-size: medium; /*1.3em;*/
|
65
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
66
|
font-weight: bold;
|
67
|
border: 2px solid #E6E6CC;
|
68
|
background-color: #F3F3E9;
|
69
|
padding: 2px 1em;
|
70
|
margin: 0 0 1ex 0;
|
71
|
}
|
72
|
|
73
|
h3
|
74
|
{
|
75
|
color: #666633;
|
76
|
font-size: small;
|
77
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
78
|
font-weight: bold;
|
79
|
}
|
80
|
|
81
|
table.error
|
82
|
{
|
83
|
background-color: #E6E6CC;
|
84
|
}
|
85
|
|
86
|
table.error td {
|
87
|
background-color: #E6E6CC;
|
88
|
}
|
89
|
|
90
|
table.navbar
|
91
|
{
|
92
|
background-color: #E6E6CC;
|
93
|
}
|
94
|
|
95
|
table.navbar td
|
96
|
{
|
97
|
height: 25px;
|
98
|
color: #000000;
|
99
|
background-color: #F3F3E9;
|
100
|
text-align: center;
|
101
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
102
|
font-size: smaller; /* 0.9em */
|
103
|
font-weight: bold;
|
104
|
}
|
105
|
|
106
|
table.navbar td.active
|
107
|
{
|
108
|
background-color: #E6E6CC;
|
109
|
}
|
110
|
|
111
|
th.data
|
112
|
{
|
113
|
color: #000000;
|
114
|
background-color: #E6E6CC;
|
115
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
116
|
font-size: smaller; /* 0.9em */
|
117
|
}
|
118
|
|
119
|
th.data a:active, th.data a:link, th.data a:visited, th.data a:hover
|
120
|
{
|
121
|
font-weight: bold;
|
122
|
}
|
123
|
|
124
|
.left
|
125
|
{
|
126
|
text-align: left;
|
127
|
}
|
128
|
|
129
|
th.required
|
130
|
{
|
131
|
text-decoration: underline;
|
132
|
}
|
133
|
|
134
|
td.topbar
|
135
|
{
|
136
|
background-color: #CECF9C;
|
137
|
margin: 0px 0px;
|
138
|
padding: 0px;
|
139
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
140
|
font-size: smaller; /*0.8em;*/
|
141
|
text-align: left;
|
142
|
}
|
143
|
|
144
|
td.data1
|
145
|
{
|
146
|
color: #000000;
|
147
|
background-color: #F3F3E9;
|
148
|
text-align: left;
|
149
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
150
|
font-size: smaller; /*0.8em;*/
|
151
|
}
|
152
|
|
153
|
td.data2
|
154
|
{
|
155
|
color: #000000;
|
156
|
background-color: #E6E6CC;
|
157
|
text-align: left;
|
158
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
159
|
font-size: smaller; /*0.8em;*/
|
160
|
}
|
161
|
|
162
|
td.opbutton1
|
163
|
{
|
164
|
color: #000000;
|
165
|
background-color: #F3F3E9;
|
166
|
border-top: 1px solid #FFFFFF;
|
167
|
border-right: 1px solid #706D41;
|
168
|
border-bottom: 1px solid #706D41;
|
169
|
border-left: 1px solid #FFFFFF;
|
170
|
cursor: pointer;
|
171
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
172
|
font-size: smaller; /*0.8em;*/
|
173
|
padding-left: 6px;
|
174
|
padding-right: 6px;
|
175
|
text-align: center;
|
176
|
}
|
177
|
|
178
|
td.opbutton2
|
179
|
{
|
180
|
color: #000000;
|
181
|
background-color: #E6E6CC;
|
182
|
border-top: 1px solid #FFFFFF;
|
183
|
border-right: 1px solid #706D41;
|
184
|
border-bottom: 1px solid #706D41;
|
185
|
border-left: 1px solid #FFFFFF;
|
186
|
cursor: pointer;
|
187
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
188
|
font-size: smaller; /*0.8em;*/
|
189
|
padding-left: 6px;
|
190
|
padding-right: 6px;
|
191
|
text-align: center;
|
192
|
}
|
193
|
|
194
|
.trail, .tab
|
195
|
{
|
196
|
border: 2px solid #E6E6CC;
|
197
|
background-color: #F3F3E9;
|
198
|
padding: 2px 1em;
|
199
|
vertical-align: bottom;
|
200
|
}
|
201
|
|
202
|
.trail, .topbar
|
203
|
{
|
204
|
margin-bottom: 2px;
|
205
|
}
|
206
|
|
207
|
.trail td
|
208
|
{
|
209
|
background-color: #F3F3E9;
|
210
|
vertical-align: bottom;
|
211
|
}
|
212
|
|
213
|
.tabs
|
214
|
{
|
215
|
width: 100%;
|
216
|
border-collapse: collapse;
|
217
|
margin: 0 0 1ex 0;
|
218
|
vertical-align: bottom;
|
219
|
}
|
220
|
|
221
|
.tab
|
222
|
{
|
223
|
text-align: center;
|
224
|
vertical-align: bottom;
|
225
|
}
|
226
|
|
227
|
.tabs .active
|
228
|
{
|
229
|
background-color: #E6E6CC;
|
230
|
vertical-align: bottom;
|
231
|
}
|
232
|
|
233
|
.topbar {
|
234
|
border: 2px solid #CECF9C;
|
235
|
padding: 2px 1em;
|
236
|
}
|
237
|
|
238
|
.topbar, .topbar td {
|
239
|
background-color: #CECF9C;
|
240
|
}
|
241
|
|
242
|
.topbar .platform, .topbar .host, .topbar .username {
|
243
|
font-weight: bold;
|
244
|
}
|
245
|
|
246
|
a:active
|
247
|
{
|
248
|
color: #989973;
|
249
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
250
|
font-weight: normal;
|
251
|
text-decoration: underline;
|
252
|
}
|
253
|
|
254
|
a,a:link
|
255
|
{
|
256
|
color: #336699;
|
257
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
258
|
text-decoration: none;
|
259
|
}
|
260
|
|
261
|
a:visited
|
262
|
{
|
263
|
color: #336699;
|
264
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
265
|
text-decoration: none;
|
266
|
}
|
267
|
|
268
|
a:hover
|
269
|
{
|
270
|
color: #cc0000;
|
271
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
272
|
text-decoration: none;
|
273
|
}
|
274
|
|
275
|
a.navlink:link, a.toplink:link
|
276
|
{
|
277
|
color: #336699;
|
278
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
279
|
font-weight: bold;
|
280
|
text-decoration: none;
|
281
|
}
|
282
|
|
283
|
a.navlink:visited, a.toplink:visited
|
284
|
{
|
285
|
color: #336699;
|
286
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
287
|
font-weight: bold;
|
288
|
text-decoration: none;
|
289
|
}
|
290
|
|
291
|
a.navlink:hover, a.toplink:hover
|
292
|
{
|
293
|
color: #cc0000;
|
294
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
295
|
font-weight: bold;
|
296
|
text-decoration: none;
|
297
|
}
|
298
|
|
299
|
a.navlink:active, a.toplink:active
|
300
|
{
|
301
|
color: #cc0000;
|
302
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
303
|
font-weight: bold;
|
304
|
text-decoration: none;
|
305
|
}
|
306
|
|
307
|
.active a
|
308
|
{
|
309
|
font-weight: bold;
|
310
|
}
|
311
|
|
312
|
a.help
|
313
|
{
|
314
|
color: #E68800;
|
315
|
font-size: smaller;
|
316
|
vertical-align: super;
|
317
|
text-decoration: none;
|
318
|
}
|
319
|
|
320
|
pre
|
321
|
{
|
322
|
font-size: 110%;
|
323
|
}
|
324
|
|
325
|
pre.data
|
326
|
{
|
327
|
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
328
|
font-size: 100%;
|
329
|
}
|
330
|
|
331
|
.intro li
|
332
|
{
|
333
|
font-weight: bold;
|
334
|
}
|
335
|
|
336
|
/* Syntax highlighting */
|
337
|
.comment {color: #008080}
|
338
|
.keyword {color: #FF8000}
|
339
|
.literal {color: #808080}
|
340
|
|
341
|
/* Browser Tree using XLoadTree 2 */
|
342
|
.webfx-tree-row {
|
343
|
white-space: nowrap;
|
344
|
font: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
345
|
}
|
346
|
|
347
|
.webfx-tree-children {
|
348
|
background-repeat: repeat-y;
|
349
|
background-position-y: 1px !important; /* IE only */
|
350
|
}
|
351
|
|
352
|
.webfx-tree-row img {
|
353
|
vertical-align: middle;
|
354
|
height: 20px;
|
355
|
}
|
356
|
|
357
|
.webfx-tree-icon {
|
358
|
width: 20px;
|
359
|
cursor: hand;
|
360
|
cursor: pointer;
|
361
|
}
|
362
|
|
363
|
.webfx-tree-expand-icon {
|
364
|
width: 20px;
|
365
|
}
|
366
|
|
367
|
.webfx-tree-hide-root {
|
368
|
display: none;
|
369
|
}
|