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