You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ap...@apache.org on 2006/11/21 13:59:23 UTC

svn commit: r477658 - in /harmony/standard/site: docs/ docs/documentation/ docs/subcomponents/buildtest/ docs/subcomponents/classlibrary/ docs/subcomponents/drlvm/ docs/subcomponents/jchevm/ docs/subcomponents/stresstest/ xdocs/

Author: apetrenko
Date: Tue Nov 21 04:59:22 2006
New Revision: 477658

URL: http://svn.apache.org/viewvc?view=rev&rev=477658
Log:
Apache License Header has been added to css files

Modified:
    harmony/standard/site/docs/documentation/site.css
    harmony/standard/site/docs/site.css
    harmony/standard/site/docs/subcomponents/buildtest/site.css
    harmony/standard/site/docs/subcomponents/classlibrary/site.css
    harmony/standard/site/docs/subcomponents/drlvm/site.css
    harmony/standard/site/docs/subcomponents/jchevm/site.css
    harmony/standard/site/docs/subcomponents/stresstest/site.css
    harmony/standard/site/xdocs/site.css

Modified: harmony/standard/site/docs/documentation/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/documentation/site.css?view=diff&rev=477658&r1=477657&r2=477658
==============================================================================
--- harmony/standard/site/docs/documentation/site.css (original)
+++ harmony/standard/site/docs/documentation/site.css Tue Nov 21 04:59:22 2006
@@ -1,225 +1,242 @@
-body {
-    background-color: white;
-    color: black;
-    text-align: left;
-    text-align: left;
-    font: "Times New Roman", serif;
-}
-
-.menuItem {
-    vertical-align: top;
-    padding: 0pt;
-    margin-top: 4pt;
-    margin-bottom: 4pt;
-    margin-right: 0pt;
-    margin-left: 0pt;
-}
-
-h1 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #525D76;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 0pt;
-}
-
-h2 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #828DA6;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 10pt;
-}
-
-h3 {
-    font-weight: bold;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    text-transform: uppercase;
-    font-size: 11pt;
-}
-
-a:link {
-    color:#525D76;
-}
-
-p {
-    padding-left: 2pt;
-    margin-left: 20pt;
-}
-
-td.TableCell {
-    vertical-align: top;
-    text-align: left;
-    background-color: #a0ddf0;
-}
-
-th.TableHeading {
-    background-color: #039acc;
-    text-align: center;
-    color: black;
-    font-family: Arial, Helvetica, sans-serif;
-    padding: 2pt;
-}
-
-table {
-    margin-left: 0pt;
-    margin-right: 0pt;
-}
-
-img {
-    border: none;
-}
-
-pre {
-    background: #F3F5F7;
-    border: thin solid;
-    border-color: #828DA6;
-    padding: 12pt;
-    font-size: 11.0pt;
-    font-family: Courier;
-    margin-right: 10pt;
-    margin-left: 25pt;
-}
-
-.class {
-    font-weight: bold;
-    font-size: 10pt;
-    font-family: Arial;
-    border-top: none;
-    border-right: none;
-    border-left: none;
-    border-bottom: solid #525D76 2px;
-}
-
-.special {
-    font-weight: bold;
-    text-align: center;
-    color: #525D76;
-    margin-top: 3pt;
-    margin-bottom: 3pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.backtotop {
-    font-weight: bold;
-    margin-left: 0pt;
-}
-
-.note {
-    color: red;
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.notetext {
-    padding-left: 20pt;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.example {
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.exampletext {
-    margin-left: 40pt;
-}
-
-.TOCHeading {
-    font-weight: bold;
-    font-size: 12pt;
-    text-align: left;
-    color: #000000;
-    font-family: Arial, helvetica, sans-serif;
-    padding-left: 15px;
-    margin-bottom: 5pt;
-    margin-top: 5pt;
-    margin-left: 5px;
-    margin-right: 0pt;
-}
-
-.TOC {
-    font-size: 11pt;
-    text-indent: 15pt;
-    color: white;
-    padding-left: 15px;
-    margin-left: 5px;
-    margin-right: 0.00px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    font-family: Arial, helvetica, sans-serif;
-}
-
-.update {
-    color: #A9A9A9;
-    font-size: smaller;
-    font-style: italic;
-}
-
-li {
-    margin-left: 20pt;
-    padding-left: 1pt;
-    padding-top: 1pt;
-    padding-bottom: 1pt;
-    padding-right: 0pt;
-}
-
-ol li {
-    list-style-type: decimal;
-}
-
-ul li {
-    list-style-type: square;
-}
-
-li ul li {
-    list-style-type: disc;
-}
-
-dl {
-    margin: 5pt;
-}
-
-dd {
-    margin-left: 30pt;
-    margin-top: 5pt;
-    margin-right: 20pt;
-    margin-bottom: 5pt;
-    border-right: none;
-    border-bottom: none;
-    border-left: none;
-    border-top: none;
-    padding-bottom: 8px;
-}
-
-dd p {
-    margin-left: 0pt;
-}
-
-dt {
-    font-size: 10pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bolder;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    border-top: none;
-    border-right: none;
-    border-bottom: solid #828DA6 1px;
-    border-left: none;
-    padding-bottom: 3px;
-}
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
+body {
+    background-color: white;
+    color: black;
+    text-align: left;
+    text-align: left;
+    font: "Times New Roman", serif;
+}
+
+.menuItem {
+    vertical-align: top;
+    padding: 0pt;
+    margin-top: 4pt;
+    margin-bottom: 4pt;
+    margin-right: 0pt;
+    margin-left: 0pt;
+}
+
+h1 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #525D76;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 0pt;
+}
+
+h2 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #828DA6;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 10pt;
+}
+
+h3 {
+    font-weight: bold;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    text-transform: uppercase;
+    font-size: 11pt;
+}
+
+a:link {
+    color:#525D76;
+}
+
+p {
+    padding-left: 2pt;
+    margin-left: 20pt;
+}
+
+td.TableCell {
+    vertical-align: top;
+    text-align: left;
+    background-color: #a0ddf0;
+}
+
+th.TableHeading {
+    background-color: #039acc;
+    text-align: center;
+    color: black;
+    font-family: Arial, Helvetica, sans-serif;
+    padding: 2pt;
+}
+
+table {
+    margin-left: 0pt;
+    margin-right: 0pt;
+}
+
+img {
+    border: none;
+}
+
+pre {
+    background: #F3F5F7;
+    border: thin solid;
+    border-color: #828DA6;
+    padding: 12pt;
+    font-size: 11.0pt;
+    font-family: Courier;
+    margin-right: 10pt;
+    margin-left: 25pt;
+}
+
+.class {
+    font-weight: bold;
+    font-size: 10pt;
+    font-family: Arial;
+    border-top: none;
+    border-right: none;
+    border-left: none;
+    border-bottom: solid #525D76 2px;
+}
+
+.special {
+    font-weight: bold;
+    text-align: center;
+    color: #525D76;
+    margin-top: 3pt;
+    margin-bottom: 3pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.backtotop {
+    font-weight: bold;
+    margin-left: 0pt;
+}
+
+.note {
+    color: red;
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.notetext {
+    padding-left: 20pt;
+    margin-top: 0pt;
+    margin-bottom: 0pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.example {
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.exampletext {
+    margin-left: 40pt;
+}
+
+.TOCHeading {
+    font-weight: bold;
+    font-size: 12pt;
+    text-align: left;
+    color: #000000;
+    font-family: Arial, helvetica, sans-serif;
+    padding-left: 15px;
+    margin-bottom: 5pt;
+    margin-top: 5pt;
+    margin-left: 5px;
+    margin-right: 0pt;
+}
+
+.TOC {
+    font-size: 11pt;
+    text-indent: 15pt;
+    color: white;
+    padding-left: 15px;
+    margin-left: 5px;
+    margin-right: 0.00px;
+    margin-top: 0px;
+    margin-bottom: 0px;
+    font-family: Arial, helvetica, sans-serif;
+}
+
+.update {
+    color: #A9A9A9;
+    font-size: smaller;
+    font-style: italic;
+}
+
+li {
+    margin-left: 20pt;
+    padding-left: 1pt;
+    padding-top: 1pt;
+    padding-bottom: 1pt;
+    padding-right: 0pt;
+}
+
+ol li {
+    list-style-type: decimal;
+}
+
+ul li {
+    list-style-type: square;
+}
+
+li ul li {
+    list-style-type: disc;
+}
+
+dl {
+    margin: 5pt;
+}
+
+dd {
+    margin-left: 30pt;
+    margin-top: 5pt;
+    margin-right: 20pt;
+    margin-bottom: 5pt;
+    border-right: none;
+    border-bottom: none;
+    border-left: none;
+    border-top: none;
+    padding-bottom: 8px;
+}
+
+dd p {
+    margin-left: 0pt;
+}
+
+dt {
+    font-size: 10pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bolder;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    border-top: none;
+    border-right: none;
+    border-bottom: solid #828DA6 1px;
+    border-left: none;
+    padding-bottom: 3px;
+}

Modified: harmony/standard/site/docs/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/site.css?view=diff&rev=477658&r1=477657&r2=477658
==============================================================================
--- harmony/standard/site/docs/site.css (original)
+++ harmony/standard/site/docs/site.css Tue Nov 21 04:59:22 2006
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
 body {
     background-color: white;
     color: black;

Modified: harmony/standard/site/docs/subcomponents/buildtest/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/buildtest/site.css?view=diff&rev=477658&r1=477657&r2=477658
==============================================================================
--- harmony/standard/site/docs/subcomponents/buildtest/site.css (original)
+++ harmony/standard/site/docs/subcomponents/buildtest/site.css Tue Nov 21 04:59:22 2006
@@ -1,225 +1,242 @@
-body {
-    background-color: white;
-    color: black;
-    text-align: left;
-    text-align: left;
-    font: "Times New Roman", serif;
-}
-
-.menuItem {
-    vertical-align: top;
-    padding: 0pt;
-    margin-top: 4pt;
-    margin-bottom: 4pt;
-    margin-right: 0pt;
-    margin-left: 0pt;
-}
-
-h1 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #525D76;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 0pt;
-}
-
-h2 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #828DA6;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 10pt;
-}
-
-h3 {
-    font-weight: bold;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    text-transform: uppercase;
-    font-size: 11pt;
-}
-
-a:link {
-    color:#525D76;
-}
-
-p {
-    padding-left: 2pt;
-    margin-left: 20pt;
-}
-
-td.TableCell {
-    vertical-align: top;
-    text-align: left;
-    background-color: #a0ddf0;
-}
-
-th.TableHeading {
-    background-color: #039acc;
-    text-align: center;
-    color: black;
-    font-family: Arial, Helvetica, sans-serif;
-    padding: 2pt;
-}
-
-table {
-    margin-left: 0pt;
-    margin-right: 0pt;
-}
-
-img {
-    border: none;
-}
-
-pre {
-    background: #F3F5F7;
-    border: thin solid;
-    border-color: #828DA6;
-    padding: 12pt;
-    font-size: 11.0pt;
-    font-family: Courier;
-    margin-right: 10pt;
-    margin-left: 25pt;
-}
-
-.class {
-    font-weight: bold;
-    font-size: 10pt;
-    font-family: Arial;
-    border-top: none;
-    border-right: none;
-    border-left: none;
-    border-bottom: solid #525D76 2px;
-}
-
-.special {
-    font-weight: bold;
-    text-align: center;
-    color: #525D76;
-    margin-top: 3pt;
-    margin-bottom: 3pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.backtotop {
-    font-weight: bold;
-    margin-left: 0pt;
-}
-
-.note {
-    color: red;
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.notetext {
-    padding-left: 20pt;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.example {
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.exampletext {
-    margin-left: 40pt;
-}
-
-.TOCHeading {
-    font-weight: bold;
-    font-size: 12pt;
-    text-align: left;
-    color: #000000;
-    font-family: Arial, helvetica, sans-serif;
-    padding-left: 15px;
-    margin-bottom: 5pt;
-    margin-top: 5pt;
-    margin-left: 5px;
-    margin-right: 0pt;
-}
-
-.TOC {
-    font-size: 11pt;
-    text-indent: 15pt;
-    color: white;
-    padding-left: 15px;
-    margin-left: 5px;
-    margin-right: 0.00px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    font-family: Arial, helvetica, sans-serif;
-}
-
-.update {
-    color: #A9A9A9;
-    font-size: smaller;
-    font-style: italic;
-}
-
-li {
-    margin-left: 20pt;
-    padding-left: 1pt;
-    padding-top: 1pt;
-    padding-bottom: 1pt;
-    padding-right: 0pt;
-}
-
-ol li {
-    list-style-type: decimal;
-}
-
-ul li {
-    list-style-type: square;
-}
-
-li ul li {
-    list-style-type: disc;
-}
-
-dl {
-    margin: 5pt;
-}
-
-dd {
-    margin-left: 30pt;
-    margin-top: 5pt;
-    margin-right: 20pt;
-    margin-bottom: 5pt;
-    border-right: none;
-    border-bottom: none;
-    border-left: none;
-    border-top: none;
-    padding-bottom: 8px;
-}
-
-dd p {
-    margin-left: 0pt;
-}
-
-dt {
-    font-size: 10pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bolder;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    border-top: none;
-    border-right: none;
-    border-bottom: solid #828DA6 1px;
-    border-left: none;
-    padding-bottom: 3px;
-}
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
+body {
+    background-color: white;
+    color: black;
+    text-align: left;
+    text-align: left;
+    font: "Times New Roman", serif;
+}
+
+.menuItem {
+    vertical-align: top;
+    padding: 0pt;
+    margin-top: 4pt;
+    margin-bottom: 4pt;
+    margin-right: 0pt;
+    margin-left: 0pt;
+}
+
+h1 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #525D76;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 0pt;
+}
+
+h2 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #828DA6;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 10pt;
+}
+
+h3 {
+    font-weight: bold;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    text-transform: uppercase;
+    font-size: 11pt;
+}
+
+a:link {
+    color:#525D76;
+}
+
+p {
+    padding-left: 2pt;
+    margin-left: 20pt;
+}
+
+td.TableCell {
+    vertical-align: top;
+    text-align: left;
+    background-color: #a0ddf0;
+}
+
+th.TableHeading {
+    background-color: #039acc;
+    text-align: center;
+    color: black;
+    font-family: Arial, Helvetica, sans-serif;
+    padding: 2pt;
+}
+
+table {
+    margin-left: 0pt;
+    margin-right: 0pt;
+}
+
+img {
+    border: none;
+}
+
+pre {
+    background: #F3F5F7;
+    border: thin solid;
+    border-color: #828DA6;
+    padding: 12pt;
+    font-size: 11.0pt;
+    font-family: Courier;
+    margin-right: 10pt;
+    margin-left: 25pt;
+}
+
+.class {
+    font-weight: bold;
+    font-size: 10pt;
+    font-family: Arial;
+    border-top: none;
+    border-right: none;
+    border-left: none;
+    border-bottom: solid #525D76 2px;
+}
+
+.special {
+    font-weight: bold;
+    text-align: center;
+    color: #525D76;
+    margin-top: 3pt;
+    margin-bottom: 3pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.backtotop {
+    font-weight: bold;
+    margin-left: 0pt;
+}
+
+.note {
+    color: red;
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.notetext {
+    padding-left: 20pt;
+    margin-top: 0pt;
+    margin-bottom: 0pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.example {
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.exampletext {
+    margin-left: 40pt;
+}
+
+.TOCHeading {
+    font-weight: bold;
+    font-size: 12pt;
+    text-align: left;
+    color: #000000;
+    font-family: Arial, helvetica, sans-serif;
+    padding-left: 15px;
+    margin-bottom: 5pt;
+    margin-top: 5pt;
+    margin-left: 5px;
+    margin-right: 0pt;
+}
+
+.TOC {
+    font-size: 11pt;
+    text-indent: 15pt;
+    color: white;
+    padding-left: 15px;
+    margin-left: 5px;
+    margin-right: 0.00px;
+    margin-top: 0px;
+    margin-bottom: 0px;
+    font-family: Arial, helvetica, sans-serif;
+}
+
+.update {
+    color: #A9A9A9;
+    font-size: smaller;
+    font-style: italic;
+}
+
+li {
+    margin-left: 20pt;
+    padding-left: 1pt;
+    padding-top: 1pt;
+    padding-bottom: 1pt;
+    padding-right: 0pt;
+}
+
+ol li {
+    list-style-type: decimal;
+}
+
+ul li {
+    list-style-type: square;
+}
+
+li ul li {
+    list-style-type: disc;
+}
+
+dl {
+    margin: 5pt;
+}
+
+dd {
+    margin-left: 30pt;
+    margin-top: 5pt;
+    margin-right: 20pt;
+    margin-bottom: 5pt;
+    border-right: none;
+    border-bottom: none;
+    border-left: none;
+    border-top: none;
+    padding-bottom: 8px;
+}
+
+dd p {
+    margin-left: 0pt;
+}
+
+dt {
+    font-size: 10pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bolder;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    border-top: none;
+    border-right: none;
+    border-bottom: solid #828DA6 1px;
+    border-left: none;
+    padding-bottom: 3px;
+}

Modified: harmony/standard/site/docs/subcomponents/classlibrary/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/site.css?view=diff&rev=477658&r1=477657&r2=477658
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/site.css (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/site.css Tue Nov 21 04:59:22 2006
@@ -1,225 +1,242 @@
-body {
-    background-color: white;
-    color: black;
-    text-align: left;
-    text-align: left;
-    font: "Times New Roman", serif;
-}
-
-.menuItem {
-    vertical-align: top;
-    padding: 0pt;
-    margin-top: 4pt;
-    margin-bottom: 4pt;
-    margin-right: 0pt;
-    margin-left: 0pt;
-}
-
-h1 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #525D76;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 0pt;
-}
-
-h2 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #828DA6;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 10pt;
-}
-
-h3 {
-    font-weight: bold;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    text-transform: uppercase;
-    font-size: 11pt;
-}
-
-a:link {
-    color:#525D76;
-}
-
-p {
-    padding-left: 2pt;
-    margin-left: 20pt;
-}
-
-td.TableCell {
-    vertical-align: top;
-    text-align: left;
-    background-color: #a0ddf0;
-}
-
-th.TableHeading {
-    background-color: #039acc;
-    text-align: center;
-    color: black;
-    font-family: Arial, Helvetica, sans-serif;
-    padding: 2pt;
-}
-
-table {
-    margin-left: 0pt;
-    margin-right: 0pt;
-}
-
-img {
-    border: none;
-}
-
-pre {
-    background: #F3F5F7;
-    border: thin solid;
-    border-color: #828DA6;
-    padding: 12pt;
-    font-size: 11.0pt;
-    font-family: Courier;
-    margin-right: 10pt;
-    margin-left: 25pt;
-}
-
-.class {
-    font-weight: bold;
-    font-size: 10pt;
-    font-family: Arial;
-    border-top: none;
-    border-right: none;
-    border-left: none;
-    border-bottom: solid #525D76 2px;
-}
-
-.special {
-    font-weight: bold;
-    text-align: center;
-    color: #525D76;
-    margin-top: 3pt;
-    margin-bottom: 3pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.backtotop {
-    font-weight: bold;
-    margin-left: 0pt;
-}
-
-.note {
-    color: red;
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.notetext {
-    padding-left: 20pt;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.example {
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.exampletext {
-    margin-left: 40pt;
-}
-
-.TOCHeading {
-    font-weight: bold;
-    font-size: 12pt;
-    text-align: left;
-    color: #000000;
-    font-family: Arial, helvetica, sans-serif;
-    padding-left: 15px;
-    margin-bottom: 5pt;
-    margin-top: 5pt;
-    margin-left: 5px;
-    margin-right: 0pt;
-}
-
-.TOC {
-    font-size: 11pt;
-    text-indent: 15pt;
-    color: white;
-    padding-left: 15px;
-    margin-left: 5px;
-    margin-right: 0.00px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    font-family: Arial, helvetica, sans-serif;
-}
-
-.update {
-    color: #A9A9A9;
-    font-size: smaller;
-    font-style: italic;
-}
-
-li {
-    margin-left: 20pt;
-    padding-left: 1pt;
-    padding-top: 1pt;
-    padding-bottom: 1pt;
-    padding-right: 0pt;
-}
-
-ol li {
-    list-style-type: decimal;
-}
-
-ul li {
-    list-style-type: square;
-}
-
-li ul li {
-    list-style-type: disc;
-}
-
-dl {
-    margin: 5pt;
-}
-
-dd {
-    margin-left: 30pt;
-    margin-top: 5pt;
-    margin-right: 20pt;
-    margin-bottom: 5pt;
-    border-right: none;
-    border-bottom: none;
-    border-left: none;
-    border-top: none;
-    padding-bottom: 8px;
-}
-
-dd p {
-    margin-left: 0pt;
-}
-
-dt {
-    font-size: 10pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bolder;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    border-top: none;
-    border-right: none;
-    border-bottom: solid #828DA6 1px;
-    border-left: none;
-    padding-bottom: 3px;
-}
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
+body {
+    background-color: white;
+    color: black;
+    text-align: left;
+    text-align: left;
+    font: "Times New Roman", serif;
+}
+
+.menuItem {
+    vertical-align: top;
+    padding: 0pt;
+    margin-top: 4pt;
+    margin-bottom: 4pt;
+    margin-right: 0pt;
+    margin-left: 0pt;
+}
+
+h1 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #525D76;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 0pt;
+}
+
+h2 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #828DA6;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 10pt;
+}
+
+h3 {
+    font-weight: bold;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    text-transform: uppercase;
+    font-size: 11pt;
+}
+
+a:link {
+    color:#525D76;
+}
+
+p {
+    padding-left: 2pt;
+    margin-left: 20pt;
+}
+
+td.TableCell {
+    vertical-align: top;
+    text-align: left;
+    background-color: #a0ddf0;
+}
+
+th.TableHeading {
+    background-color: #039acc;
+    text-align: center;
+    color: black;
+    font-family: Arial, Helvetica, sans-serif;
+    padding: 2pt;
+}
+
+table {
+    margin-left: 0pt;
+    margin-right: 0pt;
+}
+
+img {
+    border: none;
+}
+
+pre {
+    background: #F3F5F7;
+    border: thin solid;
+    border-color: #828DA6;
+    padding: 12pt;
+    font-size: 11.0pt;
+    font-family: Courier;
+    margin-right: 10pt;
+    margin-left: 25pt;
+}
+
+.class {
+    font-weight: bold;
+    font-size: 10pt;
+    font-family: Arial;
+    border-top: none;
+    border-right: none;
+    border-left: none;
+    border-bottom: solid #525D76 2px;
+}
+
+.special {
+    font-weight: bold;
+    text-align: center;
+    color: #525D76;
+    margin-top: 3pt;
+    margin-bottom: 3pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.backtotop {
+    font-weight: bold;
+    margin-left: 0pt;
+}
+
+.note {
+    color: red;
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.notetext {
+    padding-left: 20pt;
+    margin-top: 0pt;
+    margin-bottom: 0pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.example {
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.exampletext {
+    margin-left: 40pt;
+}
+
+.TOCHeading {
+    font-weight: bold;
+    font-size: 12pt;
+    text-align: left;
+    color: #000000;
+    font-family: Arial, helvetica, sans-serif;
+    padding-left: 15px;
+    margin-bottom: 5pt;
+    margin-top: 5pt;
+    margin-left: 5px;
+    margin-right: 0pt;
+}
+
+.TOC {
+    font-size: 11pt;
+    text-indent: 15pt;
+    color: white;
+    padding-left: 15px;
+    margin-left: 5px;
+    margin-right: 0.00px;
+    margin-top: 0px;
+    margin-bottom: 0px;
+    font-family: Arial, helvetica, sans-serif;
+}
+
+.update {
+    color: #A9A9A9;
+    font-size: smaller;
+    font-style: italic;
+}
+
+li {
+    margin-left: 20pt;
+    padding-left: 1pt;
+    padding-top: 1pt;
+    padding-bottom: 1pt;
+    padding-right: 0pt;
+}
+
+ol li {
+    list-style-type: decimal;
+}
+
+ul li {
+    list-style-type: square;
+}
+
+li ul li {
+    list-style-type: disc;
+}
+
+dl {
+    margin: 5pt;
+}
+
+dd {
+    margin-left: 30pt;
+    margin-top: 5pt;
+    margin-right: 20pt;
+    margin-bottom: 5pt;
+    border-right: none;
+    border-bottom: none;
+    border-left: none;
+    border-top: none;
+    padding-bottom: 8px;
+}
+
+dd p {
+    margin-left: 0pt;
+}
+
+dt {
+    font-size: 10pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bolder;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    border-top: none;
+    border-right: none;
+    border-bottom: solid #828DA6 1px;
+    border-left: none;
+    padding-bottom: 3px;
+}

Modified: harmony/standard/site/docs/subcomponents/drlvm/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/site.css?view=diff&rev=477658&r1=477657&r2=477658
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/site.css (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/site.css Tue Nov 21 04:59:22 2006
@@ -1,225 +1,242 @@
-body {
-    background-color: white;
-    color: black;
-    text-align: left;
-    text-align: left;
-    font: "Times New Roman", serif;
-}
-
-.menuItem {
-    vertical-align: top;
-    padding: 0pt;
-    margin-top: 4pt;
-    margin-bottom: 4pt;
-    margin-right: 0pt;
-    margin-left: 0pt;
-}
-
-h1 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #525D76;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 0pt;
-}
-
-h2 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #828DA6;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 10pt;
-}
-
-h3 {
-    font-weight: bold;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    text-transform: uppercase;
-    font-size: 11pt;
-}
-
-a:link {
-    color:#525D76;
-}
-
-p {
-    padding-left: 2pt;
-    margin-left: 20pt;
-}
-
-td.TableCell {
-    vertical-align: top;
-    text-align: left;
-    background-color: #a0ddf0;
-}
-
-th.TableHeading {
-    background-color: #039acc;
-    text-align: center;
-    color: black;
-    font-family: Arial, Helvetica, sans-serif;
-    padding: 2pt;
-}
-
-table {
-    margin-left: 0pt;
-    margin-right: 0pt;
-}
-
-img {
-    border: none;
-}
-
-pre {
-    background: #F3F5F7;
-    border: thin solid;
-    border-color: #828DA6;
-    padding: 12pt;
-    font-size: 11.0pt;
-    font-family: Courier;
-    margin-right: 10pt;
-    margin-left: 25pt;
-}
-
-.class {
-    font-weight: bold;
-    font-size: 10pt;
-    font-family: Arial;
-    border-top: none;
-    border-right: none;
-    border-left: none;
-    border-bottom: solid #525D76 2px;
-}
-
-.special {
-    font-weight: bold;
-    text-align: center;
-    color: #525D76;
-    margin-top: 3pt;
-    margin-bottom: 3pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.backtotop {
-    font-weight: bold;
-    margin-left: 0pt;
-}
-
-.note {
-    color: red;
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.notetext {
-    padding-left: 20pt;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.example {
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.exampletext {
-    margin-left: 40pt;
-}
-
-.TOCHeading {
-    font-weight: bold;
-    font-size: 12pt;
-    text-align: left;
-    color: #000000;
-    font-family: Arial, helvetica, sans-serif;
-    padding-left: 15px;
-    margin-bottom: 5pt;
-    margin-top: 5pt;
-    margin-left: 5px;
-    margin-right: 0pt;
-}
-
-.TOC {
-    font-size: 11pt;
-    text-indent: 15pt;
-    color: white;
-    padding-left: 15px;
-    margin-left: 5px;
-    margin-right: 0.00px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    font-family: Arial, helvetica, sans-serif;
-}
-
-.update {
-    color: #A9A9A9;
-    font-size: smaller;
-    font-style: italic;
-}
-
-li {
-    margin-left: 20pt;
-    padding-left: 1pt;
-    padding-top: 1pt;
-    padding-bottom: 1pt;
-    padding-right: 0pt;
-}
-
-ol li {
-    list-style-type: decimal;
-}
-
-ul li {
-    list-style-type: square;
-}
-
-li ul li {
-    list-style-type: disc;
-}
-
-dl {
-    margin: 5pt;
-}
-
-dd {
-    margin-left: 30pt;
-    margin-top: 5pt;
-    margin-right: 20pt;
-    margin-bottom: 5pt;
-    border-right: none;
-    border-bottom: none;
-    border-left: none;
-    border-top: none;
-    padding-bottom: 8px;
-}
-
-dd p {
-    margin-left: 0pt;
-}
-
-dt {
-    font-size: 10pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bolder;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    border-top: none;
-    border-right: none;
-    border-bottom: solid #828DA6 1px;
-    border-left: none;
-    padding-bottom: 3px;
-}
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
+body {
+    background-color: white;
+    color: black;
+    text-align: left;
+    text-align: left;
+    font: "Times New Roman", serif;
+}
+
+.menuItem {
+    vertical-align: top;
+    padding: 0pt;
+    margin-top: 4pt;
+    margin-bottom: 4pt;
+    margin-right: 0pt;
+    margin-left: 0pt;
+}
+
+h1 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #525D76;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 0pt;
+}
+
+h2 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #828DA6;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 10pt;
+}
+
+h3 {
+    font-weight: bold;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    text-transform: uppercase;
+    font-size: 11pt;
+}
+
+a:link {
+    color:#525D76;
+}
+
+p {
+    padding-left: 2pt;
+    margin-left: 20pt;
+}
+
+td.TableCell {
+    vertical-align: top;
+    text-align: left;
+    background-color: #a0ddf0;
+}
+
+th.TableHeading {
+    background-color: #039acc;
+    text-align: center;
+    color: black;
+    font-family: Arial, Helvetica, sans-serif;
+    padding: 2pt;
+}
+
+table {
+    margin-left: 0pt;
+    margin-right: 0pt;
+}
+
+img {
+    border: none;
+}
+
+pre {
+    background: #F3F5F7;
+    border: thin solid;
+    border-color: #828DA6;
+    padding: 12pt;
+    font-size: 11.0pt;
+    font-family: Courier;
+    margin-right: 10pt;
+    margin-left: 25pt;
+}
+
+.class {
+    font-weight: bold;
+    font-size: 10pt;
+    font-family: Arial;
+    border-top: none;
+    border-right: none;
+    border-left: none;
+    border-bottom: solid #525D76 2px;
+}
+
+.special {
+    font-weight: bold;
+    text-align: center;
+    color: #525D76;
+    margin-top: 3pt;
+    margin-bottom: 3pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.backtotop {
+    font-weight: bold;
+    margin-left: 0pt;
+}
+
+.note {
+    color: red;
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.notetext {
+    padding-left: 20pt;
+    margin-top: 0pt;
+    margin-bottom: 0pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.example {
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.exampletext {
+    margin-left: 40pt;
+}
+
+.TOCHeading {
+    font-weight: bold;
+    font-size: 12pt;
+    text-align: left;
+    color: #000000;
+    font-family: Arial, helvetica, sans-serif;
+    padding-left: 15px;
+    margin-bottom: 5pt;
+    margin-top: 5pt;
+    margin-left: 5px;
+    margin-right: 0pt;
+}
+
+.TOC {
+    font-size: 11pt;
+    text-indent: 15pt;
+    color: white;
+    padding-left: 15px;
+    margin-left: 5px;
+    margin-right: 0.00px;
+    margin-top: 0px;
+    margin-bottom: 0px;
+    font-family: Arial, helvetica, sans-serif;
+}
+
+.update {
+    color: #A9A9A9;
+    font-size: smaller;
+    font-style: italic;
+}
+
+li {
+    margin-left: 20pt;
+    padding-left: 1pt;
+    padding-top: 1pt;
+    padding-bottom: 1pt;
+    padding-right: 0pt;
+}
+
+ol li {
+    list-style-type: decimal;
+}
+
+ul li {
+    list-style-type: square;
+}
+
+li ul li {
+    list-style-type: disc;
+}
+
+dl {
+    margin: 5pt;
+}
+
+dd {
+    margin-left: 30pt;
+    margin-top: 5pt;
+    margin-right: 20pt;
+    margin-bottom: 5pt;
+    border-right: none;
+    border-bottom: none;
+    border-left: none;
+    border-top: none;
+    padding-bottom: 8px;
+}
+
+dd p {
+    margin-left: 0pt;
+}
+
+dt {
+    font-size: 10pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bolder;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    border-top: none;
+    border-right: none;
+    border-bottom: solid #828DA6 1px;
+    border-left: none;
+    padding-bottom: 3px;
+}

Modified: harmony/standard/site/docs/subcomponents/jchevm/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/jchevm/site.css?view=diff&rev=477658&r1=477657&r2=477658
==============================================================================
--- harmony/standard/site/docs/subcomponents/jchevm/site.css (original)
+++ harmony/standard/site/docs/subcomponents/jchevm/site.css Tue Nov 21 04:59:22 2006
@@ -1,225 +1,242 @@
-body {
-    background-color: white;
-    color: black;
-    text-align: left;
-    text-align: left;
-    font: "Times New Roman", serif;
-}
-
-.menuItem {
-    vertical-align: top;
-    padding: 0pt;
-    margin-top: 4pt;
-    margin-bottom: 4pt;
-    margin-right: 0pt;
-    margin-left: 0pt;
-}
-
-h1 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #525D76;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 0pt;
-}
-
-h2 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #828DA6;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 10pt;
-}
-
-h3 {
-    font-weight: bold;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    text-transform: uppercase;
-    font-size: 11pt;
-}
-
-a:link {
-    color:#525D76;
-}
-
-p {
-    padding-left: 2pt;
-    margin-left: 20pt;
-}
-
-td.TableCell {
-    vertical-align: top;
-    text-align: left;
-    background-color: #a0ddf0;
-}
-
-th.TableHeading {
-    background-color: #039acc;
-    text-align: center;
-    color: black;
-    font-family: Arial, Helvetica, sans-serif;
-    padding: 2pt;
-}
-
-table {
-    margin-left: 0pt;
-    margin-right: 0pt;
-}
-
-img {
-    border: none;
-}
-
-pre {
-    background: #F3F5F7;
-    border: thin solid;
-    border-color: #828DA6;
-    padding: 12pt;
-    font-size: 11.0pt;
-    font-family: Courier;
-    margin-right: 10pt;
-    margin-left: 25pt;
-}
-
-.class {
-    font-weight: bold;
-    font-size: 10pt;
-    font-family: Arial;
-    border-top: none;
-    border-right: none;
-    border-left: none;
-    border-bottom: solid #525D76 2px;
-}
-
-.special {
-    font-weight: bold;
-    text-align: center;
-    color: #525D76;
-    margin-top: 3pt;
-    margin-bottom: 3pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.backtotop {
-    font-weight: bold;
-    margin-left: 0pt;
-}
-
-.note {
-    color: red;
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.notetext {
-    padding-left: 20pt;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.example {
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.exampletext {
-    margin-left: 40pt;
-}
-
-.TOCHeading {
-    font-weight: bold;
-    font-size: 12pt;
-    text-align: left;
-    color: #000000;
-    font-family: Arial, helvetica, sans-serif;
-    padding-left: 15px;
-    margin-bottom: 5pt;
-    margin-top: 5pt;
-    margin-left: 5px;
-    margin-right: 0pt;
-}
-
-.TOC {
-    font-size: 11pt;
-    text-indent: 15pt;
-    color: white;
-    padding-left: 15px;
-    margin-left: 5px;
-    margin-right: 0.00px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    font-family: Arial, helvetica, sans-serif;
-}
-
-.update {
-    color: #A9A9A9;
-    font-size: smaller;
-    font-style: italic;
-}
-
-li {
-    margin-left: 20pt;
-    padding-left: 1pt;
-    padding-top: 1pt;
-    padding-bottom: 1pt;
-    padding-right: 0pt;
-}
-
-ol li {
-    list-style-type: decimal;
-}
-
-ul li {
-    list-style-type: square;
-}
-
-li ul li {
-    list-style-type: disc;
-}
-
-dl {
-    margin: 5pt;
-}
-
-dd {
-    margin-left: 30pt;
-    margin-top: 5pt;
-    margin-right: 20pt;
-    margin-bottom: 5pt;
-    border-right: none;
-    border-bottom: none;
-    border-left: none;
-    border-top: none;
-    padding-bottom: 8px;
-}
-
-dd p {
-    margin-left: 0pt;
-}
-
-dt {
-    font-size: 10pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bolder;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    border-top: none;
-    border-right: none;
-    border-bottom: solid #828DA6 1px;
-    border-left: none;
-    padding-bottom: 3px;
-}
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
+body {
+    background-color: white;
+    color: black;
+    text-align: left;
+    text-align: left;
+    font: "Times New Roman", serif;
+}
+
+.menuItem {
+    vertical-align: top;
+    padding: 0pt;
+    margin-top: 4pt;
+    margin-bottom: 4pt;
+    margin-right: 0pt;
+    margin-left: 0pt;
+}
+
+h1 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #525D76;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 0pt;
+}
+
+h2 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #828DA6;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 10pt;
+}
+
+h3 {
+    font-weight: bold;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    text-transform: uppercase;
+    font-size: 11pt;
+}
+
+a:link {
+    color:#525D76;
+}
+
+p {
+    padding-left: 2pt;
+    margin-left: 20pt;
+}
+
+td.TableCell {
+    vertical-align: top;
+    text-align: left;
+    background-color: #a0ddf0;
+}
+
+th.TableHeading {
+    background-color: #039acc;
+    text-align: center;
+    color: black;
+    font-family: Arial, Helvetica, sans-serif;
+    padding: 2pt;
+}
+
+table {
+    margin-left: 0pt;
+    margin-right: 0pt;
+}
+
+img {
+    border: none;
+}
+
+pre {
+    background: #F3F5F7;
+    border: thin solid;
+    border-color: #828DA6;
+    padding: 12pt;
+    font-size: 11.0pt;
+    font-family: Courier;
+    margin-right: 10pt;
+    margin-left: 25pt;
+}
+
+.class {
+    font-weight: bold;
+    font-size: 10pt;
+    font-family: Arial;
+    border-top: none;
+    border-right: none;
+    border-left: none;
+    border-bottom: solid #525D76 2px;
+}
+
+.special {
+    font-weight: bold;
+    text-align: center;
+    color: #525D76;
+    margin-top: 3pt;
+    margin-bottom: 3pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.backtotop {
+    font-weight: bold;
+    margin-left: 0pt;
+}
+
+.note {
+    color: red;
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.notetext {
+    padding-left: 20pt;
+    margin-top: 0pt;
+    margin-bottom: 0pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.example {
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.exampletext {
+    margin-left: 40pt;
+}
+
+.TOCHeading {
+    font-weight: bold;
+    font-size: 12pt;
+    text-align: left;
+    color: #000000;
+    font-family: Arial, helvetica, sans-serif;
+    padding-left: 15px;
+    margin-bottom: 5pt;
+    margin-top: 5pt;
+    margin-left: 5px;
+    margin-right: 0pt;
+}
+
+.TOC {
+    font-size: 11pt;
+    text-indent: 15pt;
+    color: white;
+    padding-left: 15px;
+    margin-left: 5px;
+    margin-right: 0.00px;
+    margin-top: 0px;
+    margin-bottom: 0px;
+    font-family: Arial, helvetica, sans-serif;
+}
+
+.update {
+    color: #A9A9A9;
+    font-size: smaller;
+    font-style: italic;
+}
+
+li {
+    margin-left: 20pt;
+    padding-left: 1pt;
+    padding-top: 1pt;
+    padding-bottom: 1pt;
+    padding-right: 0pt;
+}
+
+ol li {
+    list-style-type: decimal;
+}
+
+ul li {
+    list-style-type: square;
+}
+
+li ul li {
+    list-style-type: disc;
+}
+
+dl {
+    margin: 5pt;
+}
+
+dd {
+    margin-left: 30pt;
+    margin-top: 5pt;
+    margin-right: 20pt;
+    margin-bottom: 5pt;
+    border-right: none;
+    border-bottom: none;
+    border-left: none;
+    border-top: none;
+    padding-bottom: 8px;
+}
+
+dd p {
+    margin-left: 0pt;
+}
+
+dt {
+    font-size: 10pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bolder;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    border-top: none;
+    border-right: none;
+    border-bottom: solid #828DA6 1px;
+    border-left: none;
+    padding-bottom: 3px;
+}

Modified: harmony/standard/site/docs/subcomponents/stresstest/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/stresstest/site.css?view=diff&rev=477658&r1=477657&r2=477658
==============================================================================
--- harmony/standard/site/docs/subcomponents/stresstest/site.css (original)
+++ harmony/standard/site/docs/subcomponents/stresstest/site.css Tue Nov 21 04:59:22 2006
@@ -1,225 +1,242 @@
-body {
-    background-color: white;
-    color: black;
-    text-align: left;
-    text-align: left;
-    font: "Times New Roman", serif;
-}
-
-.menuItem {
-    vertical-align: top;
-    padding: 0pt;
-    margin-top: 4pt;
-    margin-bottom: 4pt;
-    margin-right: 0pt;
-    margin-left: 0pt;
-}
-
-h1 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #525D76;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 0pt;
-}
-
-h2 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #828DA6;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 10pt;
-}
-
-h3 {
-    font-weight: bold;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    text-transform: uppercase;
-    font-size: 11pt;
-}
-
-a:link {
-    color:#525D76;
-}
-
-p {
-    padding-left: 2pt;
-    margin-left: 20pt;
-}
-
-td.TableCell {
-    vertical-align: top;
-    text-align: left;
-    background-color: #a0ddf0;
-}
-
-th.TableHeading {
-    background-color: #039acc;
-    text-align: center;
-    color: black;
-    font-family: Arial, Helvetica, sans-serif;
-    padding: 2pt;
-}
-
-table {
-    margin-left: 0pt;
-    margin-right: 0pt;
-}
-
-img {
-    border: none;
-}
-
-pre {
-    background: #F3F5F7;
-    border: thin solid;
-    border-color: #828DA6;
-    padding: 12pt;
-    font-size: 11.0pt;
-    font-family: Courier;
-    margin-right: 10pt;
-    margin-left: 25pt;
-}
-
-.class {
-    font-weight: bold;
-    font-size: 10pt;
-    font-family: Arial;
-    border-top: none;
-    border-right: none;
-    border-left: none;
-    border-bottom: solid #525D76 2px;
-}
-
-.special {
-    font-weight: bold;
-    text-align: center;
-    color: #525D76;
-    margin-top: 3pt;
-    margin-bottom: 3pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.backtotop {
-    font-weight: bold;
-    margin-left: 0pt;
-}
-
-.note {
-    color: red;
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.notetext {
-    padding-left: 20pt;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.example {
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.exampletext {
-    margin-left: 40pt;
-}
-
-.TOCHeading {
-    font-weight: bold;
-    font-size: 12pt;
-    text-align: left;
-    color: #000000;
-    font-family: Arial, helvetica, sans-serif;
-    padding-left: 15px;
-    margin-bottom: 5pt;
-    margin-top: 5pt;
-    margin-left: 5px;
-    margin-right: 0pt;
-}
-
-.TOC {
-    font-size: 11pt;
-    text-indent: 15pt;
-    color: white;
-    padding-left: 15px;
-    margin-left: 5px;
-    margin-right: 0.00px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    font-family: Arial, helvetica, sans-serif;
-}
-
-.update {
-    color: #A9A9A9;
-    font-size: smaller;
-    font-style: italic;
-}
-
-li {
-    margin-left: 20pt;
-    padding-left: 1pt;
-    padding-top: 1pt;
-    padding-bottom: 1pt;
-    padding-right: 0pt;
-}
-
-ol li {
-    list-style-type: decimal;
-}
-
-ul li {
-    list-style-type: square;
-}
-
-li ul li {
-    list-style-type: disc;
-}
-
-dl {
-    margin: 5pt;
-}
-
-dd {
-    margin-left: 30pt;
-    margin-top: 5pt;
-    margin-right: 20pt;
-    margin-bottom: 5pt;
-    border-right: none;
-    border-bottom: none;
-    border-left: none;
-    border-top: none;
-    padding-bottom: 8px;
-}
-
-dd p {
-    margin-left: 0pt;
-}
-
-dt {
-    font-size: 10pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bolder;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    border-top: none;
-    border-right: none;
-    border-bottom: solid #828DA6 1px;
-    border-left: none;
-    padding-bottom: 3px;
-}
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
+body {
+    background-color: white;
+    color: black;
+    text-align: left;
+    text-align: left;
+    font: "Times New Roman", serif;
+}
+
+.menuItem {
+    vertical-align: top;
+    padding: 0pt;
+    margin-top: 4pt;
+    margin-bottom: 4pt;
+    margin-right: 0pt;
+    margin-left: 0pt;
+}
+
+h1 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #525D76;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 0pt;
+}
+
+h2 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #828DA6;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 10pt;
+}
+
+h3 {
+    font-weight: bold;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    text-transform: uppercase;
+    font-size: 11pt;
+}
+
+a:link {
+    color:#525D76;
+}
+
+p {
+    padding-left: 2pt;
+    margin-left: 20pt;
+}
+
+td.TableCell {
+    vertical-align: top;
+    text-align: left;
+    background-color: #a0ddf0;
+}
+
+th.TableHeading {
+    background-color: #039acc;
+    text-align: center;
+    color: black;
+    font-family: Arial, Helvetica, sans-serif;
+    padding: 2pt;
+}
+
+table {
+    margin-left: 0pt;
+    margin-right: 0pt;
+}
+
+img {
+    border: none;
+}
+
+pre {
+    background: #F3F5F7;
+    border: thin solid;
+    border-color: #828DA6;
+    padding: 12pt;
+    font-size: 11.0pt;
+    font-family: Courier;
+    margin-right: 10pt;
+    margin-left: 25pt;
+}
+
+.class {
+    font-weight: bold;
+    font-size: 10pt;
+    font-family: Arial;
+    border-top: none;
+    border-right: none;
+    border-left: none;
+    border-bottom: solid #525D76 2px;
+}
+
+.special {
+    font-weight: bold;
+    text-align: center;
+    color: #525D76;
+    margin-top: 3pt;
+    margin-bottom: 3pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.backtotop {
+    font-weight: bold;
+    margin-left: 0pt;
+}
+
+.note {
+    color: red;
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.notetext {
+    padding-left: 20pt;
+    margin-top: 0pt;
+    margin-bottom: 0pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.example {
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.exampletext {
+    margin-left: 40pt;
+}
+
+.TOCHeading {
+    font-weight: bold;
+    font-size: 12pt;
+    text-align: left;
+    color: #000000;
+    font-family: Arial, helvetica, sans-serif;
+    padding-left: 15px;
+    margin-bottom: 5pt;
+    margin-top: 5pt;
+    margin-left: 5px;
+    margin-right: 0pt;
+}
+
+.TOC {
+    font-size: 11pt;
+    text-indent: 15pt;
+    color: white;
+    padding-left: 15px;
+    margin-left: 5px;
+    margin-right: 0.00px;
+    margin-top: 0px;
+    margin-bottom: 0px;
+    font-family: Arial, helvetica, sans-serif;
+}
+
+.update {
+    color: #A9A9A9;
+    font-size: smaller;
+    font-style: italic;
+}
+
+li {
+    margin-left: 20pt;
+    padding-left: 1pt;
+    padding-top: 1pt;
+    padding-bottom: 1pt;
+    padding-right: 0pt;
+}
+
+ol li {
+    list-style-type: decimal;
+}
+
+ul li {
+    list-style-type: square;
+}
+
+li ul li {
+    list-style-type: disc;
+}
+
+dl {
+    margin: 5pt;
+}
+
+dd {
+    margin-left: 30pt;
+    margin-top: 5pt;
+    margin-right: 20pt;
+    margin-bottom: 5pt;
+    border-right: none;
+    border-bottom: none;
+    border-left: none;
+    border-top: none;
+    padding-bottom: 8px;
+}
+
+dd p {
+    margin-left: 0pt;
+}
+
+dt {
+    font-size: 10pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bolder;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    border-top: none;
+    border-right: none;
+    border-bottom: solid #828DA6 1px;
+    border-left: none;
+    padding-bottom: 3px;
+}

Modified: harmony/standard/site/xdocs/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/site.css?view=diff&rev=477658&r1=477657&r2=477658
==============================================================================
--- harmony/standard/site/xdocs/site.css (original)
+++ harmony/standard/site/xdocs/site.css Tue Nov 21 04:59:22 2006
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
 body {
     background-color: white;
     color: black;