diff options
Diffstat (limited to 'helpcontent2/source/auxiliary/ko/highcontrast1.css')
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/highcontrast1.css | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/helpcontent2/source/auxiliary/ko/highcontrast1.css b/helpcontent2/source/auxiliary/ko/highcontrast1.css new file mode 100755 index 0000000000..265361c2c4 --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/highcontrast1.css @@ -0,0 +1,74 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ KOREAN + ++-------------------------------------------------------------------+ ++ 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: #FFFF00; line-height: 100%;} +p.cjk { font-family: SunGulim,Andale Sans UI,myeongjo; font-size: 10pt; color: #FFFF00; line-height: 130%;} +td { color:#FFFF00; margin-left: 0pt; } +th { color:#FFFF00; align: left; margin-left: 0pt; font-weight:normal; } + +/* Link styles */ + +.ContentLink { color:#FFFF00; 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:#FFFF00; font-size:18pt; font-weight: bold; margin-top: 5pt;} +h2.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFF00; 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:#FFFF00; 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:#FFFF00; 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:#FFFF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;} +h6.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;} + +h1.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFF00; font-size:18pt; font-weight: bold; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFF00; font-size:16pt; font-weight: bold; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h3.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFF00; font-size:14pt; font-weight:bold; margin-top: 25pt; margin-bottom: 2pt; line-height: 130%;} +h4.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFF00; font-size:12pt; font-weight:bold; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h5.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} + +/* Style classes tables */ + +.TextInTable { color:#FFFF00; align: left; margin-left: 0pt; line-height: 130%;} +.TableHead { color:#FFFF00; 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: #FFFF00; } +.doctablebg { background: #FFFF00; } + +.howtogetheader { font-weight: normal; color: #FFFF00; background: #000000; } +.howtogetbody { font-size: 10pt; color: #FFFF00; background: #000000; line-height: 130%;} +.howtogetpara { font-size: 10pt; color: #FFFF00; margin-top: 2pt; margin-bottom: 2pt; line-height: 130%;} +.reltop { background: #000000; color:#FFFF00; font-size:12pt; font-weight:normal; margin-top: 20pt; margin-bottom: 2pt;} + +/* Style classes Webtop context */ + +.ContentCell { background: #000000; } |