summaryrefslogtreecommitdiff
path: root/helpcontent2/source/auxiliary/en-US/highcontrastwhite.css
blob: 8c0a14545519178684643d08c8d40734277521f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                          STAROFFICE 6.0 HELP                      +
+                    HIGH CONTRAST WHITE STYLESHEET                 +
+                           WESTERN LANGUAGES                       +
+-------------------------------------------------------------------+
+ This stylesheet defines the appearance of the online help files.  +
+ It is language dependent and located in {installdir}/help/{lang}  +
+-------------------------------------------------------------------+
+ (c) 2001 Sun Microsystems, Inc. All Rights Reserved               +
+-------------------------------------------------------------------+
+ Last changes: 11-JUL-02 FPE                                       +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* Main Styles */
body                       { background: #FFFFFF; }
p                          { 
                             font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans;
                             font-size: 9pt; 
                             color: #000000;
                           }
td                         { 
                             color: #000000;
                             margin-left: 0pt; 
                           }
th                         { color:#000000; 
                             align: left; 
                             margin-left: 0pt; 
                             font-weight:bold;
                           }

/* Link styles */

.ContentLink               { 
                             color:#000000; 
                             font-weight: bold; 
                             font-decoration: none; 
                           }
.ContentLink:hover         { font-decoration: underline; }

/* Style classes simple paragraphs */

.Paragraph                 { 
                             margin-left: 0pt;  
                             margin-top: 7pt; 
                             margin-bottom: 7pt;
                           }
.ParaList                  { 
                             margin-left: 20pt; 
                             margin-top: 2pt; 
                             margin-bottom: 2pt; 
                           }
.PropText                  { 
                             font-family: Cumberland,Courier New,Courier; 
                             margin-top: 2pt; 
                             margin-bottom: 2pt; 
                           }

/* Style classes headings */


h1, .Head1                 { 
                             font-family: Arial,Helvetica,Albany,lucidux sans; 
                             color:#000000; 
                             font-size:18pt; 
                             font-weight: bold; 
                             margin-top: 5pt; 
                           }
h2, .Head2                 { 
                             font-family: Arial,Helvetica,Albany,lucidux sans; 
                             color:#000000; 
                             font-size:14pt; 
                             font-weight: bold; 
                             margin-top: 20pt; 
                             margin-bottom: 2pt;
                           }
h3, .Head3                 { 
                             font-family: Arial,Helvetica,Albany,lucidux sans; 
                             color:#000000; 
                             font-size:12pt; 
                             font-weight:bold; 
                             margin-top: 25pt; 
                             margin-bottom: 2pt;
                           } 
h4, .Head4                 { 
                             font-family: Arial,Helvetica,Albany,lucidux sans; 
                             color:#000000; 
                             font-size:10pt; 
                             font-weight:bold; 
                             margin-top: 20pt; 
                             margin-bottom: 2pt;
                           }
h5, .Head5                 { 
                             font-family: Arial,Helvetica,Albany,lucidux sans; 
                             color:#000000; 
                             font-size:10pt; 
                             margin-top: 15pt; 
                             margin-bottom: 2pt;
                           }
h6, .Head6                 { 
                             font-family: Arial,Helvetica,Albany,lucidux sans; 
                             color:#000000; 
                             font-size:10pt; 
                             margin-top: 15pt; 
                             margin-bottom: 2pt;
                           }

/* Style classes tables */

.TextInTable               { 
                             color:#000000; 
                             align: left; 
                             margin-left: 0pt; 
                           }
.TableHead                 { 
                             color:#000000; 
                             align: left; 
                             font-weight:bold; 
                           }

/* Style classes spans */
.emph                      { font-weight: bold; }

/* Style classes special context */

.tablebg                   { background: #FFFFFF; }
.tableheadbg               { background: #FFFFFF; }
.tabledatabg               { background: #FFFFFF; }

.doctitlebg                { background: #FFFFFF; }
.doctablebg                { background: #FFFFFF; }

.howtogetheader            { 
                             font-weight: bold; 
                             color: #000000; 
                             background: #FFFFFF; 
                           }
.howtogetbody              { 
                             font-size: 9pt; 
                             color: #000000; 
                             background: #FFFFFF; 
                           }
.howtogetpara              { 
                             font-size: 9pt; 
                             color: #000000; 
                             margin-top: 2pt; 
                             margin-bottom: 2pt;
                           }
.reltop                    { 
                             background: #FFFFFF; 
                             color:#000000; 
                             font-size:10pt; 
                             font-weight:bold; 
                             margin-top: 20pt; 
                             margin-bottom: 2pt;
                           }

/* Style classes Webtop context */

.ContentCell               { background: #FFFFFF; }