schema documentation autogenerated using Oxygen v10.
[vamsas.git] / docs / schema / xsdDocHtml.css
1 /*----------------------------------------\r
2     Global \r
3 -----------------------------------------*/\r
4 \r
5 body{\r
6 }\r
7 body, table {\r
8     font-family:arial, helvetica, sans-serif;\r
9     font-size:12px;\r
10 }\r
11 \r
12 @media print{\r
13     body, table {\r
14         font-size:10px;\r
15     }\r
16 }\r
17 \r
18 /*--------------------------------------------\r
19     Source code in the instance, source or \r
20     annotations.\r
21 --------------------------------------------*/\r
22 span.tokenElement {\r
23     color: #000096;\r
24     background-color:inherit;\r
25 }\r
26 span.tokenAttrName {\r
27     color: #F5844C;\r
28     background-color:inherit;\r
29 }\r
30 span.tokenAttrValue {\r
31     color: #993300;\r
32     background-color:inherit;\r
33 }\r
34 span.tokenIndent {\r
35     color: #000000;\r
36     background-color:inherit;\r
37 }\r
38 span.tokenText {\r
39     white-space:normal;\r
40     color: #000000;\r
41     background-color:inherit;\r
42 }\r
43 span.tokenComment {\r
44     color: #006400;\r
45     background-color:inherit;\r
46 }\r
47 span.tokenCDATA {\r
48     color: #008C00;\r
49     background-color:inherit;\r
50 }\r
51 span.tokenPI {\r
52     color: #8B26C9;\r
53     background-color:inherit;\r
54 }\r
55 span.tokenEntity {\r
56     color: #969600;\r
57     background-color:inherit;\r
58 }\r
59 span.qname{\r
60     color:#000096;\r
61     background-color:inherit;\r
62 }\r
63 \r
64 /*-----------------------------------------\r
65     Documentation sections.\r
66 ------------------------------------------*/\r
67 \r
68 div.componentTitle {\r
69     font-size:1.4em;\r
70     font-weight:bold;\r
71     text-align:left;\r
72     margin-top:1.4em;\r
73     margin-bottom:0.7em;\r
74 }\r
75 div.componentTitle{\r
76 /*    color:rgb(255, 160, 100);*/\r
77     color:#333333;\r
78     background-color:inherit;\r
79 }\r
80 \r
81 \r
82 /* Tables. */\r
83 \r
84 td, th {\r
85     padding:2px 2px 2px 5px;\r
86     text-align:left;\r
87     vertical-align:top;\r
88 }\r
89 \r
90 tr > th {\r
91     background-color:#C4DAF4;\r
92     color:inherit;\r
93 }\r
94 \r
95 /* Contrast for the titles*/\r
96 table.component {\r
97     width:100%;\r
98     border-spacing:1px;\r
99 }\r
100 \r
101 @media print{\r
102     table.component{\r
103         border:1px solid gray;\r
104         border-collapse:collapse;\r
105     }\r
106     \r
107     table.component td{\r
108         border:1px solid gray;\r
109     }\r
110 }\r
111 \r
112 \r
113 \r
114 table.component td.firstColumn{\r
115 /* pink */\r
116     /*background-color:#FFC0C0;*/\r
117 /*green */\r
118     /* background-color:#C0F0A0;*/\r
119 /*bleu*/\r
120     /*background-color:#89C6E2;*/\r
121 /*orange*/\r
122     /*background-color:#FFD697;*/\r
123 /*brown*/\r
124     /*background-color:#D5BC8E;*/\r
125 /*lilla*/    \r
126     /*background-color:#DDDDFF;*/\r
127 /*gray-bleu*/\r
128     /*background-color:#CAD0DD;*/\r
129 /*brown-light*/\r
130     /*background-color:#DECFB8;*/\r
131 /*gray-green*/\r
132     /*background-color:#C6D0CD;*/\r
133 /*bleu-2*/\r
134     /*background-color:#B5D5FF;*/\r
135 /*gray*/\r
136     /*background-color:#CCCCCC;*/\r
137 \r
138 \r
139 /*bleu */\r
140 background-color:#C4DAF4;\r
141     \r
142      \r
143 \r
144     color:black;\r
145     width:12%;\r
146 }\r
147 \r
148 table.component table td.firstColumn{\r
149     border:none;\r
150     background-color:#EAF1FB;\r
151     color: inherit;\r
152 }\r
153 \r
154 td.firstColumn b{\r
155     font-weight:normal;\r
156 }\r
157 \r
158 \r
159 /* The Name and Expand/Collapse control are on the same line\r
160  but at different ends.*/\r
161 td.firstColumn div.floatLeft{\r
162     float:left;\r
163 }\r
164 td.firstColumn div.floatRight{\r
165     float:right;\r
166 }\r
167 \r
168 /* Subtables */\r
169 table.component table{\r
170     width:100%;\r
171 }\r
172 table.component table,\r
173 table.component table td,\r
174 table.component table th{\r
175     border:0;\r
176 }\r
177 \r
178 \r
179 /* Properties table */\r
180 table.propertiesTable {\r
181     border-spacing:1px;\r
182 }\r
183 table.propertiesTable td.firstColumn{\r
184     width:140px;\r
185     text-transform:capitalize;        \r
186 }\r
187 /* Used by table */\r
188 table.usedByTable {\r
189     border-spacing:1px;\r
190 }\r
191 table.usedByTable td.firstColumn{\r
192     width:140px;\r
193     text-transform:capitalize;        \r
194 }\r
195 \r
196 /* Facets table*/\r
197 table.facetsTable {\r
198     border-spacing:1px;\r
199 }\r
200 table.facetsTable td.firstColumn{\r
201     width:140px;\r
202     text-transform:capitalize;        \r
203 }\r
204 \r
205 /* Attributes table */\r
206 table.attributesTable {\r
207     border-spacing:1px;\r
208 }\r
209 table.attributesTable th{\r
210     font-weight:normal;\r
211 }\r
212 table.attributesTable tr:hover{\r
213     color:inherit;\r
214     background-color:#EAF1FB;\r
215 }\r
216 \r
217 \r
218 /* Identity constraints table */\r
219 table.identityConstraintsTable {\r
220     border-spacing:1px;\r
221 }\r
222 table.identityConstraintsTable th{\r
223     font-weight:normal;\r
224 }\r
225 table.identityConstraintsTable tr:hover{\r
226     color:inherit;\r
227     background-color:#EAF1FB;\r
228 }\r
229 \r
230 \r
231 \r
232 /*---------------------------------------\r
233     The diagram.    \r
234 ----------------------------------------*/\r
235 \r
236 table.component td.diagram {\r
237     background-color:white;\r
238     color:inherit;\r
239 }\r
240 \r
241 \r
242 /* This table is a workaround for an IE bug regarding pre-wrap */\r
243 table.preWrapContainer,\r
244 table.preWrapContainer td{\r
245     border:0;\r
246     margin:0;\r
247     padding:0;\r
248 }\r
249 \r
250 \r
251 /* Annotations. */\r
252 div.annotation{    \r
253 }\r
254 div.annotation pre{\r
255     font-family:arial, helvetica, sans-serif;\r
256     margin:0;\r
257 }\r
258 div.annotation,\r
259 div.annotation table,\r
260 div.annotation table td{\r
261     margin:0;\r
262     padding:0;\r
263 }\r
264 \r
265 /*  Hierarchy */\r
266 ul > li{\r
267     list-style:none;\r
268 }\r
269 \r
270 ul {\r
271     margin:2px;\r
272     padding:0;\r
273 }\r
274 \r
275 ul ul li {\r
276     padding-left:10px;\r
277     \r
278     list-style-image:url('images/hierarchy_arrow.gif');\r
279     list-style-position:inside;\r
280 }\r
281 \r
282 /*-------------------------------------\r
283     Rounded tables.\r
284 ---------------------------------------*/\r
285 \r
286 table.rt,\r
287 table.rt_with_bg{\r
288     border-collapse:collapse;\r
289     border-spacing:0;\r
290     width:100%;\r
291\r
292 table.rt_with_bg{\r
293     /*background-color:#C0F0A0;*/\r
294     background-color:white;\r
295     color:inherit;\r
296 }\r
297 \r
298 \r
299 .rt_cornerTopLeft{\r
300     background-color:transparent;\r
301     background-repeat:no-repeat;\r
302     background-position:right;    \r
303     width:8px;\r
304     height:8px;\r
305     margin:0;\r
306     padding:0;\r
307 }\r
308 .rt_cornerTopLeft{\r
309     background-image:url('images/corner_top_left.gif');\r
310 }\r
311 \r
312 \r
313 .rt_cornerBottomLeft{\r
314     background-color:transparent;\r
315     background-repeat:no-repeat;\r
316     background-position:right;    \r
317     width:8px;\r
318     height:8px;\r
319     margin:0;\r
320     padding:0;\r
321 }\r
322 .rt_cornerBottomLeft{\r
323     background-image:url('images/corner_bottom_left.gif');\r
324 }\r
325 \r
326 \r
327 .rt_cornerTopRight{\r
328     background-color:transparent;\r
329     background-repeat:no-repeat;\r
330     width:8px;\r
331     height:8px;\r
332     margin:0;\r
333     padding:0;\r
334 \r
335 }\r
336 .rt_cornerTopRight{\r
337     background-image:url('images/corner_top_right.gif');\r
338 }\r
339 \r
340 \r
341 .rt_cornerBottomRight{\r
342     background-color:transparent;\r
343     background-repeat:no-repeat;\r
344     width:8px;\r
345     height:8px;\r
346     margin:0;\r
347     padding:0;\r
348 \r
349 }\r
350 .rt_cornerBottomRight{\r
351     background-image:url('images/corner_bottom_right.gif');    \r
352 }\r
353 \r
354 \r
355 .rt_content{\r
356     background-color:white;\r
357     color:inherit;\r
358     width:auto;\r
359     margin:0;\r
360     padding:0;\r
361 }\r
362 \r
363 \r
364 .rt_lineLeft{\r
365     background-color:transparent;\r
366     background-repeat:repeat-y;\r
367     background-position:right;    \r
368     width:8px;\r
369     margin:0;\r
370     padding:0;\r
371 \r
372 }\r
373 .rt_lineLeft{\r
374     background-image:url('images/line_left.gif');\r
375 }\r
376 \r
377 \r
378 .rt_lineRight{\r
379     background-repeat:repeat-y;\r
380     width:8px;\r
381     margin:0;\r
382     padding:0;\r
383 }\r
384 .rt_lineRight{\r
385     background-image:url('images/line_right.gif');\r
386 }\r
387 \r
388 \r
389 .rt_lineTop{\r
390     background-color:transparent;\r
391     background-repeat:repeat-x;\r
392     height:8px;\r
393     width:auto;\r
394     margin:0;\r
395     padding:0;\r
396 }\r
397 .rt_lineTop{\r
398     background-image:url('images/line_top.gif');        \r
399 }\r
400 \r
401 .rt_lineBottom{\r
402     background-color:transparent;\r
403     background-repeat:repeat-x;\r
404     height:8px;\r
405     width:auto;\r
406     margin:0;\r
407     padding:0;\r
408 }\r
409 .rt_lineBottom{\r
410     background-image:url('images/line_bottom.gif');\r
411 }\r
412 \r
413 \r
414 /* -------------------------------------- \r
415     Controls for bulk showing/hidding sections \r
416     from the documentation.\r
417 ----------------------------------------*/\r
418 \r
419 .globalControls h3{\r
420     margin:0.1em;\r
421     font-size:1.2em;\r
422 }\r
423 \r
424 .globalControls table td{\r
425     padding:0;\r
426     margin:0;\r
427 }\r
428 \r
429 .globalControls{\r
430     position:fixed;\r
431     right:0;\r
432     background-color:transparent;\r
433     padding-left:0.5em;\r
434     padding-right:0.5em;\r
435     padding-bottom:0.5em;\r
436     width:190px;\r
437 }\r
438 \r
439 @media print{\r
440     .globalControls{\r
441         display:none;\r
442     }\r
443 }\r
444 \r
445 /* Expand/collapse of a single section. */\r
446 input.control {\r
447     text-align:center;\r
448     vertical-align:middle;\r
449     padding:0;\r
450     padding-right:3px;\r
451     padding-bottom:2px;\r
452     \r
453 }\r
454 \r
455 \r
456 /* close button */\r
457 td.rt_content div span input{\r
458     font-size:0.8em;\r
459 }\r
460 \r
461 @media print{\r
462     input.control{\r
463         display:none;\r
464     }\r
465 }\r
466 \r
467 \r
468 \r
469 \r
470 /*-----------------------------------------\r
471     Navigation.\r
472 ------------------------------------------*/\r
473 a, a:visited {\r
474     color:rgb(0, 0, 150);\r
475     background-color:inherit;\r
476 }\r
477 \r
478 a:link, a:visited {\r
479     text-decoration:none; \r
480 }\r
481 a:hover {\r
482     text-decoration:underline;\r
483 }\r
484 \r
485 div.toTop{\r
486     text-align:right;\r
487 }\r
488 div.toTop a{\r
489     font-weight:normal;\r
490 }\r
491 \r
492 \r
493 \r
494 \r
495 /*------------------------------------------\r
496   The second level of index. Floating DIVs\r
497 -------------------------------------------*/\r
498 .toc {\r
499 }\r
500 .toc div.verticalLayout, div.horizontalLayout{\r
501     float:left;\r
502     display:block;\r
503 \r
504     background-color:white;\r
505     color:inherit;\r
506 \r
507     min-width:130px;\r
508     min-height:50px;\r
509     \r
510     padding:0.5em;\r
511 }\r
512 /* This is not used. */\r
513 .toc div.verticalLayout {\r
514     clear:left;\r
515 }\r
516 \r
517 /* Hack for the IE - acts like a minimum height.*/\r
518 * html .toc div.horizontalLayout, \r
519 * html .toc div.verticalLayout {\r
520     width:120px;\r
521     height:60px;\r
522 }\r
523 \r
524 .toc div.componentGroupTitle{\r
525     font-weight:bold;\r
526     margin-bottom:0.5em;\r
527     color:black;\r
528     background-color:inherit;\r
529 }\r
530 \r
531 /* Namespacces or system ids in the TOC. */\r
532 .toc .indexGroupTitle {\r
533     font-weight:bold;\r
534     margin-bottom:0.5em;\r
535 }\r
536 \r
537 /*----------------\r
538     The footer. \r
539 -----------------*/\r
540 .footer{\r
541     margin-top:3em;\r
542 }\r
543 .redX{\r
544     color:red;\r
545     background-color:inherit;\r
546     font-size:1.2em;\r
547 }\r
548 .oXygenLogo{\r
549     color:#1166DD;\r
550     background-color:inherit;\r
551     font-weight:bold;\r
552     font-size:1.2em;\r
553 }\r
554 \r
555 \r