diff options
author | Frank Peters <fpe@openoffice.org> | 2004-08-18 09:59:46 +0000 |
---|---|---|
committer | Frank Peters <fpe@openoffice.org> | 2004-08-18 09:59:46 +0000 |
commit | 4f48bcc7937fbc586af7720d4225768ee6913e2a (patch) | |
tree | 431c32101c9b8349fe8f420615df796296d69a90 /helpcontent2/source/auxiliary/de |
#i33146# Initial checkin
Diffstat (limited to 'helpcontent2/source/auxiliary/de')
-rwxr-xr-x | helpcontent2/source/auxiliary/de/default.css | 162 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/highcontrast1.css | 162 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/highcontrast2.css | 162 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/highcontrastblack.css | 162 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/highcontrastwhite.css | 162 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/sbasic.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/scalc.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/sdraw.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/simpress.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/smath.cfg | 9 | ||||
-rwxr-xr-x | helpcontent2/source/auxiliary/de/swriter.cfg | 9 |
11 files changed, 864 insertions, 0 deletions
diff --git a/helpcontent2/source/auxiliary/de/default.css b/helpcontent2/source/auxiliary/de/default.css new file mode 100755 index 0000000000..000e5568fb --- /dev/null +++ b/helpcontent2/source/auxiliary/de/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/de/highcontrast1.css b/helpcontent2/source/auxiliary/de/highcontrast1.css new file mode 100755 index 0000000000..5f453b1a0b --- /dev/null +++ b/helpcontent2/source/auxiliary/de/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/de/highcontrast2.css b/helpcontent2/source/auxiliary/de/highcontrast2.css new file mode 100755 index 0000000000..d3204f378a --- /dev/null +++ b/helpcontent2/source/auxiliary/de/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/de/highcontrastblack.css b/helpcontent2/source/auxiliary/de/highcontrastblack.css new file mode 100755 index 0000000000..cb31953611 --- /dev/null +++ b/helpcontent2/source/auxiliary/de/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/de/highcontrastwhite.css b/helpcontent2/source/auxiliary/de/highcontrastwhite.css new file mode 100755 index 0000000000..8c0a145455 --- /dev/null +++ b/helpcontent2/source/auxiliary/de/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/de/sbasic.cfg b/helpcontent2/source/auxiliary/de/sbasic.cfg new file mode 100755 index 0000000000..8afdd989e8 --- /dev/null +++ b/helpcontent2/source/auxiliary/de/sbasic.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Basic +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=de +Order=7 +Start=text/sbasic/shared/main0601.xml +Heading=headingheading +Program=BASIC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/scalc.cfg b/helpcontent2/source/auxiliary/de/scalc.cfg new file mode 100755 index 0000000000..24f27ae533 --- /dev/null +++ b/helpcontent2/source/auxiliary/de/scalc.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Calc +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=de +Order=3 +Start=text/scalc/main0000.xml +Heading=headingheading +Program=CALC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/sdraw.cfg b/helpcontent2/source/auxiliary/de/sdraw.cfg new file mode 100755 index 0000000000..ea698396ad --- /dev/null +++ b/helpcontent2/source/auxiliary/de/sdraw.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Draw +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=de +Order=4 +Start=text/sdraw/main0000.xml +Heading=headingheading +Program=DRAW +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/simpress.cfg b/helpcontent2/source/auxiliary/de/simpress.cfg new file mode 100755 index 0000000000..41ad7a8b62 --- /dev/null +++ b/helpcontent2/source/auxiliary/de/simpress.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Impress +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=de +Order=5 +Start=text/simpress/main0000.xml +Heading=headingheading +Program=IMPRESS +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/smath.cfg b/helpcontent2/source/auxiliary/de/smath.cfg new file mode 100755 index 0000000000..d57bf67a7e --- /dev/null +++ b/helpcontent2/source/auxiliary/de/smath.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Math +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=de +Order=6 +Start=text/math/main0000.xml +Heading=headingheading +Program=MATH +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/de/swriter.cfg b/helpcontent2/source/auxiliary/de/swriter.cfg new file mode 100755 index 0000000000..08617e5f9d --- /dev/null +++ b/helpcontent2/source/auxiliary/de/swriter.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Writer +Copyright=Copyright 2004, Sun Microsystems, Inc. +Language=de +Order=2 +Start=text/swriter/main0000.xml +Heading=headingheading +Program=WRITER +07.07.04 00:00:00 |