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*e860d429Smseidel/*
23*e860d429Smseidel+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24*e860d429Smseidel+                          OPENOFFICE HELP                          +
25*e860d429Smseidel+                          HIGH CONTRAST BLACK STYLESHEET           +
26*e860d429Smseidel+                          WESTERN LANGUAGES                        +
27*e860d429Smseidel+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28*e860d429Smseidel+ LAST CHANGES: 25-JUL-2018                                         +
29*e860d429Smseidel+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30*e860d429Smseidel*/
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*e860d429Smseidel	{ 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*e860d429Smseidel.acronym
41*e860d429Smseidel	{ font-weight: bold; }
42cdf0e10cSrcweir
43cdf0e10cSrcweir.related
44*e860d429Smseidel	{ font-weight: bold; margin-top: 20pt; }
45cdf0e10cSrcweir
46cdf0e10cSrcweir.emph, .menuitem, .keycode
47cdf0e10cSrcweir	{ font-weight: bold; }
48cdf0e10cSrcweir
49cdf0e10cSrcweir.tablehead, .tableheadintable
50*e860d429Smseidel	{ font-weight: bold; margin-top: 0px; }
51cdf0e10cSrcweir
52cdf0e10cSrcweir.howtogetheader
53*e860d429Smseidel	{ font-weight: bold; padding: 3px; }
54cdf0e10cSrcweir
55cdf0e10cSrcweirh1, h2, h3, h4, h5, h6
56cdf0e10cSrcweir	{ margin-bottom: 5pt; }
57cdf0e10cSrcweir
58cdf0e10cSrcweirp, td
59*e860d429Smseidel	{ font-size: 11pt; }
60cdf0e10cSrcweir
61cdf0e10cSrcweirh1
62*e860d429Smseidel	{ 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*e860d429Smseidel	{ font-size: 11pt; }
72cdf0e10cSrcweir
73cdf0e10cSrcweir.relatedtopics
74cdf0e10cSrcweir	{ font-weight: normal; }
75cdf0e10cSrcweir
76*e860d429Smseidel.relatedbody
77cdf0e10cSrcweir	{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
78cdf0e10cSrcweir
79*e860d429Smseidel.wide
80cdf0e10cSrcweir	{ width: 100%; }
81cdf0e10cSrcweir
82cdf0e10cSrcweir.topalign
83*e860d429Smseidel	{ vertical-align: top; border: 1px; }
84cdf0e10cSrcweir
85*e860d429Smseidel.bug
86*e860d429Smseidel	{ 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*e860d429Smseidel	{ background: #000000; color: #FFFFFF; }
93cdf0e10cSrcweir
94*e860d429Smseidel.related
95cdf0e10cSrcweir	{ border-top: 1px solid #FFFFFF; }
96cdf0e10cSrcweir
97cdf0e10cSrcweir.howtogetheader
98*e860d429Smseidel	{ border: 1px solid #FFFFFF; background: #000000; }
99cdf0e10cSrcweir
100*e860d429Smseidelh1
101*e860d429Smseidel	{ border-bottom: 1px solid #FFFFFF; }
102cdf0e10cSrcweir
103cdf0e10cSrcweir.howtoget
104*e860d429Smseidel	{ background:#000000; }
105cdf0e10cSrcweir
106cdf0e10cSrcweir.howtogetbody
107*e860d429Smseidel	{ background:#000000; }
108cdf0e10cSrcweir
109cdf0e10cSrcweir.debug
110*e860d429Smseidel	{ border: 1px solid red; padding: 3px; display: none; }
111cdf0e10cSrcweir
112cdf0e10cSrcweira
113*e860d429Smseidel	{ color: #FFFFFF; }
114