From d33dca09bb575d787e8dac948dc8e57f6e43cf93 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 21 Mar 2011 14:05:38 +0100 Subject: test123l10n04: #i117489# rename ns to nso --- helpcontent2/source/auxiliary/nso/default.css | 73 +++++++++++++++++ .../source/auxiliary/nso/highcontrast1.css | 91 ++++++++++++++++++++++ .../source/auxiliary/nso/highcontrast2.css | 91 ++++++++++++++++++++++ .../source/auxiliary/nso/highcontrastblack.css | 91 ++++++++++++++++++++++ .../source/auxiliary/nso/highcontrastwhite.css | 91 ++++++++++++++++++++++ helpcontent2/source/auxiliary/nso/sbasic.cfg | 9 +++ helpcontent2/source/auxiliary/nso/scalc.cfg | 9 +++ helpcontent2/source/auxiliary/nso/schart.cfg | 9 +++ helpcontent2/source/auxiliary/nso/sdatabase.cfg | 9 +++ helpcontent2/source/auxiliary/nso/sdraw.cfg | 9 +++ helpcontent2/source/auxiliary/nso/simpress.cfg | 9 +++ helpcontent2/source/auxiliary/nso/smath.cfg | 9 +++ helpcontent2/source/auxiliary/nso/swriter.cfg | 9 +++ 13 files changed, 509 insertions(+) create mode 100755 helpcontent2/source/auxiliary/nso/default.css create mode 100755 helpcontent2/source/auxiliary/nso/highcontrast1.css create mode 100755 helpcontent2/source/auxiliary/nso/highcontrast2.css create mode 100755 helpcontent2/source/auxiliary/nso/highcontrastblack.css create mode 100755 helpcontent2/source/auxiliary/nso/highcontrastwhite.css create mode 100755 helpcontent2/source/auxiliary/nso/sbasic.cfg create mode 100755 helpcontent2/source/auxiliary/nso/scalc.cfg create mode 100755 helpcontent2/source/auxiliary/nso/schart.cfg create mode 100644 helpcontent2/source/auxiliary/nso/sdatabase.cfg create mode 100755 helpcontent2/source/auxiliary/nso/sdraw.cfg create mode 100755 helpcontent2/source/auxiliary/nso/simpress.cfg create mode 100755 helpcontent2/source/auxiliary/nso/smath.cfg create mode 100755 helpcontent2/source/auxiliary/nso/swriter.cfg diff --git a/helpcontent2/source/auxiliary/nso/default.css b/helpcontent2/source/auxiliary/nso/default.css new file mode 100755 index 0000000000..2fa534688a --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/default.css @@ -0,0 +1,73 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ DEFAULT STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold; } + +.related + { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + +h1 + { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.howtoget + { background:#EEEEEE;} + +.howtogetbody + { background:#EEEEEE; margin: 0px;} + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + +.debug + { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/nso/highcontrast1.css b/helpcontent2/source/auxiliary/nso/highcontrast1.css new file mode 100755 index 0000000000..354c383724 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/highcontrast1.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #1 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFF00;} + +.related + { border-top: 1px solid #FFFF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/nso/highcontrast2.css b/helpcontent2/source/auxiliary/nso/highcontrast2.css new file mode 100755 index 0000000000..ec2763dc2b --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/highcontrast2.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST #2 STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #00FF00;} + +.related + { border-top: 1px solid #00FF00; } + +.howtogetheader + {border: 1px solid #EFEFEF; background: #000000;} + +h1 + { border-bottom: 1px solid #00FF00; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/nso/highcontrastblack.css b/helpcontent2/source/auxiliary/nso/highcontrastblack.css new file mode 100755 index 0000000000..e782fd491c --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/highcontrastblack.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST BLACK STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #000000; color: #FFFFFF;} + +.related + { border-top: 1px solid #FFFFFF; } + +.howtogetheader + {border: 1px solid #FFFFFF; background: #000000;} + +h1 + { border-bottom: 1px solid #FFFFFF; ] + +.howtoget + { background:#000000;} + +.howtogetbody + { background:#000000;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/nso/highcontrastwhite.css b/helpcontent2/source/auxiliary/nso/highcontrastwhite.css new file mode 100755 index 0000000000..95f552ea71 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/highcontrastwhite.css @@ -0,0 +1,91 @@ +/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ OPENOFFICE.ORG 2.0 HELP + ++ HIGH CONTRAST WHITE STYLESHEET + ++ WESTERN LANGUAGES + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ LAST CHANGES: 15-NOV-2004 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +*/ + + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + +.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable + { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + +.acronym + { font-weight: bold;} + +.related + { font-weight: bold; margin-top:20pt;} + +.emph, .menuitem, .keycode + { font-weight: bold; } + +.tablehead, .tableheadintable + { font-weight: bold; margin-top: 0px;} + +.howtogetheader + { font-weight: bold; padding: 3px;} + +h1, h2, h3, h4, h5, h6 + { margin-bottom: 5pt; } + +p, td + { font-size: 10pt; } + +h1 + { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} + +h2 + { font-size: 14pt; } + +h3 + { font-size: 12pt; } + +h4, h5, h6 + { font-size: 10pt; } + +.relatedtopics + { font-weight: normal; } + +.relatedbody + { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } + +.wide + { width: 100%; } + +.topalign + { vertical-align: top; border: 1px;} + +.bug + { color: red; border: 1px solid red;} + + +/* HIGH CONTRAST SPECIFIC SETTINGS */ + +body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable + { background: #FFFFFF; color: #000000;} + +.related + { border-top: 1px solid #000000; } + +.howtogetheader + {border: 1px solid #000000; background: #FFFFFF;} + +h1 + { border-bottom: 1px solid #000000; ] + +.howtoget + { background:#FFFFFF;} + +.howtogetbody + { background:#FFFFFF;} + +.debug + { border: 1px solid red; padding: 3px; display: none;} + +a + { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/nso/sbasic.cfg b/helpcontent2/source/auxiliary/nso/sbasic.cfg new file mode 100755 index 0000000000..9e9080a4a1 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/sbasic.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Basic + +Language=nso +Order=7 +Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp +Heading=headingheading +Program=BASIC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nso/scalc.cfg b/helpcontent2/source/auxiliary/nso/scalc.cfg new file mode 100755 index 0000000000..7bea8e5a9e --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/scalc.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Calc + +Language=nso +Order=3 +Start=text%2Fscalc%2Fmain0000.xhp +Heading=headingheading +Program=CALC +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nso/schart.cfg b/helpcontent2/source/auxiliary/nso/schart.cfg new file mode 100755 index 0000000000..7d201389f2 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/schart.cfg @@ -0,0 +1,9 @@ +Title=%PRODUCTNAME Chart + +Language=nso +Order=4 +Start=text%2Fschart%2Fmain0000.xhp +Heading=headingheading +Program=CHART +07.07.04 00:00:00 + diff --git a/helpcontent2/source/auxiliary/nso/sdatabase.cfg b/helpcontent2/source/auxiliary/nso/sdatabase.cfg new file mode 100644 index 0000000000..596788a302 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/sdatabase.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Base + +Language=nso +Order=7 +Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp +Heading=headingheading +Program=DATABASE +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nso/sdraw.cfg b/helpcontent2/source/auxiliary/nso/sdraw.cfg new file mode 100755 index 0000000000..f5f434da44 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/sdraw.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Draw + +Language=nso +Order=4 +Start=text%2Fsdraw%2Fmain0000.xhp +Heading=headingheading +Program=DRAW +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nso/simpress.cfg b/helpcontent2/source/auxiliary/nso/simpress.cfg new file mode 100755 index 0000000000..1fe0347d26 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/simpress.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Impress + +Language=nso +Order=5 +Start=text%2Fsimpress%2Fmain0000.xhp +Heading=headingheading +Program=IMPRESS +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nso/smath.cfg b/helpcontent2/source/auxiliary/nso/smath.cfg new file mode 100755 index 0000000000..a0a2ec66d3 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/smath.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Math + +Language=nso +Order=6 +Start=text%2Fsmath%2Fmain0000.xhp +Heading=headingheading +Program=MATH +07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/nso/swriter.cfg b/helpcontent2/source/auxiliary/nso/swriter.cfg new file mode 100755 index 0000000000..e461355e63 --- /dev/null +++ b/helpcontent2/source/auxiliary/nso/swriter.cfg @@ -0,0 +1,9 @@ + +Title=%PRODUCTNAME Writer + +Language=nso +Order=2 +Start=text%2Fswriter%2Fmain0000.xhp +Heading=headingheading +Program=WRITER +07.07.04 00:00:00 -- cgit From a433f12c62ca6baaea5600297cf0b87b7481a7b6 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 21 Mar 2011 14:17:29 +0100 Subject: test123l10n04: #i117489# Rename ns to nso --- helpcontent2/source/auxiliary/ns/default.css | 73 ----------------- helpcontent2/source/auxiliary/ns/highcontrast1.css | 91 ---------------------- helpcontent2/source/auxiliary/ns/highcontrast2.css | 91 ---------------------- .../source/auxiliary/ns/highcontrastblack.css | 91 ---------------------- .../source/auxiliary/ns/highcontrastwhite.css | 91 ---------------------- helpcontent2/source/auxiliary/ns/sbasic.cfg | 9 --- helpcontent2/source/auxiliary/ns/scalc.cfg | 9 --- helpcontent2/source/auxiliary/ns/schart.cfg | 9 --- helpcontent2/source/auxiliary/ns/sdatabase.cfg | 9 --- helpcontent2/source/auxiliary/ns/sdraw.cfg | 9 --- helpcontent2/source/auxiliary/ns/simpress.cfg | 9 --- helpcontent2/source/auxiliary/ns/smath.cfg | 9 --- helpcontent2/source/auxiliary/ns/swriter.cfg | 9 --- 13 files changed, 509 deletions(-) delete mode 100755 helpcontent2/source/auxiliary/ns/default.css delete mode 100755 helpcontent2/source/auxiliary/ns/highcontrast1.css delete mode 100755 helpcontent2/source/auxiliary/ns/highcontrast2.css delete mode 100755 helpcontent2/source/auxiliary/ns/highcontrastblack.css delete mode 100755 helpcontent2/source/auxiliary/ns/highcontrastwhite.css delete mode 100755 helpcontent2/source/auxiliary/ns/sbasic.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/scalc.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/schart.cfg delete mode 100644 helpcontent2/source/auxiliary/ns/sdatabase.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/sdraw.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/simpress.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/smath.cfg delete mode 100755 helpcontent2/source/auxiliary/ns/swriter.cfg diff --git a/helpcontent2/source/auxiliary/ns/default.css b/helpcontent2/source/auxiliary/ns/default.css deleted file mode 100755 index 2fa534688a..0000000000 --- a/helpcontent2/source/auxiliary/ns/default.css +++ /dev/null @@ -1,73 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ DEFAULT STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold; } - -.related - { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} - -h1 - { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.howtoget - { background:#EEEEEE;} - -.howtogetbody - { background:#EEEEEE; margin: 0px;} - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - -.debug - { border: 1px solid black; padding: 3px; display: none;} diff --git a/helpcontent2/source/auxiliary/ns/highcontrast1.css b/helpcontent2/source/auxiliary/ns/highcontrast1.css deleted file mode 100755 index 354c383724..0000000000 --- a/helpcontent2/source/auxiliary/ns/highcontrast1.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST #1 STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #000000; color: #FFFF00;} - -.related - { border-top: 1px solid #FFFF00; } - -.howtogetheader - {border: 1px solid #EFEFEF; background: #000000;} - -h1 - { border-bottom: 1px solid #FFFF00; ] - -.howtoget - { background:#000000;} - -.howtogetbody - { background:#000000;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #FFFF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ns/highcontrast2.css b/helpcontent2/source/auxiliary/ns/highcontrast2.css deleted file mode 100755 index ec2763dc2b..0000000000 --- a/helpcontent2/source/auxiliary/ns/highcontrast2.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST #2 STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #000000; color: #00FF00;} - -.related - { border-top: 1px solid #00FF00; } - -.howtogetheader - {border: 1px solid #EFEFEF; background: #000000;} - -h1 - { border-bottom: 1px solid #00FF00; ] - -.howtoget - { background:#000000;} - -.howtogetbody - { background:#000000;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #00FF00; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ns/highcontrastblack.css b/helpcontent2/source/auxiliary/ns/highcontrastblack.css deleted file mode 100755 index e782fd491c..0000000000 --- a/helpcontent2/source/auxiliary/ns/highcontrastblack.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST BLACK STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #000000; color: #FFFFFF;} - -.related - { border-top: 1px solid #FFFFFF; } - -.howtogetheader - {border: 1px solid #FFFFFF; background: #000000;} - -h1 - { border-bottom: 1px solid #FFFFFF; ] - -.howtoget - { background:#000000;} - -.howtogetbody - { background:#000000;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #FFFFFF; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ns/highcontrastwhite.css b/helpcontent2/source/auxiliary/ns/highcontrastwhite.css deleted file mode 100755 index 95f552ea71..0000000000 --- a/helpcontent2/source/auxiliary/ns/highcontrastwhite.css +++ /dev/null @@ -1,91 +0,0 @@ -/* -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ OPENOFFICE.ORG 2.0 HELP + -+ HIGH CONTRAST WHITE STYLESHEET + -+ WESTERN LANGUAGES + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ LAST CHANGES: 15-NOV-2004 + -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -*/ - - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } - -.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} - -.acronym - { font-weight: bold;} - -.related - { font-weight: bold; margin-top:20pt;} - -.emph, .menuitem, .keycode - { font-weight: bold; } - -.tablehead, .tableheadintable - { font-weight: bold; margin-top: 0px;} - -.howtogetheader - { font-weight: bold; padding: 3px;} - -h1, h2, h3, h4, h5, h6 - { margin-bottom: 5pt; } - -p, td - { font-size: 10pt; } - -h1 - { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} - -h2 - { font-size: 14pt; } - -h3 - { font-size: 12pt; } - -h4, h5, h6 - { font-size: 10pt; } - -.relatedtopics - { font-weight: normal; } - -.relatedbody - { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } - -.wide - { width: 100%; } - -.topalign - { vertical-align: top; border: 1px;} - -.bug - { color: red; border: 1px solid red;} - - -/* HIGH CONTRAST SPECIFIC SETTINGS */ - -body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { background: #FFFFFF; color: #000000;} - -.related - { border-top: 1px solid #000000; } - -.howtogetheader - {border: 1px solid #000000; background: #FFFFFF;} - -h1 - { border-bottom: 1px solid #000000; ] - -.howtoget - { background:#FFFFFF;} - -.howtogetbody - { background:#FFFFFF;} - -.debug - { border: 1px solid red; padding: 3px; display: none;} - -a - { color: #000000; } \ No newline at end of file diff --git a/helpcontent2/source/auxiliary/ns/sbasic.cfg b/helpcontent2/source/auxiliary/ns/sbasic.cfg deleted file mode 100755 index 97d99ce781..0000000000 --- a/helpcontent2/source/auxiliary/ns/sbasic.cfg +++ /dev/null @@ -1,9 +0,0 @@ - -Title=%PRODUCTNAME Basic - -Language=ns -Order=7 -Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp -Heading=headingheading -Program=BASIC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/scalc.cfg b/helpcontent2/source/auxiliary/ns/scalc.cfg deleted file mode 100755 index d252b3de81..0000000000 --- a/helpcontent2/source/auxiliary/ns/scalc.cfg +++ /dev/null @@ -1,9 +0,0 @@ - -Title=%PRODUCTNAME Calc - -Language=ns -Order=3 -Start=text%2Fscalc%2Fmain0000.xhp -Heading=headingheading -Program=CALC -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/schart.cfg b/helpcontent2/source/auxiliary/ns/schart.cfg deleted file mode 100755 index bce2063daa..0000000000 --- a/helpcontent2/source/auxiliary/ns/schart.cfg +++ /dev/null @@ -1,9 +0,0 @@ -Title=%PRODUCTNAME Chart - -Language=ns -Order=4 -Start=text%2Fschart%2Fmain0000.xhp -Heading=headingheading -Program=CHART -07.07.04 00:00:00 - diff --git a/helpcontent2/source/auxiliary/ns/sdatabase.cfg b/helpcontent2/source/auxiliary/ns/sdatabase.cfg deleted file mode 100644 index 53450878a7..0000000000 --- a/helpcontent2/source/auxiliary/ns/sdatabase.cfg +++ /dev/null @@ -1,9 +0,0 @@ - -Title=%PRODUCTNAME Base - -Language=ns -Order=7 -Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp -Heading=headingheading -Program=DATABASE -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/sdraw.cfg b/helpcontent2/source/auxiliary/ns/sdraw.cfg deleted file mode 100755 index 42f527c8f2..0000000000 --- a/helpcontent2/source/auxiliary/ns/sdraw.cfg +++ /dev/null @@ -1,9 +0,0 @@ - -Title=%PRODUCTNAME Draw - -Language=ns -Order=4 -Start=text%2Fsdraw%2Fmain0000.xhp -Heading=headingheading -Program=DRAW -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/simpress.cfg b/helpcontent2/source/auxiliary/ns/simpress.cfg deleted file mode 100755 index f9a4bc08be..0000000000 --- a/helpcontent2/source/auxiliary/ns/simpress.cfg +++ /dev/null @@ -1,9 +0,0 @@ - -Title=%PRODUCTNAME Impress - -Language=ns -Order=5 -Start=text%2Fsimpress%2Fmain0000.xhp -Heading=headingheading -Program=IMPRESS -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/smath.cfg b/helpcontent2/source/auxiliary/ns/smath.cfg deleted file mode 100755 index 461d021724..0000000000 --- a/helpcontent2/source/auxiliary/ns/smath.cfg +++ /dev/null @@ -1,9 +0,0 @@ - -Title=%PRODUCTNAME Math - -Language=ns -Order=6 -Start=text%2Fsmath%2Fmain0000.xhp -Heading=headingheading -Program=MATH -07.07.04 00:00:00 diff --git a/helpcontent2/source/auxiliary/ns/swriter.cfg b/helpcontent2/source/auxiliary/ns/swriter.cfg deleted file mode 100755 index 02f0a0ad5a..0000000000 --- a/helpcontent2/source/auxiliary/ns/swriter.cfg +++ /dev/null @@ -1,9 +0,0 @@ - -Title=%PRODUCTNAME Writer - -Language=ns -Order=2 -Start=text%2Fswriter%2Fmain0000.xhp -Heading=headingheading -Program=WRITER -07.07.04 00:00:00 -- cgit