highcontrast2.css (ae588b72) highcontrast2.css (db8f558f)
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

--- 7 unchanged lines hidden (view full) ---

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+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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

--- 7 unchanged lines hidden (view full) ---

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+ STAROFFICE 6.0 HELP +
25+ HIGH CONTRAST #2 STYLESHEET +
26+ WESTERN LANGUAGES +
27+-------------------------------------------------------------------+
28+ This stylesheet defines the appearance of the online help files. +
29+ It is language dependent and located in {installdir}/help/{lang} +
30+-------------------------------------------------------------------+
31+ (c) 2001 Sun Microsystems, Inc. All Rights Reserved +
32+-------------------------------------------------------------------+
33+ Last changes: 11-JUL-02 FPE +
24+ OPENOFFICE HELP +
25+ HIGH CONTRAST #2 STYLESHEET +
26+ WESTERN LANGUAGES +
34+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28+ LAST CHANGES: 25-JUL-2018 +
29+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
35*/
36
37
30*/
31
32
38/* Main Styles */
39body { background: #000000; }
40p {
41 font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans;
42 font-size: 9pt;
43 color: #00FF00;
44 }
45td {
46 color: #00FF00;
47 margin-left: 0pt;
48 }
49th { color:#00FF00;
50 align: left;
51 margin-left: 0pt;
52 font-weight:bold;
53 }
33body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
34 { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; }
54
35
55/* Link styles */
36.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
37 { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
56
38
57.ContentLink {
58 color:#00FF00;
59 font-weight: bold;
60 font-decoration: none;
61 }
62.ContentLink:hover { font-decoration: underline; }
39.acronym
40 { font-weight: bold; }
63
41
64/* Style classes simple paragraphs */
42.related
43 { font-weight: bold; margin-top: 20pt; }
65
44
66.Paragraph {
67 margin-left: 0pt;
68 margin-top: 7pt;
69 margin-bottom: 7pt;
70 }
71.ParaList {
72 margin-left: 20pt;
73 margin-top: 2pt;
74 margin-bottom: 2pt;
75 }
76.PropText {
77 font-family: Cumberland,Courier New,Courier;
78 margin-top: 2pt;
79 margin-bottom: 2pt;
80 }
45.emph, .menuitem, .keycode
46 { font-weight: bold; }
81
47
82/* Style classes headings */
48.tablehead, .tableheadintable
49 { font-weight: bold; margin-top: 0px; }
83
50
51.howtogetheader
52 { font-weight: bold; padding: 3px; }
84
53
85h1, .Head1 {
86 font-family: Arial,Helvetica,Albany,lucidux sans;
87 color:#00FF00;
88 font-size:18pt;
89 font-weight: bold;
90 margin-top: 5pt;
91 }
92h2, .Head2 {
93 font-family: Arial,Helvetica,Albany,lucidux sans;
94 color:#00FF00;
95 font-size:14pt;
96 font-weight: bold;
97 margin-top: 20pt;
98 margin-bottom: 2pt;
99 }
100h3, .Head3 {
101 font-family: Arial,Helvetica,Albany,lucidux sans;
102 color:#00FF00;
103 font-size:12pt;
104 font-weight:bold;
105 margin-top: 25pt;
106 margin-bottom: 2pt;
107 }
108h4, .Head4 {
109 font-family: Arial,Helvetica,Albany,lucidux sans;
110 color:#00FF00;
111 font-size:10pt;
112 font-weight:bold;
113 margin-top: 20pt;
114 margin-bottom: 2pt;
115 }
116h5, .Head5 {
117 font-family: Arial,Helvetica,Albany,lucidux sans;
118 color:#00FF00;
119 font-size:10pt;
120 margin-top: 15pt;
121 margin-bottom: 2pt;
122 }
123h6, .Head6 {
124 font-family: Arial,Helvetica,Albany,lucidux sans;
125 color:#00FF00;
126 font-size:10pt;
127 margin-top: 15pt;
128 margin-bottom: 2pt;
129 }
54h1, h2, h3, h4, h5, h6
55 { margin-bottom: 5pt; }
130
56
131/* Style classes tables */
57p, td
58 { font-size: 11pt; }
132
59
133.TextInTable {
134 color:#00FF00;
135 align: left;
136 margin-left: 0pt;
137 }
138.TableHead {
139 color:#00FF00;
140 align: left;
141 font-weight:bold;
142 }
60h1
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
143
62
144/* Style classes spans */
145.emph { font-weight: bold; }
63h2
64 { font-size: 14pt; }
146
65
147/* Style classes special context */
66h3
67 { font-size: 12pt; }
148
68
149.tablebg { background: #000000; }
150.tableheadbg { background: #000000; }
151.tabledatabg { background: #000000; }
69h4, h5, h6
70 { font-size: 11pt; }
152
71
153.doctitlebg { background: #000000; }
154.doctablebg { background: #000000; }
72.relatedtopics
73 { font-weight: normal; }
155
74
156.howtogetheader {
157 font-weight: bold;
158 color: #00FF00;
159 background: #000000;
160 }
161.howtogetbody {
162 font-size: 9pt;
163 color: #00FF00;
164 background: #000000;
165 }
166.howtogetpara {
167 font-size: 9pt;
168 color: #00FF00;
169 margin-top: 2pt;
170 margin-bottom: 2pt;
171 }
172.reltop {
173 background: #000000;
174 color:#00FF00;
175 font-size:10pt;
176 font-weight:bold;
177 margin-top: 20pt;
178 margin-bottom: 2pt;
179 }
75.relatedbody
76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
180
77
181/* Style classes Webtop context */
78.wide
79 { width: 100%; }
182
80
183.ContentCell { background: #000000; }
81.topalign
82 { vertical-align: top; border: 1px; }
83
84.bug
85 { color: red; border: 1px solid red; }
86
87
88/* HIGH CONTRAST SPECIFIC SETTINGS */
89
90body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
91 { background: #000000; color: #00FF00; }
92
93.related
94 { border-top: 1px solid #00FF00; }
95
96.howtogetheader
97 { border: 1px solid #EFEFEF; background: #000000; }
98
99h1
100 { border-bottom: 1px solid #00FF00; }
101
102.howtoget
103 { background:#000000; }
104
105.howtogetbody
106 { background:#000000; }
107
108.debug
109 { border: 1px solid red; padding: 3px; display: none; }
110
111a
112 { color: #00FF00; }