This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathV3m.css
executable file
·479 lines (372 loc) · 8.61 KB
/
V3m.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
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
div.breadcrumb {
color: White;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
/* toc navigation is based on a black background color */
.toc_table {
background-color : Black;
border : 1px; 1px; 1px; 1px;
border-color : black;
}
.toc_title_row {
cursor: hand;
background : #000000;
}
.toc_title_arrow {
font-family : Webdings;
color : White;
}
.toc_title_text {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10pt;
color : White;
}
.toc_row_master {
background : white;
}
.toc_indent_flag_gap {
width: 10px;
text-align: left;
vertical-align: top;
}
.toc_item {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size : 9pt;
}
a.toc_link:visited {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size : 9pt;
}
a.toc_link {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size : 9pt;
}
/* content tables */
.content_table {
background-color : white;
border : 1px; 1px; 1px; 1px;
border-color : white;
}
.content_title_row {
cursor: hand;
#background : #5396C3;
}
.content_title_arrow {
font-family : Webdings;
color : White;
}
.content_title_text {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10pt;
color : white;
font-weight : bold;
font-variant : normal;
}
.content_bigtitle_text {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 14pt;
color : white;
font-weight : bold;
}
.content_row_master {
background : white;
}
/* f2eed6 keep this ...we may use the color for other shading rules */
body.homepage {
font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
}
body {
font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
background: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
}
p.vocDesc {
font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: black;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
:active { color: #C00; background: transparent }
th, td {
font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
}
table {
/*margin-left: 50pt;*/
/*margin-bottom: 10pt;*/
}
b.heading {
color: maroon;
}
/*The following sectinos were added by Michael Krot, in June 2002*/
/*Header Table is the main table that provides the basic division*/
table.header{
border : 0;
white-space:nowrap;
width:100%;
padding-left: 0px; padding-right: 0px;
margin-left: 0; margin-right: 0;
border-width-left: 0; border-width-right: 0;
width: 100%;
}
/*Graphic col refers to the cell that will possibly contain graphic information in the
main header table*/
td.graphic_col{
width: 17px;
vertical-align : top;
}
/*Number col refers to the column that typically contains numbered headings*/
td.number_col{
width: 45px;
vertical-align : top;
}
/*Body col refers the table that contains the bulk of the information in the table*/
td.body_col{
text-align: left;
vertical-align : top;
}
/*This table is used in numerous places. Right now it has a green border around it and
contains a description of something and a link to that object*/
table.artifactlist{
white-space:nowrap;
border : thin solid;
border-color: #c8d999;
padding:0;
padding:0;
width:100%;
margin-left: 0pt;
vertical-align : top;
}
/*This cell is used for the description and by default takes over all remaining space*/
td.artifactList_desc{
width:100%;
}
/*This cell is used for the code, or link that takes you to the place in question.*/
td.artifactList_code{
width: 90px;
vertical-align:top;
text-align : right;
}
/*This table is used for interaction information. It appears in the Interaction
section and is only used there*/
table.interact{
white-space:nowrap;
border : thin solid;
/* border-spacing : 0px; */
border-color: #c8d999;
padding:0;
padding:0;
width:100%;
margin-left: 0pt;
vertical-align : top;
}
/*Type refers to the heading (e.g. Sending Role)*/
td.interact_type{
vertical-align: top;
width: 210px;
}
/*description is a sentence about the interaction*/
td.interact_desc{
vertical-align : top;
}
/*code is the link to the object*/
td.interact_code{
width: 90px;
vertical-align:top;
text-align: right;
vertical-align : top;
}
/*This table is used for*/
table.resp{
white-space:nowrap;
border : thin solid;
border-spacing : 0px;
border-color: #c8d999;
padding:0;
padding:0;
width:100%;
margin-left: 0pt;
}
td.resp_te{
width: 90px;
text-align: right;
}
td.resp_reason{
text-align:left;
}
td.resp_in_code{
width: 90px;
text-align: right;
}
table.hmd{
white-space:nowrap;
border : thin solid;
border-color: #c8d999;
padding:0;
padding:0;
width:100%;
margin-left: 0pt;
}
td.hmd_desc{
margin-left: 0pt;
vertical-align : top;
width: 100%;
}
td.hmd_code{
vertical-align : top;
text-align : left;
width: 90px;
}
td.hmd_links{
text-align: right;
vertical-align : top;
width: 170px;
}
table.structType{
border : thin solid;
border-color: #c8d999;
border: 0px;
padding:0;
padding:0;
width:100%;
margin-left: 0pt;
}
td.structType_name{
width: 155px;
text-align: right;
vertical-align: top;
}
td.structType_value{
vertical-align: top;
}
/*End section by Michael Krot*/
table.homepage {
margin-left: 0pt;
/*margin-bottom: 0pt;*/
}
table.rimlists {
margin-left: 32pt;
/*margin-bottom: 0pt;*/
}
table.standard {
border : thin solid;
border-color: #c8d999;
border: 0px;
padding:0;
padding:0;
width:100%;
margin-left: 0pt;
}
.graphic {
/*margin-left: 50pt;*/
border : thin solid;
margin-top: 10pt;
margin-bottom: 10pt;
}
blockquote {
margin-left: 50pt;
margin-bottom: 20pt;
}
p {
font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
/*margin-left: 50pt;*/
}
span.paragraph {
font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin-left: 50pt;
}
h1, h2, h3, h4, h5, h6 { text-align: left; font-family : Arial, Helvetica, sans-serif;}
/* background should be transparent, but WebTV has a bug
note: original h1,h2,h3 color was 005a9c
*/
h1, h2, h3,h4 {color: maroon; background: white }
h1 { font: bold 170%;}
h2 { font: bold 140%; }
h3 { font: bold 120%;}
h4 { font: bold 100%}
h5 { font: italic 100%}
h6 { font: small-caps 100%}
.hide { display: none }
/* div.head { margin-bottom: 1em }
div.head h1 { margin-top: 2em; clear: both }
div.head table { margin-left: 2em; margin-top:# 2em }
div.head img { color: white; border: none } /* remove border from top image */
p.copyright {
font-size: 7pt;
margin-left : 0pt;
}
@media screen { /* hide from IE3 */
a:hover { background: #ffa }
}
/* pre { margin-left: 2em } */
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }
pre, code { font-family: monospace
} /* navigator 4 requires this */
pre.example {
background-color: #f2eed6;
}
ul {
/* margin-left: 70pt;*/
}
ul.homepage {
/* margin-left: 20pt; */
}
ul.toc {
/* margin-left: 70pt;
list-style: disc; /* Mac NS has problem with 'none'
list-style: none; */
}
ol {
/* margin-left: 70pt; */
}
span.cardinality { font-weight: normal }
li.assocRef {
margin-top: 6pt;
margin-bottom:6pt ;
list-style-type: none ;
margin-left: 0pt;
}
div.listTable { margin-left: 50pt }
td.example {
background-color: #f2eed6;
}
td.dtd {
background-color: #bedce6 ; /* find a better color */
}
td.dtdl { background-color: #d9d9d9 ; }
td.schema { background-color: #c8d999 ; }
td.xslt { background-color: #c8d999 ; }
/* div.descriptive {
padding-left : 68px;
} */
/* v3dt changes */
caption { font: 80% sans-serif; }
ul.schema {
list-style: disc; /* Mac NS has problem with 'none' */
list-style: none;
margin: 1em 1em 1em 1em;
}
ul.schema ul.schema {
list-style: disc; /* Mac NS has problem with 'none' */
list-style: none;
margin: 0 0 0 1em;
}
#foldheader{cursor:pointer;cursor:hand ; font-weight:normal ;
list-style-image:url(graphics/fold.gif)}
#foldinglist{list-style-image:url(graphics/list.gif);margin-top: 0em;margin-bottom: 0em;}
/*test*/