1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24
25
26body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
27	{ font-family: "Times New Roman","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; }
28
29.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
30	{ font-family: "Vn Nimbus Mono L","Free Monospaced",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;}
31
32.acronym
33	{ font-weight: bold;}
34
35.related
36	{ font-weight: bold; margin-top:20pt;}
37
38.emph, .menuitem, .keycode
39	{ font-weight: bold; }
40
41.tablehead, .tableheadintable
42	{ font-weight: bold; margin-top: 0px;}
43
44.howtogetheader
45	{ font-weight: bold; padding: 3px;}
46
47h1, h2, h3, h4, h5, h6
48	{ margin-bottom: 5pt; }
49
50p, td
51	{ font-size: 10pt; }
52
53h1
54	{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
55
56h2
57	{ font-size: 14pt; }
58
59h3
60	{ font-size: 12pt; }
61
62h4, h5, h6
63	{ font-size: 10pt; }
64
65.relatedtopics
66	{ font-weight: normal; }
67
68.relatedbody
69	{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
70
71.wide
72	{ width: 100%; }
73
74.topalign
75	 { vertical-align: top; border: 1px;}
76
77.bug
78	{ color: red; border: 1px solid red;}
79
80a
81        { text-decoration: none; }
82
83
84/* HIGH CONTRAST SPECIFIC SETTINGS */
85
86body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
87	{ background: #000000; color: #FFFF00;}
88
89.related
90	{ border-top: 1px solid #FFFF00; }
91
92.howtogetheader
93	{border: 1px solid #EFEFEF; background: #000000;}
94
95h1
96	{ border-bottom: 1px solid #FFFF00; ]
97
98.howtoget
99	{ background:#000000;}
100
101.howtogetbody
102	{ background:#000000;}
103
104.debug
105	{ border: 1px solid red; padding: 3px; display: none;}
106
107a
108 { color: #FFFF00; }
109