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