1/*
2+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3+                          STAROFFICE 6.0 HELP                      +
4+                       HIGH CONTRAST #2 STYLESHEET                 +
5+                           WESTERN LANGUAGES                       +
6+-------------------------------------------------------------------+
7+ This stylesheet defines the appearance of the online help files.  +
8+ It is language dependent and located in {installdir}/help/{lang}  +
9+-------------------------------------------------------------------+
10+ (c) 2001 Sun Microsystems, Inc. All Rights Reserved               +
11+-------------------------------------------------------------------+
12+ Last changes: 11-JUL-02 FPE                                       +
13+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14*/
15
16
17/* Main Styles */
18body                       { background: #000000; }
19p                          {
20                             font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans;
21                             font-size: 9pt;
22                             color: #00FF00;
23                           }
24td                         {
25                             color: #00FF00;
26                             margin-left: 0pt;
27                           }
28th                         { color:#00FF00;
29                             align: left;
30                             margin-left: 0pt;
31                             font-weight:bold;
32                           }
33
34/* Link styles */
35
36.ContentLink               {
37                             color:#00FF00;
38                             font-weight: bold;
39                             font-decoration: none;
40                           }
41.ContentLink:hover         { font-decoration: underline; }
42
43/* Style classes simple paragraphs */
44
45.Paragraph                 {
46                             margin-left: 0pt;
47                             margin-top: 7pt;
48                             margin-bottom: 7pt;
49                           }
50.ParaList                  {
51                             margin-left: 20pt;
52                             margin-top: 2pt;
53                             margin-bottom: 2pt;
54                           }
55.PropText                  {
56                             font-family: Cumberland,Courier New,Courier;
57                             margin-top: 2pt;
58                             margin-bottom: 2pt;
59                           }
60
61/* Style classes headings */
62
63
64h1, .Head1                 {
65                             font-family: Arial,Helvetica,Albany,lucidux sans;
66                             color:#00FF00;
67                             font-size:18pt;
68                             font-weight: bold;
69                             margin-top: 5pt;
70                           }
71h2, .Head2                 {
72                             font-family: Arial,Helvetica,Albany,lucidux sans;
73                             color:#00FF00;
74                             font-size:14pt;
75                             font-weight: bold;
76                             margin-top: 20pt;
77                             margin-bottom: 2pt;
78                           }
79h3, .Head3                 {
80                             font-family: Arial,Helvetica,Albany,lucidux sans;
81                             color:#00FF00;
82                             font-size:12pt;
83                             font-weight:bold;
84                             margin-top: 25pt;
85                             margin-bottom: 2pt;
86                           }
87h4, .Head4                 {
88                             font-family: Arial,Helvetica,Albany,lucidux sans;
89                             color:#00FF00;
90                             font-size:10pt;
91                             font-weight:bold;
92                             margin-top: 20pt;
93                             margin-bottom: 2pt;
94                           }
95h5, .Head5                 {
96                             font-family: Arial,Helvetica,Albany,lucidux sans;
97                             color:#00FF00;
98                             font-size:10pt;
99                             margin-top: 15pt;
100                             margin-bottom: 2pt;
101                           }
102h6, .Head6                 {
103                             font-family: Arial,Helvetica,Albany,lucidux sans;
104                             color:#00FF00;
105                             font-size:10pt;
106                             margin-top: 15pt;
107                             margin-bottom: 2pt;
108                           }
109
110/* Style classes tables */
111
112.TextInTable               {
113                             color:#00FF00;
114                             align: left;
115                             margin-left: 0pt;
116                           }
117.TableHead                 {
118                             color:#00FF00;
119                             align: left;
120                             font-weight:bold;
121                           }
122
123/* Style classes spans */
124.emph                      { font-weight: bold; }
125
126/* Style classes special context */
127
128.tablebg                   { background: #000000; }
129.tableheadbg               { background: #000000; }
130.tabledatabg               { background: #000000; }
131
132.doctitlebg                { background: #000000; }
133.doctablebg                { background: #000000; }
134
135.howtogetheader            {
136                             font-weight: bold;
137                             color: #00FF00;
138                             background: #000000;
139                           }
140.howtogetbody              {
141                             font-size: 9pt;
142                             color: #00FF00;
143                             background: #000000;
144                           }
145.howtogetpara              {
146                             font-size: 9pt;
147                             color: #00FF00;
148                             margin-top: 2pt;
149                             margin-bottom: 2pt;
150                           }
151.reltop                    {
152                             background: #000000;
153                             color:#00FF00;
154                             font-size:10pt;
155                             font-weight:bold;
156                             margin-top: 20pt;
157                             margin-bottom: 2pt;
158                           }
159
160/* Style classes Webtop context */
161
162.ContentCell               { background: #000000; }