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
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
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 #1 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                                       +
34 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
35 */
36 
37 
38 /* Main Styles */
39 body                       { background: #000000; }
40 p                          {
41                              font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans;
42                              font-size: 9pt;
43                              color: #FFFF00;
44                            }
45 td                         {
46                              color: #FFFF00;
47                              margin-left: 0pt;
48                            }
49 th                         { color:#FFFF00;
50                              align: left;
51                              margin-left: 0pt;
52                              font-weight:bold;
53                            }
54 
55 /* Link styles */
56 
57 .ContentLink               {
58                              color:#FFFF00;
59                              font-weight: bold;
60                              font-decoration: none;
61                            }
62 .ContentLink:hover         { font-decoration: underline; }
63 
64 /* Style classes simple paragraphs */
65 
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                            }
81 
82 /* Style classes headings */
83 
84 
85 h1, .Head1                 {
86                              font-family: Arial,Helvetica,Albany,lucidux sans;
87                              color:#FFFF00;
88                              font-size:18pt;
89                              font-weight: bold;
90                              margin-top: 5pt;
91                            }
92 h2, .Head2                 {
93                              font-family: Arial,Helvetica,Albany,lucidux sans;
94                              color:#FFFF00;
95                              font-size:14pt;
96                              font-weight: bold;
97                              margin-top: 20pt;
98                              margin-bottom: 2pt;
99                            }
100 h3, .Head3                 {
101                              font-family: Arial,Helvetica,Albany,lucidux sans;
102                              color:#FFFF00;
103                              font-size:12pt;
104                              font-weight:bold;
105                              margin-top: 25pt;
106                              margin-bottom: 2pt;
107                            }
108 h4, .Head4                 {
109                              font-family: Arial,Helvetica,Albany,lucidux sans;
110                              color:#FFFF00;
111                              font-size:10pt;
112                              font-weight:bold;
113                              margin-top: 20pt;
114                              margin-bottom: 2pt;
115                            }
116 h5, .Head5                 {
117                              font-family: Arial,Helvetica,Albany,lucidux sans;
118                              color:#FFFF00;
119                              font-size:10pt;
120                              margin-top: 15pt;
121                              margin-bottom: 2pt;
122                            }
123 h6, .Head6                 {
124                              font-family: Arial,Helvetica,Albany,lucidux sans;
125                              color:#FFFF00;
126                              font-size:10pt;
127                              margin-top: 15pt;
128                              margin-bottom: 2pt;
129                            }
130 
131 /* Style classes tables */
132 
133 .TextInTable               {
134                              color:#FFFF00;
135                              align: left;
136                              margin-left: 0pt;
137                            }
138 .TableHead                 {
139                              color:#FFFF00;
140                              align: left;
141                              font-weight:bold;
142                            }
143 
144 /* Style classes spans */
145 .emph                      { font-weight: bold; }
146 
147 /* Style classes special context */
148 
149 .tablebg                   { background: #000000; }
150 .tableheadbg               { background: #000000; }
151 .tabledatabg               { background: #000000; }
152 
153 .doctitlebg                { background: #000000; }
154 .doctablebg                { background: #000000; }
155 
156 .howtogetheader            {
157                              font-weight: bold;
158                              color: #FFFF00;
159                              background: #000000;
160                            }
161 .howtogetbody              {
162                              font-size: 9pt;
163                              color: #FFFF00;
164                              background: #000000;
165                            }
166 .howtogetpara              {
167                              font-size: 9pt;
168                              color: #FFFF00;
169                              margin-top: 2pt;
170                              margin-bottom: 2pt;
171                            }
172 .reltop                    {
173                              background: #000000;
174                              color:#FFFF00;
175                              font-size:10pt;
176                              font-weight:bold;
177                              margin-top: 20pt;
178                              margin-bottom: 2pt;
179                            }
180 
181 /* Style classes Webtop context */
182 
183 .ContentCell               { background: #000000; }