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