[Libreoffice-commits] .: 2 commits - autodoc/source odk/docs

Andras Timar timar at kemper.freedesktop.org
Sat Sep 3 14:43:27 PDT 2011


 autodoc/source/display/html/cfrstd.cxx |    8 +++++---
 odk/docs/common/ref/idl.css            |   22 +++++++++++-----------
 2 files changed, 16 insertions(+), 14 deletions(-)

New commits:
commit 1a1e31c1bc3ce890c69a82a52e81b7f8bf33f079
Author: Andras Timar <atimar at suse.com>
Date:   Sat Sep 3 19:41:20 2011 +0200

    update copyright text for api docs

diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx
index 8a4a9f6..9671bcf 100644
--- a/autodoc/source/display/html/cfrstd.cxx
+++ b/autodoc/source/display/html/cfrstd.cxx
@@ -337,9 +337,11 @@ MakeCopyRight()
         plt = localtime(&gt);
     int year = 1900 + plt->tm_year;
 
-    cr  << "Copyright &copy; 1995, "
-        << year
-        << ", Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.";
+    cr  << "LibreOffice is copyright &copy; 2000, "
+	<< year
+	<< ", LibreOffice contributors and/or their affiliates. All rights reserved.</p>"
+	<< "<p class=\"copyright\" align=\"center\">LibreOffice is derived from OpenOffice.org. OpenOffice.org is copyright &copy; 2000, 2011 Oracle and/or its affiliates. All rights reserved.</p>"
+	<< "<p class=\"copyright\" align=\"center\">Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.";
     return String(cr.c_str());
 
 }
commit 133eacbdf0c8c5bf2d03a9458e0378e9fc150206
Author: Andras Timar <atimar at suse.com>
Date:   Sat Sep 3 18:54:23 2011 +0200

    add LibreOffice colors to SDK doc css

diff --git a/odk/docs/common/ref/idl.css b/odk/docs/common/ref/idl.css
index 6327b92..7d4a305 100644
--- a/odk/docs/common/ref/idl.css
+++ b/odk/docs/common/ref/idl.css
@@ -6,9 +6,9 @@
 body { background-color:#ffffff; }
 
 #adc-idlref a { text-decoration: none; }
-#adc-idlref a:link { color: #0e85cd; }
-#adc-idlref a:visited { color: #638093; }
-#adc-idlref a:active { color: #4dadea; }
+#adc-idlref a:link { color: #18a303; }
+#adc-idlref a:visited { color: #84f671; }
+#adc-idlref a:active { color: #2cee0e; }
 
 #adc-idlref h3
 	    { font-size:13pt; font-weight:bold;
@@ -26,13 +26,13 @@ body { background-color:#ffffff; }
 #adc-idlref td.title
 	    { font-family: Arial; font-size:19pt; font-weight:bold;
 	      line-height:30pt;
-	      background-image:url(../../images/bg_table.png);
+	      background-color:#18a303;
 	      text-align:center; }
 
 #adc-idlref td.subtitle
 	    { font-family: Arial; font-size:13pt;
 	      line-height:20pt;
-	      background-image:url(../../images/bg_table.png); }
+	      background-color:#18a303; }
 
 #adc-idlref td.crosstitle
 	    { font-size:12pt; font-weight:bold;
@@ -40,15 +40,15 @@ body { background-color:#ffffff; }
 
 #adc-idlref td.imdetail
 	    { width:100%;
-	      background-image:url(../../images/bg_table3.png); }
+	      background-color:#c2f6ba; }
 
 #adc-idlref td.imsum_left  { width:30%;  }
 #adc-idlref td.imsum_right { width:70%;  }
 
-#adc-idlref table.navimain { background-image:url(../../images/bg_table2.png); }
+#adc-idlref table.navimain { background-color:#c2f6ba; }
 
 #adc-idlref td.navimain
-	    { background-image:url(../../images/bg_table2.png);
+	    { background-color:#c2f6ba;
 	      text-align:center;
 	      font-family: Arial; font-size:12pt; font-weight:bold;
 	      padding-left:7pt; padding-right:7pt; }
@@ -79,9 +79,9 @@ body { background-color:#ffffff; }
 
 #adc-idlref a.membertitle  { font-size:12pt; font-weight:bold; line-height:18pt; }
 
-#adc-idlref a:link.navimain, #adc-idlref a:link.navisub  { color:#0e85cd; }
-#adc-idlref a:visited.navimain, #adc-idlref a:visited.navisub { color: #638093; }
-#adc-idlref a:active.navimain, #adc-idlref a:active.navisub { color: #4dadea; }
+#adc-idlref a:link.navimain, #adc-idlref a:link.navisub  { color:#18a303; }
+#adc-idlref a:visited.navimain, #adc-idlref a:visited.navisub { color: #84f671; }
+#adc-idlref a:active.navimain, #adc-idlref a:active.navisub { color: #2cee0e; }
 
 #adc-idlref .dt            { font-weight:bold; }
 #adc-idlref .namechain     { font-size:13pt; font-weight:bold; margin-top:3pt; margin-bottom:6pt; }


More information about the Libreoffice-commits mailing list