Update ooo320-m1
[ooovba.git] / helpcontent2 / source / auxiliary / nl / highcontrastblack.css
blob6f083464db419deb6f98e4186ad37f217c247ab3
1 /*
2 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 + STAROFFICE 6.0 HELP +
4 + HIGH CONTRAST BLACK 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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
17 /* Main Styles */
18 body { background: #000000; }
19 p {
20 font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Verdana,Tahoma,Andale Sans,lucidux sans;
21 font-size: 9pt;
22 color: #FFFFFF;
24 td {
25 color: #FFFFFF;
26 margin-left: 0pt;
28 th { color:#FFFFFF;
29 align: left;
30 margin-left: 0pt;
31 font-weight:bold;
34 /* Link styles */
36 .ContentLink {
37 color:#FFFFFF;
38 font-weight: bold;
39 font-decoration: none;
41 .ContentLink:hover { font-decoration: underline; }
43 /* Style classes simple paragraphs */
45 .Paragraph {
46 margin-left: 0pt;
47 margin-top: 7pt;
48 margin-bottom: 7pt;
50 .ParaList {
51 margin-left: 20pt;
52 margin-top: 2pt;
53 margin-bottom: 2pt;
55 .PropText {
56 font-family: "Cumberland AMT",Cumberland,Courier New,Courier;
57 margin-top: 2pt;
58 margin-bottom: 2pt;
61 /* Style classes headings */
64 h1, .Head1 {
65 font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans;
66 color:#FFFFFF;
67 font-size:18pt;
68 font-weight: bold;
69 margin-top: 5pt;
71 h2, .Head2 {
72 font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans;
73 color:#FFFFFF;
74 font-size:14pt;
75 font-weight: bold;
76 margin-top: 20pt;
77 margin-bottom: 2pt;
79 h3, .Head3 {
80 font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans;
81 color:#FFFFFF;
82 font-size:12pt;
83 font-weight:bold;
84 margin-top: 25pt;
85 margin-bottom: 2pt;
87 h4, .Head4 {
88 font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans;
89 color:#FFFFFF;
90 font-size:10pt;
91 font-weight:bold;
92 margin-top: 20pt;
93 margin-bottom: 2pt;
95 h5, .Head5 {
96 font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans;
97 color:#FFFFFF;
98 font-size:10pt;
99 margin-top: 15pt;
100 margin-bottom: 2pt;
102 h6, .Head6 {
103 font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,lucidux sans;
104 color:#FFFFFF;
105 font-size:10pt;
106 margin-top: 15pt;
107 margin-bottom: 2pt;
110 /* Style classes tables */
112 .TextInTable {
113 color:#FFFFFF;
114 align: left;
115 margin-left: 0pt;
117 .TableHead {
118 color:#FFFFFF;
119 align: left;
120 font-weight:bold;
123 /* Style classes spans */
124 .emph { font-weight: bold; }
126 /* Style classes special context */
128 .tablebg { background: #000000; }
129 .tableheadbg { background: #000000; }
130 .tabledatabg { background: #000000; }
132 .doctitlebg { background: #000000; }
133 .doctablebg { background: #000000; }
135 .howtogetheader {
136 font-weight: bold;
137 color: #FFFFFF;
138 background: #000000;
140 .howtogetbody {
141 font-size: 9pt;
142 color: #FFFFFF;
143 background: #000000;
145 .howtogetpara {
146 font-size: 9pt;
147 color: #FFFFFF;
148 margin-top: 2pt;
149 margin-bottom: 2pt;
151 .reltop {
152 background: #000000;
153 color:#FFFFFF;
154 font-size:10pt;
155 font-weight:bold;
156 margin-top: 20pt;
157 margin-bottom: 2pt;
160 /* Style classes Webtop context */
162 .ContentCell { background: #000000; }