forked from amazingfate/help
75 lines
5.1 KiB
CSS
Executable File
75 lines
5.1 KiB
CSS
Executable File
/*
|
|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
+ STARSUITE 6.0 HELP +
|
|
+ HIGH CONTRAST#2 STYLESHEET +
|
|
+ JAPANESE +
|
|
+-------------------------------------------------------------------+
|
|
+ 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: 12-JUN-02 FPE +
|
|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
*/
|
|
|
|
|
|
/* Main Styles */
|
|
|
|
p.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; font-size: 10pt; color: #00FF00; line-height: 100%;}
|
|
p.cjk { font-family: MS P Gothic,Andale Sans UI,HG Mincho Light J,minchol,mincho; font-size: 10pt; color: #00FF00; line-height: 130%;}
|
|
td { color:#00FF00; margin-left: 0pt; }
|
|
th { color:#00FF00; align: left; margin-left: 0pt; font-weight:normal; }
|
|
|
|
/* Link styles */
|
|
|
|
.ContentLink { color:#00FF00; font-weight: normal; 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.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#00FF00; font-size:18pt; font-weight: bold; margin-top: 5pt; }
|
|
h2.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#00FF00; font-size:16pt; font-weight: bold; margin-top: 20pt; margin-bottom: 2pt;}
|
|
h3.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#00FF00; font-size:14pt; font-weight: bold; margin-top: 25pt; margin-bottom: 2pt;}
|
|
h4.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#00FF00; font-size:12pt; font-weight: bold; margin-top: 20pt; margin-bottom: 2pt;}
|
|
h5.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#00FF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;}
|
|
h6.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#00FF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;}
|
|
|
|
h1.cjk { font-family: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#00FF00; font-size:18pt; font-weight: normal; margin-top: 5pt; line-height: 130%;}
|
|
h2.cjk { font-family: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#00FF00; font-size:16pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;}
|
|
h3.cjk { font-family: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#00FF00; font-size:14pt; font-weight: normal; margin-top: 25pt; margin-bottom: 2pt; line-height: 130%;}
|
|
h4.cjk { font-family: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#00FF00; font-size:12pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;}
|
|
h5.cjk { font-family: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#00FF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;}
|
|
h6.cjk { font-family: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#00FF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;}
|
|
|
|
/* Style classes tables */
|
|
|
|
.TextInTable { color:#00FF00; align: left; margin-left: 0pt; line-height: 130%;}
|
|
.TableHead { color:#00FF00; align: left; font-weight:normal; }
|
|
|
|
/* Style classes spans */
|
|
.emph { font-weight: normal; }
|
|
|
|
/* Style classes special context */
|
|
|
|
.tablebg { background: #000000; }
|
|
.tableheadbg { background: #000000; }
|
|
.tabledatabg { background: #000000; }
|
|
|
|
.doctitlebg { background: #000000; }
|
|
.doctablebg { background: #000000; }
|
|
|
|
.howtogetheader { font-weight: normal; color: #00FF00; background: #DDDDDD; }
|
|
.howtogetbody { font-size: 10pt; color: #00FF00; background: #EEEEEE; line-height: 130%;}
|
|
.howtogetpara { font-size: 10pt; color: #00FF00; margin-top: 2pt; margin-bottom: 2pt; line-height: 130%;}
|
|
.reltop { background: #EEEEEE; color:#00FF00; font-size:12pt; font-weight:normal; margin-top: 20pt; margin-bottom: 2pt;}
|
|
|
|
/* Style classes Webtop context */
|
|
|
|
.ContentCell { background: #000000; }
|