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+                          OPENOFFICE HELP                          +
25+                          HIGH CONTRAST WHITE STYLESHEET           +
26+                          WESTERN LANGUAGES                        +
27+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28+ LAST CHANGES: 25-JUL-2018                                         +
29+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30*/
31
32
33
34
35body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
36	{ font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; }
37
38.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
39	{ font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
40
41.acronym
42	{ font-weight: bold; }
43
44.related
45	{ font-weight: bold; margin-top: 20pt; }
46
47.emph, .menuitem, .keycode
48	{ font-weight: bold; }
49
50.tablehead, .tableheadintable
51	{ font-weight: bold; margin-top: 0px; }
52
53.howtogetheader
54	{ font-weight: bold; padding: 3px; }
55
56h1, h2, h3, h4, h5, h6
57	{ margin-bottom: 5pt; }
58
59p, td
60	{ font-size: 11pt; }
61
62h1
63	{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64
65h2
66	{ font-size: 14pt; }
67
68h3
69	{ font-size: 12pt; }
70
71h4, h5, h6
72	{ font-size: 11pt; }
73
74.relatedtopics
75	{ font-weight: normal; }
76
77.relatedbody
78	{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
79
80.wide
81	{ width: 100%; }
82
83.topalign
84	{ vertical-align: top; border: 1px; }
85
86.bug
87	{ color: red; border: 1px solid red; }
88
89
90/* HIGH CONTRAST SPECIFIC SETTINGS */
91
92body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
93	{ background: #FFFFFF; color: #000000; }
94
95.related
96	{ border-top: 1px solid #000000; }
97
98.howtogetheader
99	{ border: 1px solid #000000; background: #FFFFFF; }
100
101h1
102	{ border-bottom: 1px solid #000000; }
103
104.howtoget
105	{ background:#FFFFFF; }
106
107.howtogetbody
108	{ background:#FFFFFF; }
109
110.debug
111	{ border: 1px solid red; padding: 3px; display: none; }
112
113a
114	{ color: #000000; }
115