diff options
author | Frank Peters <fpe@openoffice.org> | 2004-09-03 11:38:05 +0000 |
---|---|---|
committer | Frank Peters <fpe@openoffice.org> | 2004-09-03 11:38:05 +0000 |
commit | e34ae669c673022e8878b5627027625e10e8915f (patch) | |
tree | 40b6fe258937e76a8a82a0e0520355069a59c120 /helpcontent2/source/auxiliary/ko | |
parent | 3a37a108a483a01652f86be6d6a5b86f6109e893 (diff) |
it/CVS
Diffstat (limited to 'helpcontent2/source/auxiliary/ko')
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/default.css | 74 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/highcontrast1.css | 74 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/highcontrast2.css | 74 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/highcontrastblack.css | 74 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/highcontrastwhite.css | 74 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/sbasic.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/scalc.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/sdraw.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/simpress.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/smath.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/ko/swriter.cfg | 9 |
11 files changed, 424 insertions, 0 deletions
diff --git a/helpcontent2/source/auxiliary/ko/default.css b/helpcontent2/source/auxiliary/ko/default.css new file mode 100755 index 0000000000..ee8a528de2 --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/default.css @@ -0,0 +1,74 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ DEFAULT 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: 28-JAN-01 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ + +p.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; font-size: 10pt; color: #000000; line-height: 100%;} +p.cjk { font-family: SunGulim,Andale Sans UI,myeongjo; font-size: 10pt; color: #000000; line-height: 130%;} +td { color:#000000; margin-left: 0pt; } +th { color:#000066; align: left; margin-left: 0pt; font-weight:normal; } + +/* Link styles */ + +.ContentLink { color:#000066; 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:#000066; font-size:18pt; font-weight: bold; margin-top: 5pt;} +h2.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#000066; 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:#000066; 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:#000066; 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:#000066; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;} +h6.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#000066; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;} + +h1.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#000066; font-size:18pt; font-weight: bold; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#000066; 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:#000066; 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:#000066; 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:#000066; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#000066; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} + +/* Style classes tables */ + +.TextInTable { color:#000000; align: left; margin-left: 0pt; line-height: 130%;} +.TableHead { color:#000066; align: left; font-weight:normal; } + +/* Style classes spans */ +.emph { font-weight: normal; } + +/* Style classes special context */ + +.tablebg { background: #FFFFFF; } +.tableheadbg { background: #FFFFFF; } +.tabledatabg { background: #FFFFFF; } + +.doctitlebg { background: #000066; } +.doctablebg { background: #000066; } + +.howtogetheader { font-weight: normal; color: #000066; background: #DDDDDD; } +.howtogetbody { font-size: 10pt; color: #000000; background: #EEEEEE; line-height: 130%;} +.howtogetpara { font-size: 10pt; color: #000000; margin-top: 2pt; margin-bottom: 2pt; line-height: 130%;} +.reltop { background: #EEEEEE; color:#000066; font-size:12pt; font-weight:normal; margin-top: 20pt; margin-bottom: 2pt;} + +/* Style classes Webtop context */ + +.ContentCell { background: #FFFFFF; } 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; } diff --git a/helpcontent2/source/auxiliary/ko/highcontrast2.css b/helpcontent2/source/auxiliary/ko/highcontrast2.css new file mode 100755 index 0000000000..d9cff67176 --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/highcontrast2.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: #00FF00; line-height: 100%;} +p.cjk { font-family: SunGulim,Andale Sans UI,myeongjo; 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: SunGulim, Andale Sans UI,myeongjo; color:#00FF00; font-size:18pt; font-weight: bold; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#00FF00; 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:#00FF00; 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:#00FF00; 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:#00FF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; 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: #00FF00; } +.doctablebg { background: #00FF00; } + +.howtogetheader { font-weight: normal; color: #00FF00; background: #000000; } +.howtogetbody { font-size: 10pt; color: #00FF00; background: #000000; line-height: 130%;} +.howtogetpara { font-size: 10pt; color: #00FF00; margin-top: 2pt; margin-bottom: 2pt; line-height: 130%;} +.reltop { background: #000000; color:#00FF00; font-size:12pt; font-weight:normal; margin-top: 20pt; margin-bottom: 2pt;} + +/* Style classes Webtop context */ + +.ContentCell { background: #000000; } diff --git a/helpcontent2/source/auxiliary/ko/highcontrastblack.css b/helpcontent2/source/auxiliary/ko/highcontrastblack.css new file mode 100755 index 0000000000..155de79de7 --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/highcontrastblack.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: #FFFFFF; line-height: 100%;} +p.cjk { font-family: SunGulim,Andale Sans UI,myeongjo; font-size: 10pt; color: #FFFFFF; line-height: 130%;} +td { color:#FFFFFF; margin-left: 0pt; } +th { color:#FFFFFF; align: left; margin-left: 0pt; font-weight:normal; } + +/* Link styles */ + +.ContentLink { color:#FFFFFF; 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:#FFFFFF; font-size:18pt; font-weight: bold; margin-top: 5pt;} +h2.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFFFF; 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:#FFFFFF; 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:#FFFFFF; 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:#FFFFFF; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;} +h6.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFFFF; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;} + +h1.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFFFF; font-size:18pt; font-weight: bold; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFFFF; 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:#FFFFFF; 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:#FFFFFF; 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:#FFFFFF; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFFFF; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} + +/* Style classes tables */ + +.TextInTable { color:#FFFFFF; align: left; margin-left: 0pt; line-height: 130%;} +.TableHead { color:#FFFFFF; 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: #FFFFFF; } +.doctablebg { background: #FFFFFF; } + +.howtogetheader { font-weight: normal; color: #FFFFFF; background: #000000; } +.howtogetbody { font-size: 10pt; color: #FFFFFF; background: #000000; line-height: 130%;} +.howtogetpara { font-size: 10pt; color: #FFFFFF; margin-top: 2pt; margin-bottom: 2pt; line-height: 130%;} +.reltop { background: #000000; color:#FFFFFF; font-size:12pt; font-weight:normal; margin-top: 20pt; margin-bottom: 2pt;} + +/* Style classes Webtop context */ + +.ContentCell { background: #000000; } diff --git a/helpcontent2/source/auxiliary/ko/highcontrastwhite.css b/helpcontent2/source/auxiliary/ko/highcontrastwhite.css new file mode 100755 index 0000000000..851a3cd826 --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/highcontrastwhite.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: #000000; line-height: 100%;} +p.cjk { font-family: SunGulim,Andale Sans UI,myeongjo; font-size: 10pt; color: #000000; line-height: 130%;} +td { color:#000000; margin-left: 0pt; } +th { color:#000000; align: left; margin-left: 0pt; font-weight:normal; } + +/* Link styles */ + +.ContentLink { color:#000000; 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:#000000; font-size:18pt; font-weight: bold; margin-top: 5pt;} +h2.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#000000; 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:#000000; 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:#000000; 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:#000000; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;} +h6.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#000000; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;} + +h1.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#000000; font-size:18pt; font-weight: bold; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#000000; 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:#000000; 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:#000000; 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:#000000; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#000000; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} + +/* Style classes tables */ + +.TextInTable { color:#000000; align: left; margin-left: 0pt; line-height: 130%;} +.TableHead { color:#000000; align: left; font-weight:normal; } + +/* Style classes spans */ +.emph { font-weight: normal; } + +/* Style classes special context */ + +.tablebg { background: #FFFFFF; } +.tableheadbg { background: #FFFFFF; } +.tabledatabg { background: #FFFFFF; } + +.doctitlebg { background: #000000; } +.doctablebg { background: #000000; } + +.howtogetheader { font-weight: normal; color: #000000; background: #FFFFFF; } +.howtogetbody { font-size: 10pt; color: #000000; background: #FFFFFF; line-height: 130%;} +.howtogetpara { font-size: 10pt; color: #000000; margin-top: 2pt; margin-bottom: 2pt; line-height: 130%;} +.reltop { background: #FFFFFF; color:#000000; font-size:12pt; font-weight:normal; margin-top: 20pt; margin-bottom: 2pt;} + +/* Style classes Webtop context */ + +.ContentCell { background: #FFFFFF; } diff --git a/helpcontent2/source/auxiliary/ko/sbasic.cfg b/helpcontent2/source/auxiliary/ko/sbasic.cfg new file mode 100755 index 0000000000..819403ce5b --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/sbasic.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Basic +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ko +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/scalc.cfg b/helpcontent2/source/auxiliary/ko/scalc.cfg new file mode 100755 index 0000000000..2ab8bdbd99 --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/scalc.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Calc +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ko +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/sdraw.cfg b/helpcontent2/source/auxiliary/ko/sdraw.cfg new file mode 100755 index 0000000000..dd9e1a522d --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/sdraw.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Draw +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ko +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/simpress.cfg b/helpcontent2/source/auxiliary/ko/simpress.cfg new file mode 100755 index 0000000000..d038aa150e --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/simpress.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Impress +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ko +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/smath.cfg b/helpcontent2/source/auxiliary/ko/smath.cfg new file mode 100755 index 0000000000..8748b9c39c --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/smath.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Math +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ko +Order=6 +Start=text%2Fmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ko/swriter.cfg b/helpcontent2/source/auxiliary/ko/swriter.cfg new file mode 100755 index 0000000000..b7d8d88fb4 --- /dev/null +++ b/helpcontent2/source/auxiliary/ko/swriter.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Writer +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ko +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER +07.07.04 00:00:00 |