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 | |
parent | 3a37a108a483a01652f86be6d6a5b86f6109e893 (diff) |
it/CVS
Diffstat (limited to 'helpcontent2')
55 files changed, 3010 insertions, 0 deletions
diff --git a/helpcontent2/source/auxiliary/it/default.css b/helpcontent2/source/auxiliary/it/default.css new file mode 100755 index 0000000000..a35f8dd14f --- /dev/null +++ b/helpcontent2/source/auxiliary/it/default.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #FFFFFF; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #000000; + } +td { + color: #000000; + margin-left: 0pt; + } +th { color:#000066; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#000066; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#000000; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#000066; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #FFFFFF; } +.tableheadbg { background: #FFFFFF; } +.tabledatabg { background: #FFFFFF; } + +.doctitlebg { background: #FFFFFF; } +.doctablebg { background: #FFFFFF; } + +.howtogetheader { + font-weight: bold; + color: #000033; + background: #DDDDDD; + } +.howtogetbody { + font-size: 9pt; + color: #000000; + background: #EEEEEE; + } +.howtogetpara { + font-size: 9pt; + color: #000000; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #EEEEEE; + color:#000066; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #FFFFFF; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/it/highcontrast1.css b/helpcontent2/source/auxiliary/it/highcontrast1.css new file mode 100755 index 0000000000..b807a5895f --- /dev/null +++ b/helpcontent2/source/auxiliary/it/highcontrast1.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #000000; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #FFFF00; + } +td { + color: #FFFF00; + margin-left: 0pt; + } +th { color:#FFFF00; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#FFFF00; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#FFFF00; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#FFFF00; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #000000; } +.tableheadbg { background: #000000; } +.tabledatabg { background: #000000; } + +.doctitlebg { background: #000000; } +.doctablebg { background: #000000; } + +.howtogetheader { + font-weight: bold; + color: #FFFF00; + background: #000000; + } +.howtogetbody { + font-size: 9pt; + color: #FFFF00; + background: #000000; + } +.howtogetpara { + font-size: 9pt; + color: #FFFF00; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #000000; + color:#FFFF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #000000; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/it/highcontrast2.css b/helpcontent2/source/auxiliary/it/highcontrast2.css new file mode 100755 index 0000000000..ed404b76d9 --- /dev/null +++ b/helpcontent2/source/auxiliary/it/highcontrast2.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #000000; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #00FF00; + } +td { + color: #00FF00; + margin-left: 0pt; + } +th { color:#00FF00; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#00FF00; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#00FF00; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#00FF00; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #000000; } +.tableheadbg { background: #000000; } +.tabledatabg { background: #000000; } + +.doctitlebg { background: #000000; } +.doctablebg { background: #000000; } + +.howtogetheader { + font-weight: bold; + color: #00FF00; + background: #000000; + } +.howtogetbody { + font-size: 9pt; + color: #00FF00; + background: #000000; + } +.howtogetpara { + font-size: 9pt; + color: #00FF00; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #000000; + color:#00FF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #000000; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/it/highcontrastblack.css b/helpcontent2/source/auxiliary/it/highcontrastblack.css new file mode 100755 index 0000000000..b57ea899c6 --- /dev/null +++ b/helpcontent2/source/auxiliary/it/highcontrastblack.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #000000; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #FFFFFF; + } +td { + color: #FFFFFF; + margin-left: 0pt; + } +th { color:#FFFFFF; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#FFFFFF; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#FFFFFF; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#FFFFFF; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #000000; } +.tableheadbg { background: #000000; } +.tabledatabg { background: #000000; } + +.doctitlebg { background: #000000; } +.doctablebg { background: #000000; } + +.howtogetheader { + font-weight: bold; + color: #FFFFFF; + background: #000000; + } +.howtogetbody { + font-size: 9pt; + color: #FFFFFF; + background: #000000; + } +.howtogetpara { + font-size: 9pt; + color: #FFFFFF; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #000000; + color:#FFFFFF; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #000000; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/it/highcontrastwhite.css b/helpcontent2/source/auxiliary/it/highcontrastwhite.css new file mode 100755 index 0000000000..43a6fce82d --- /dev/null +++ b/helpcontent2/source/auxiliary/it/highcontrastwhite.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #FFFFFF; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #000000; + } +td { + color: #000000; + margin-left: 0pt; + } +th { color:#000000; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#000000; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#000000; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#000000; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #FFFFFF; } +.tableheadbg { background: #FFFFFF; } +.tabledatabg { background: #FFFFFF; } + +.doctitlebg { background: #FFFFFF; } +.doctablebg { background: #FFFFFF; } + +.howtogetheader { + font-weight: bold; + color: #000000; + background: #FFFFFF; + } +.howtogetbody { + font-size: 9pt; + color: #000000; + background: #FFFFFF; + } +.howtogetpara { + font-size: 9pt; + color: #000000; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #FFFFFF; + color:#000000; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #FFFFFF; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/it/sbasic.cfg b/helpcontent2/source/auxiliary/it/sbasic.cfg new file mode 100755 index 0000000000..6e84149216 --- /dev/null +++ b/helpcontent2/source/auxiliary/it/sbasic.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Basic +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=it +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/scalc.cfg b/helpcontent2/source/auxiliary/it/scalc.cfg new file mode 100755 index 0000000000..417254539d --- /dev/null +++ b/helpcontent2/source/auxiliary/it/scalc.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Calc +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=it +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/sdraw.cfg b/helpcontent2/source/auxiliary/it/sdraw.cfg new file mode 100755 index 0000000000..e9d7ff4143 --- /dev/null +++ b/helpcontent2/source/auxiliary/it/sdraw.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Draw +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=it +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/simpress.cfg b/helpcontent2/source/auxiliary/it/simpress.cfg new file mode 100755 index 0000000000..993e8f254c --- /dev/null +++ b/helpcontent2/source/auxiliary/it/simpress.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Impress +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=it +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/smath.cfg b/helpcontent2/source/auxiliary/it/smath.cfg new file mode 100755 index 0000000000..472da5240b --- /dev/null +++ b/helpcontent2/source/auxiliary/it/smath.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Math +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=it +Order=6 +Start=text%2Fmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/it/swriter.cfg b/helpcontent2/source/auxiliary/it/swriter.cfg new file mode 100755 index 0000000000..36bd48518a --- /dev/null +++ b/helpcontent2/source/auxiliary/it/swriter.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Writer +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=it +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/default.css b/helpcontent2/source/auxiliary/ja/default.css new file mode 100755 index 0000000000..56e866e141 --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/default.css @@ -0,0 +1,74 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ DEFAULT 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: #000000; line-height: 100%;} +p.cjk { font-family: MS P Gothic,Andale Sans UI,HG Mincho Light J,minchol,mincho; 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: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#000066; 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:#000066; 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:#000066; 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:#000066; 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:#000066; 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:#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: #FFFFFF; } +.doctablebg { background: #FFFFFF; } + +.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/ja/highcontrast1.css b/helpcontent2/source/auxiliary/ja/highcontrast1.css new file mode 100755 index 0000000000..e215924680 --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/highcontrast1.css @@ -0,0 +1,74 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ HIGH CONTRAST#1 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: #FFFF00; line-height: 100%;} +p.cjk { font-family: MS P Gothic,Andale Sans UI,HG Mincho Light J,minchol,mincho; 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: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#FFFF00; 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:#FFFF00; 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:#FFFF00; 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:#FFFF00; 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:#FFFF00; 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:#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: #000000; } +.doctablebg { background: #000000; } + +.howtogetheader { font-weight: normal; color: #FFFF00; background: #DDDDDD; } +.howtogetbody { font-size: 10pt; color: #FFFF00; background: #EEEEEE; line-height: 130%;} +.howtogetpara { font-size: 10pt; color: #FFFF00; margin-top: 2pt; margin-bottom: 2pt; line-height: 130%;} +.reltop { background: #EEEEEE; 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/ja/highcontrast2.css b/helpcontent2/source/auxiliary/ja/highcontrast2.css new file mode 100755 index 0000000000..2bcc1906e5 --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/highcontrast2.css @@ -0,0 +1,74 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ 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; } diff --git a/helpcontent2/source/auxiliary/ja/highcontrastblack.css b/helpcontent2/source/auxiliary/ja/highcontrastblack.css new file mode 100755 index 0000000000..0619eb4ab7 --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/highcontrastblack.css @@ -0,0 +1,74 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ HIGH CONTRAST BLACK 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: #FFFFFF; line-height: 100%;} +p.cjk { font-family: MS P Gothic,Andale Sans UI,HG Mincho Light J,minchol,mincho; 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: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#FFFFFF; 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:#FFFFFF; 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:#FFFFFF; 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:#FFFFFF; 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:#FFFFFF; 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:#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: #000000; } +.doctablebg { background: #000000; } + +.howtogetheader { font-weight: normal; color: #FFFFFF; background: #DDDDDD; } +.howtogetbody { font-size: 10pt; color: #FFFFFF; background: #EEEEEE; line-height: 130%;} +.howtogetpara { font-size: 10pt; color: #FFFFFF; margin-top: 2pt; margin-bottom: 2pt; line-height: 130%;} +.reltop { background: #EEEEEE; 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/ja/highcontrastwhite.css b/helpcontent2/source/auxiliary/ja/highcontrastwhite.css new file mode 100755 index 0000000000..136dfbc17b --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/highcontrastwhite.css @@ -0,0 +1,74 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ HIGH CONTRAST BLACK 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: #000000; line-height: 100%;} +p.cjk { font-family: MS P Gothic,Andale Sans UI,HG Mincho Light J,minchol,mincho; 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: MS P Gothic,MS Gothic,Andale Sans UI,minchol,mincho; color:#000000; 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:#000000; 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:#000000; 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:#000000; 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:#000000; 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:#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: #FFFFFF; } +.doctablebg { background: #FFFFFF; } + +.howtogetheader { font-weight: normal; color: #000000; 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:#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/ja/sbasic.cfg b/helpcontent2/source/auxiliary/ja/sbasic.cfg new file mode 100755 index 0000000000..cbc72d2857 --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/sbasic.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Basic +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ja-JP +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/scalc.cfg b/helpcontent2/source/auxiliary/ja/scalc.cfg new file mode 100755 index 0000000000..c81751e1c8 --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/scalc.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Calc +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ja-JP +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/sdraw.cfg b/helpcontent2/source/auxiliary/ja/sdraw.cfg new file mode 100755 index 0000000000..aec1ddc4b5 --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/sdraw.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Draw +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ja-JP +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/simpress.cfg b/helpcontent2/source/auxiliary/ja/simpress.cfg new file mode 100755 index 0000000000..6ea9f2ff0d --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/simpress.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Impress +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ja-JP +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/smath.cfg b/helpcontent2/source/auxiliary/ja/smath.cfg new file mode 100755 index 0000000000..e1be8fd87a --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/smath.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Math +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ja-JP +Order=6 +Start=text%2Fmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ja/swriter.cfg b/helpcontent2/source/auxiliary/ja/swriter.cfg new file mode 100755 index 0000000000..e8112a8835 --- /dev/null +++ b/helpcontent2/source/auxiliary/ja/swriter.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Writer +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=ja-JP +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER +07.07.04 00:00:00 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 diff --git a/helpcontent2/source/auxiliary/sv/default.css b/helpcontent2/source/auxiliary/sv/default.css new file mode 100755 index 0000000000..a35f8dd14f --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/default.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #FFFFFF; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #000000; + } +td { + color: #000000; + margin-left: 0pt; + } +th { color:#000066; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#000066; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000066; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#000000; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#000066; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #FFFFFF; } +.tableheadbg { background: #FFFFFF; } +.tabledatabg { background: #FFFFFF; } + +.doctitlebg { background: #FFFFFF; } +.doctablebg { background: #FFFFFF; } + +.howtogetheader { + font-weight: bold; + color: #000033; + background: #DDDDDD; + } +.howtogetbody { + font-size: 9pt; + color: #000000; + background: #EEEEEE; + } +.howtogetpara { + font-size: 9pt; + color: #000000; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #EEEEEE; + color:#000066; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #FFFFFF; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/sv/highcontrast1.css b/helpcontent2/source/auxiliary/sv/highcontrast1.css new file mode 100755 index 0000000000..b807a5895f --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/highcontrast1.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #000000; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #FFFF00; + } +td { + color: #FFFF00; + margin-left: 0pt; + } +th { color:#FFFF00; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#FFFF00; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFF00; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#FFFF00; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#FFFF00; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #000000; } +.tableheadbg { background: #000000; } +.tabledatabg { background: #000000; } + +.doctitlebg { background: #000000; } +.doctablebg { background: #000000; } + +.howtogetheader { + font-weight: bold; + color: #FFFF00; + background: #000000; + } +.howtogetbody { + font-size: 9pt; + color: #FFFF00; + background: #000000; + } +.howtogetpara { + font-size: 9pt; + color: #FFFF00; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #000000; + color:#FFFF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #000000; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/sv/highcontrast2.css b/helpcontent2/source/auxiliary/sv/highcontrast2.css new file mode 100755 index 0000000000..ed404b76d9 --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/highcontrast2.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #000000; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #00FF00; + } +td { + color: #00FF00; + margin-left: 0pt; + } +th { color:#00FF00; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#00FF00; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#00FF00; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#00FF00; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#00FF00; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #000000; } +.tableheadbg { background: #000000; } +.tabledatabg { background: #000000; } + +.doctitlebg { background: #000000; } +.doctablebg { background: #000000; } + +.howtogetheader { + font-weight: bold; + color: #00FF00; + background: #000000; + } +.howtogetbody { + font-size: 9pt; + color: #00FF00; + background: #000000; + } +.howtogetpara { + font-size: 9pt; + color: #00FF00; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #000000; + color:#00FF00; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #000000; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/sv/highcontrastblack.css b/helpcontent2/source/auxiliary/sv/highcontrastblack.css new file mode 100755 index 0000000000..b57ea899c6 --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/highcontrastblack.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #000000; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #FFFFFF; + } +td { + color: #FFFFFF; + margin-left: 0pt; + } +th { color:#FFFFFF; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#FFFFFF; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#FFFFFF; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#FFFFFF; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#FFFFFF; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #000000; } +.tableheadbg { background: #000000; } +.tabledatabg { background: #000000; } + +.doctitlebg { background: #000000; } +.doctablebg { background: #000000; } + +.howtogetheader { + font-weight: bold; + color: #FFFFFF; + background: #000000; + } +.howtogetbody { + font-size: 9pt; + color: #FFFFFF; + background: #000000; + } +.howtogetpara { + font-size: 9pt; + color: #FFFFFF; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #000000; + color:#FFFFFF; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #000000; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/sv/highcontrastwhite.css b/helpcontent2/source/auxiliary/sv/highcontrastwhite.css new file mode 100755 index 0000000000..43a6fce82d --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/highcontrastwhite.css @@ -0,0 +1,162 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STAROFFICE 6.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++-------------------------------------------------------------------+ ++ 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: 11-JUL-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body { background: #FFFFFF; } +p { + font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; + font-size: 9pt; + color: #000000; + } +td { + color: #000000; + margin-left: 0pt; + } +th { color:#000000; + align: left; + margin-left: 0pt; + font-weight:bold; + } + +/* Link styles */ + +.ContentLink { + color:#000000; + font-weight: bold; + font-decoration: none; + } +.ContentLink:hover { 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, .Head1 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:18pt; + font-weight: bold; + margin-top: 5pt; + } +h2, .Head2 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:14pt; + font-weight: bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h3, .Head3 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:12pt; + font-weight:bold; + margin-top: 25pt; + margin-bottom: 2pt; + } +h4, .Head4 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } +h5, .Head5 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } +h6, .Head6 { + font-family: Arial,Helvetica,Albany,lucidux sans; + color:#000000; + font-size:10pt; + margin-top: 15pt; + margin-bottom: 2pt; + } + +/* Style classes tables */ + +.TextInTable { + color:#000000; + align: left; + margin-left: 0pt; + } +.TableHead { + color:#000000; + align: left; + font-weight:bold; + } + +/* Style classes spans */ +.emph { font-weight: bold; } + +/* Style classes special context */ + +.tablebg { background: #FFFFFF; } +.tableheadbg { background: #FFFFFF; } +.tabledatabg { background: #FFFFFF; } + +.doctitlebg { background: #FFFFFF; } +.doctablebg { background: #FFFFFF; } + +.howtogetheader { + font-weight: bold; + color: #000000; + background: #FFFFFF; + } +.howtogetbody { + font-size: 9pt; + color: #000000; + background: #FFFFFF; + } +.howtogetpara { + font-size: 9pt; + color: #000000; + margin-top: 2pt; + margin-bottom: 2pt; + } +.reltop { + background: #FFFFFF; + color:#000000; + font-size:10pt; + font-weight:bold; + margin-top: 20pt; + margin-bottom: 2pt; + } + +/* Style classes Webtop context */ + +.ContentCell { background: #FFFFFF; }
\ No newline at end of file diff --git a/helpcontent2/source/auxiliary/sv/sbasic.cfg b/helpcontent2/source/auxiliary/sv/sbasic.cfg new file mode 100755 index 0000000000..91ad3c11db --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/sbasic.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Basic +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=sv-SE +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/scalc.cfg b/helpcontent2/source/auxiliary/sv/scalc.cfg new file mode 100755 index 0000000000..8f7bac9c14 --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/scalc.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Calc +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=sv-SE +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/sdraw.cfg b/helpcontent2/source/auxiliary/sv/sdraw.cfg new file mode 100755 index 0000000000..8700a22dc9 --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/sdraw.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Draw +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=sv-SE +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/simpress.cfg b/helpcontent2/source/auxiliary/sv/simpress.cfg new file mode 100755 index 0000000000..5e8bfd500a --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/simpress.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Impress +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=sv-SE +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/smath.cfg b/helpcontent2/source/auxiliary/sv/smath.cfg new file mode 100755 index 0000000000..22e230bed6 --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/smath.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Math +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=sv-SE +Order=6 +Start=text%2Fmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/sv/swriter.cfg b/helpcontent2/source/auxiliary/sv/swriter.cfg new file mode 100755 index 0000000000..41715971fc --- /dev/null +++ b/helpcontent2/source/auxiliary/sv/swriter.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Writer +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=sv-SE +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/default.css b/helpcontent2/source/auxiliary/zh-TW/default.css new file mode 100755 index 0000000000..6ec9dd978a --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/default.css @@ -0,0 +1,76 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ DEFAULT STYLESHEET + ++ CHINESE (TRADITIONAL) + ++-------------------------------------------------------------------+ ++ 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:21-FEB-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body {font-family: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5;} + +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: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5; 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:16pt; 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: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000066; font-size:16pt; font-weight: normal; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000066; font-size:16pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h3.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000066; font-size:14pt; font-weight: normal; margin-top: 25pt; margin-bottom: 2pt; line-height: 130%;} +h4.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000066; font-size:12pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h5.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000066; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; 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: #FFFFFF; } +.doctablebg { background: #FFFFFF; } + +.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/zh-TW/highcontrast1.css b/helpcontent2/source/auxiliary/zh-TW/highcontrast1.css new file mode 100755 index 0000000000..7c23918449 --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/highcontrast1.css @@ -0,0 +1,76 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ CHINESE (TRADITIONAL) + ++-------------------------------------------------------------------+ ++ 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:21-FEB-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body {font-family: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5;} + +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: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5; 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:16pt; 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: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFF00; font-size:16pt; font-weight: normal; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFF00; font-size:16pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h3.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFF00; font-size:14pt; font-weight: normal; margin-top: 25pt; margin-bottom: 2pt; line-height: 130%;} +h4.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFF00; font-size:12pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h5.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; 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: #000000; } +.doctablebg { background: #000000; } + +.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/zh-TW/highcontrast2.css b/helpcontent2/source/auxiliary/zh-TW/highcontrast2.css new file mode 100755 index 0000000000..f4567dd1d1 --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/highcontrast2.css @@ -0,0 +1,76 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ CHINESE (TRADITIONAL) + ++-------------------------------------------------------------------+ ++ 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:21-FEB-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body {font-family: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5;} + +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: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5; 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:16pt; 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: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#00FF00; font-size:16pt; font-weight: normal; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#00FF00; font-size:16pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h3.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#00FF00; font-size:14pt; font-weight: normal; margin-top: 25pt; margin-bottom: 2pt; line-height: 130%;} +h4.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#00FF00; font-size:12pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h5.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#00FF00; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; 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: #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/zh-TW/highcontrastblack.css b/helpcontent2/source/auxiliary/zh-TW/highcontrastblack.css new file mode 100755 index 0000000000..ee64d50eff --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/highcontrastblack.css @@ -0,0 +1,76 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ CHINESE (TRADITIONAL) + ++-------------------------------------------------------------------+ ++ 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:21-FEB-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body {font-family: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5;} + +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: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5; 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:16pt; 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: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFFFF; font-size:16pt; font-weight: normal; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFFFF; font-size:16pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h3.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFFFF; font-size:14pt; font-weight: normal; margin-top: 25pt; margin-bottom: 2pt; line-height: 130%;} +h4.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFFFF; font-size:12pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h5.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#FFFFFF; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; 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: #000000; } +.doctablebg { background: #000000; } + +.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/zh-TW/highcontrastwhite.css b/helpcontent2/source/auxiliary/zh-TW/highcontrastwhite.css new file mode 100755 index 0000000000..11e7fec784 --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/highcontrastwhite.css @@ -0,0 +1,76 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ STARSUITE 6.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ CHINESE (TRADITIONAL) + ++-------------------------------------------------------------------+ ++ 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:21-FEB-02 FPE + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +/* Main Styles */ +body {font-family: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5;} + +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: MingLiU,PMingLiU,MSung Light TC,Andale Sans UI,kai,ar pl mingti2l big5; 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:16pt; 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: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000000; font-size:16pt; font-weight: normal; margin-top: 5pt; line-height: 130%;} +h2.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000000; font-size:16pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h3.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000000; font-size:14pt; font-weight: normal; margin-top: 25pt; margin-bottom: 2pt; line-height: 130%;} +h4.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000000; font-size:12pt; font-weight: normal; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;} +h5.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; color:#000000; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;} +h6.cjk { font-family: Mingliu,Andale Sans UI,MSung Light TC,kai,ar pl mingti2l big5; 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: #FFFFFF; } +.doctablebg { background: #FFFFFF; } + +.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/zh-TW/sbasic.cfg b/helpcontent2/source/auxiliary/zh-TW/sbasic.cfg new file mode 100755 index 0000000000..f87caed9b3 --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/sbasic.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Basic +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=zh-TW +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/scalc.cfg b/helpcontent2/source/auxiliary/zh-TW/scalc.cfg new file mode 100755 index 0000000000..1690c8d85d --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/scalc.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Calc +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=zh-TW +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/sdraw.cfg b/helpcontent2/source/auxiliary/zh-TW/sdraw.cfg new file mode 100755 index 0000000000..f51b07b99b --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/sdraw.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Draw +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=zh-TW +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/simpress.cfg b/helpcontent2/source/auxiliary/zh-TW/simpress.cfg new file mode 100755 index 0000000000..23d978eae2 --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/simpress.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Impress +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=zh-TW +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/smath.cfg b/helpcontent2/source/auxiliary/zh-TW/smath.cfg new file mode 100755 index 0000000000..163256667a --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/smath.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Math +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=zh-TW +Order=6 +Start=text%2Fmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/zh-TW/swriter.cfg b/helpcontent2/source/auxiliary/zh-TW/swriter.cfg new file mode 100755 index 0000000000..297811ffe2 --- /dev/null +++ b/helpcontent2/source/auxiliary/zh-TW/swriter.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Writer +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=zh-TW +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER +07.07.04 00:00:00 |