1*ae588b72SAndrew Rist/************************************************************** 2*ae588b72SAndrew Rist * 3*ae588b72SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*ae588b72SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*ae588b72SAndrew Rist * distributed with this work for additional information 6*ae588b72SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*ae588b72SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*ae588b72SAndrew Rist * "License"); you may not use this file except in compliance 9*ae588b72SAndrew Rist * with the License. You may obtain a copy of the License at 10*ae588b72SAndrew Rist * 11*ae588b72SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*ae588b72SAndrew Rist * 13*ae588b72SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*ae588b72SAndrew Rist * software distributed under the License is distributed on an 15*ae588b72SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*ae588b72SAndrew Rist * KIND, either express or implied. See the License for the 17*ae588b72SAndrew Rist * specific language governing permissions and limitations 18*ae588b72SAndrew Rist * under the License. 19*ae588b72SAndrew Rist * 20*ae588b72SAndrew Rist *************************************************************/ 21*ae588b72SAndrew Rist 22cdf0e10cSrcweir/* 23cdf0e10cSrcweir+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 24cdf0e10cSrcweir+ STAROFFICE 6.0 HELP + 25cdf0e10cSrcweir+ HIGH CONTRAST #1 STYLESHEET + 26cdf0e10cSrcweir+ WESTERN LANGUAGES + 27cdf0e10cSrcweir+-------------------------------------------------------------------+ 28cdf0e10cSrcweir+ This stylesheet defines the appearance of the online help files. + 29cdf0e10cSrcweir+ It is language dependent and located in {installdir}/help/{lang} + 30cdf0e10cSrcweir+-------------------------------------------------------------------+ 31cdf0e10cSrcweir+ (c) 2001 Sun Microsystems, Inc. All Rights Reserved + 32cdf0e10cSrcweir+-------------------------------------------------------------------+ 33cdf0e10cSrcweir+ Last changes: 11-JUL-02 FPE + 34cdf0e10cSrcweir+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 35cdf0e10cSrcweir*/ 36cdf0e10cSrcweir 37cdf0e10cSrcweir 38cdf0e10cSrcweir/* Main Styles */ 39cdf0e10cSrcweirbody { background: #000000; } 40cdf0e10cSrcweirp { 41cdf0e10cSrcweir font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; 42cdf0e10cSrcweir font-size: 9pt; 43cdf0e10cSrcweir color: #FFFF00; 44cdf0e10cSrcweir } 45cdf0e10cSrcweirtd { 46cdf0e10cSrcweir color: #FFFF00; 47cdf0e10cSrcweir margin-left: 0pt; 48cdf0e10cSrcweir } 49cdf0e10cSrcweirth { color:#FFFF00; 50cdf0e10cSrcweir align: left; 51cdf0e10cSrcweir margin-left: 0pt; 52cdf0e10cSrcweir font-weight:bold; 53cdf0e10cSrcweir } 54cdf0e10cSrcweir 55cdf0e10cSrcweir/* Link styles */ 56cdf0e10cSrcweir 57cdf0e10cSrcweir.ContentLink { 58cdf0e10cSrcweir color:#FFFF00; 59cdf0e10cSrcweir font-weight: bold; 60cdf0e10cSrcweir font-decoration: none; 61cdf0e10cSrcweir } 62cdf0e10cSrcweir.ContentLink:hover { font-decoration: underline; } 63cdf0e10cSrcweir 64cdf0e10cSrcweir/* Style classes simple paragraphs */ 65cdf0e10cSrcweir 66cdf0e10cSrcweir.Paragraph { 67cdf0e10cSrcweir margin-left: 0pt; 68cdf0e10cSrcweir margin-top: 7pt; 69cdf0e10cSrcweir margin-bottom: 7pt; 70cdf0e10cSrcweir } 71cdf0e10cSrcweir.ParaList { 72cdf0e10cSrcweir margin-left: 20pt; 73cdf0e10cSrcweir margin-top: 2pt; 74cdf0e10cSrcweir margin-bottom: 2pt; 75cdf0e10cSrcweir } 76cdf0e10cSrcweir.PropText { 77cdf0e10cSrcweir font-family: Cumberland,Courier New,Courier; 78cdf0e10cSrcweir margin-top: 2pt; 79cdf0e10cSrcweir margin-bottom: 2pt; 80cdf0e10cSrcweir } 81cdf0e10cSrcweir 82cdf0e10cSrcweir/* Style classes headings */ 83cdf0e10cSrcweir 84cdf0e10cSrcweir 85cdf0e10cSrcweirh1, .Head1 { 86cdf0e10cSrcweir font-family: Arial,Helvetica,Albany,lucidux sans; 87cdf0e10cSrcweir color:#FFFF00; 88cdf0e10cSrcweir font-size:18pt; 89cdf0e10cSrcweir font-weight: bold; 90cdf0e10cSrcweir margin-top: 5pt; 91cdf0e10cSrcweir } 92cdf0e10cSrcweirh2, .Head2 { 93cdf0e10cSrcweir font-family: Arial,Helvetica,Albany,lucidux sans; 94cdf0e10cSrcweir color:#FFFF00; 95cdf0e10cSrcweir font-size:14pt; 96cdf0e10cSrcweir font-weight: bold; 97cdf0e10cSrcweir margin-top: 20pt; 98cdf0e10cSrcweir margin-bottom: 2pt; 99cdf0e10cSrcweir } 100cdf0e10cSrcweirh3, .Head3 { 101cdf0e10cSrcweir font-family: Arial,Helvetica,Albany,lucidux sans; 102cdf0e10cSrcweir color:#FFFF00; 103cdf0e10cSrcweir font-size:12pt; 104cdf0e10cSrcweir font-weight:bold; 105cdf0e10cSrcweir margin-top: 25pt; 106cdf0e10cSrcweir margin-bottom: 2pt; 107cdf0e10cSrcweir } 108cdf0e10cSrcweirh4, .Head4 { 109cdf0e10cSrcweir font-family: Arial,Helvetica,Albany,lucidux sans; 110cdf0e10cSrcweir color:#FFFF00; 111cdf0e10cSrcweir font-size:10pt; 112cdf0e10cSrcweir font-weight:bold; 113cdf0e10cSrcweir margin-top: 20pt; 114cdf0e10cSrcweir margin-bottom: 2pt; 115cdf0e10cSrcweir } 116cdf0e10cSrcweirh5, .Head5 { 117cdf0e10cSrcweir font-family: Arial,Helvetica,Albany,lucidux sans; 118cdf0e10cSrcweir color:#FFFF00; 119cdf0e10cSrcweir font-size:10pt; 120cdf0e10cSrcweir margin-top: 15pt; 121cdf0e10cSrcweir margin-bottom: 2pt; 122cdf0e10cSrcweir } 123cdf0e10cSrcweirh6, .Head6 { 124cdf0e10cSrcweir font-family: Arial,Helvetica,Albany,lucidux sans; 125cdf0e10cSrcweir color:#FFFF00; 126cdf0e10cSrcweir font-size:10pt; 127cdf0e10cSrcweir margin-top: 15pt; 128cdf0e10cSrcweir margin-bottom: 2pt; 129cdf0e10cSrcweir } 130cdf0e10cSrcweir 131cdf0e10cSrcweir/* Style classes tables */ 132cdf0e10cSrcweir 133cdf0e10cSrcweir.TextInTable { 134cdf0e10cSrcweir color:#FFFF00; 135cdf0e10cSrcweir align: left; 136cdf0e10cSrcweir margin-left: 0pt; 137cdf0e10cSrcweir } 138cdf0e10cSrcweir.TableHead { 139cdf0e10cSrcweir color:#FFFF00; 140cdf0e10cSrcweir align: left; 141cdf0e10cSrcweir font-weight:bold; 142cdf0e10cSrcweir } 143cdf0e10cSrcweir 144cdf0e10cSrcweir/* Style classes spans */ 145cdf0e10cSrcweir.emph { font-weight: bold; } 146cdf0e10cSrcweir 147cdf0e10cSrcweir/* Style classes special context */ 148cdf0e10cSrcweir 149cdf0e10cSrcweir.tablebg { background: #000000; } 150cdf0e10cSrcweir.tableheadbg { background: #000000; } 151cdf0e10cSrcweir.tabledatabg { background: #000000; } 152cdf0e10cSrcweir 153cdf0e10cSrcweir.doctitlebg { background: #000000; } 154cdf0e10cSrcweir.doctablebg { background: #000000; } 155cdf0e10cSrcweir 156cdf0e10cSrcweir.howtogetheader { 157cdf0e10cSrcweir font-weight: bold; 158cdf0e10cSrcweir color: #FFFF00; 159cdf0e10cSrcweir background: #000000; 160cdf0e10cSrcweir } 161cdf0e10cSrcweir.howtogetbody { 162cdf0e10cSrcweir font-size: 9pt; 163cdf0e10cSrcweir color: #FFFF00; 164cdf0e10cSrcweir background: #000000; 165cdf0e10cSrcweir } 166cdf0e10cSrcweir.howtogetpara { 167cdf0e10cSrcweir font-size: 9pt; 168cdf0e10cSrcweir color: #FFFF00; 169cdf0e10cSrcweir margin-top: 2pt; 170cdf0e10cSrcweir margin-bottom: 2pt; 171cdf0e10cSrcweir } 172cdf0e10cSrcweir.reltop { 173cdf0e10cSrcweir background: #000000; 174cdf0e10cSrcweir color:#FFFF00; 175cdf0e10cSrcweir font-size:10pt; 176cdf0e10cSrcweir font-weight:bold; 177cdf0e10cSrcweir margin-top: 20pt; 178cdf0e10cSrcweir margin-bottom: 2pt; 179cdf0e10cSrcweir } 180cdf0e10cSrcweir 181cdf0e10cSrcweir/* Style classes Webtop context */ 182cdf0e10cSrcweir 183cdf0e10cSrcweir.ContentCell { background: #000000; }