Author: sebor
Date: Thu Jul 28 12:14:49 2005
New Revision: 225855

URL: http://svn.apache.org/viewcvs?rev=225855&view=rev
Log:
*  basic.css: Cleaned up style sheet.
*  index.html:
   -  Replaced the Apache logo with the Incubator logo.
   -  Added meaninful mouseover titles to images.
   -  Addde a Last Modified date and enabled the $Date$ keyword.
   -  Corrected the Rogue Wave C++ Standard Library version to 4.1.0.
   -  Added a link to the Rogue Wave support matrix describing in
      detail the platforms supported by the contributed sources.
   -  Added a "Bugs" link to stdcxx Jira.
   -  Tidied up HTML formatting a bit.

Modified:
    incubator/stdcxx/site/basic.css
    incubator/stdcxx/site/index.html   (contents, props changed)

Modified: incubator/stdcxx/site/basic.css
URL: 
http://svn.apache.org/viewcvs/incubator/stdcxx/site/basic.css?rev=225855&r1=225854&r2=225855&view=diff
==============================================================================
--- incubator/stdcxx/site/basic.css (original)
+++ incubator/stdcxx/site/basic.css Thu Jul 28 12:14:49 2005
@@ -1,1247 +1,696 @@
-/*

-

-* Copyright 2002-2004 The Apache Software Foundation

-

-*

-

-* Licensed 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.

-

-*/

-

-/**

-

- * General

-

- */

-

-

-

-img { border: 0; }

-

-

-

-#content table {

-

-  border: 0;

-

-  width: 100%;

-

-}

-

-#content th,

-

-#content td {

-

-  margin: 0;

-

-  padding: 0;

-

-  vertical-align: top;

-

-}

-

-

-

-.clearboth {

-

-  clear: both;

-

-}

-

-

-

-.frame {

-

-  border: solid black 1px;

-

-  margin: 1em 3em;

-

-}

-

-

-

-.frame .label {

-

-  background: #369;

-

-  color: white;

-

-  font-weight: bold;

-

-  padding: 5px 10px;

-

-}

-

-.frame .content {

-

-  padding: 5px 10px;

-

-  background: #F0F0FF;

-

-  color: black;

-

-  line-height: 120%;

-

-  font-size: 90%;

-

-}

-

-.warning .label {

-

-  background: #C00;

-

-  color: white;

-

-}

-

-.warning .content {

-

-  background: #FFF0F0;

-

-  color: black;

-

-}

-

-.fixme .label {

-

-  background: #C6C600;

-

-}

-

-

-

-/**

-

- * Typography

-

- */

-

-

-

-body {

-

-  font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;

-

-  font-size: 100%;

-

-}

-

-

-

-#content {

-

-  font-family: Georgia, Palatino, Times, serif;

-

-  font-size: 95%;

-

-}

-

-#tabs {

-

-  font-size: 70%;

-

-}

-

-#menu {

-

-  font-size: 80%;

-

-}

-

-#footer {

-

-  font-size: 70%;

-

-}

-

-

-

-h1, h2, h3, h4, h5, h6 {

-

-  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;

-

-  font-weight: bold;

-

-  margin-top: 1em;

-

-  margin-bottom: .5em;

-

-}

-

-

-

-h1 {

-

-    margin-top: 0;

-

-    margin-bottom: 1em;

-

-  font-size: 1.4em;

-

-}

-

-#content h1 {

-

-  font-size: 160%;

-

-  margin-bottom: .5em;

-

-}

-

-#menu h1 {

-

-  margin: 0;

-

-  padding: 10px;

-

-  background: #336699;

-

-  color: white;

-

-}

-

-h2 { font-size: 120%; }

-

-h3 { font-size: 100%; }

-

-h4 { font-size: 90%; }

-

-h5 { font-size: 80%; }

-

-h6 { font-size: 75%; }

-

-

-

-p {

-

-  line-height: 120%;

-

-  text-align: left;

-

-  margin-top: .5em;

-

-  margin-bottom: 1em;

-

-}

-

-

-

-#content li,

-

-#content th,

-

-#content td {

-

-  line-height: 110%;  

-

-  margin-top: .1em;

-

-  margin-bottom: .1em;

-

-}

-

-

-

-#content .attribution {

-

-  text-align: right;

-

-  font-style: italic;

-

-  font-size: 85%;

-

-  margin-top: 1em;

-

-}

-

-

-

-.codefrag {

-

-  font-family: "Courier New", Courier, monospace;

-

-  font-size: 110%;

-

-}

-

-

-body {  margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; }

-

-

-

-h1     { font-size : 160%; margin: 0px 0px 0px 0px;  padding: 0px; }

-

-h2     { font-size : 140%; margin: 0.9em 0px 0px 0px; padding: 0px; 
font-weight : bold;}

-

-h3     { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; 
font-weight : bold; }

-

-.h3 { margin: 22px 0px 3px 0px; }

-

-h4     { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; 
font-weight : normal; text-align: left; }

-

-.h4 { margin: 18px 0px 0px 0px; }

-

-h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight 
: bold;   text-align: left; }

-

-h5     { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight 
: normal; text-align: left; }

-

-

-

-/**

-

-* table

-

-*/

-

-table .title { background-color: #000000; }

-

-.ForrestTable         {

-

-    color: #ffffff;

-

-    background-color: #7099C5;

-

-    width: 100%;

-

-    font-size : 100%;

-

-    empty-cells: show;

-

-}

-

-table caption {

-

-    padding-left: 5px;

-

-    color: white;

-

-    text-align: left;

-

-    font-weight: bold;

-

-    background-color: #000000;

-

-}

-

-.ForrestTable td {

-

-    color: black;

-

-    background-color: #f0f0ff;

-

-}

-

-.ForrestTable th { text-align: center; }

-

-/**

-

- * Page Header

-

- */

-

-

-

-#top {

-

-    position: relative;

-

-    float: left;

-

-    width: 100%;

-

-    background: #294563; /* if you want a background in the header, put it 
here */

-

-}

-

-

-

-#top .breadtrail {

-

-    background: #CFDCED;

-

-    color: black;

-

-    border-bottom: solid 1px white;

-

-    padding: 3px 10px;

-

-    font-size: 75%;

-

-}

-

-#top .breadtrail a { color: black; }

-

-

-#top .header {

-

-    float: left;

-

-    width: 100%;

-

-}

-

-

-

-#top .grouplogo {

-

-    padding: 7px 0 10px 10px;

-

-    float: left;

-

-    text-align: left;

-

-}

-

-#top .projectlogo {

-

-    padding: 7px 0px 40px 20px;

-

-    position: absolute;

-

-    right: 40px;

-

-    width: 33%;

-

-    text-align: right;

-

-}

-

-#top .projectlogoA1 {

-

-    padding: 7px 0 10px 10px;

-

-    float: right;

-

-}

-

-html>body #top .searchbox {

-

-    bottom: 0px;

-

-}

-

-#top .searchbox {

-

-    position: absolute;

-

-    right: 10px;

-

-    height: 42px;

-

-    font-size: 70%;

-

-    white-space: nowrap;

-

-    text-align: right;

-

-    color: white;

-

-     background-color: #E1E0D6;

-

-    z-index:0;

-

-       background-image: 
url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);

-

-    background-repeat: no-repeat;

-       

-    bottom: -1px; /* compensate for IE rendering issue */

-

-}

-

-

-

-#top .searchbox form {

-

-    padding: 5px 10px;

-

-    margin: 0;

-

-}

-

-#top .searchbox p {

-

-    padding: 0 0 2px 0;

-

-    margin: 0;

-

-}

-

-#top .searchbox input {

-

-    font-size: 100%;

-

-}

-

-

-

-#tabs {

-

-    clear: both;

-

-    padding-left: 10px;

-

-    margin: 0;

-

-    list-style: none;

-

-}

-

-/*    background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/

-

-#tabs li {

-

-    float: left;

-

-    background-repeat: no-repeat;

-

-    background-position: top right;

-

-    background-color: #000000;

-

-    margin: 0 3px 0 0;

-

-    padding: 0;

-

-}

-

-

-

-/*background: url("images/tab-left.gif") no-repeat left top;*/

-

-#tabs li a {

-

-    float: left;

-

-    display: block;

-

-    font-family: verdana, arial, sans-serif;

-

-    text-decoration: none;

-

-    color: black;

-

-    white-space: nowrap;

-

-    background-repeat: no-repeat;

-

-    background-position: top left;

-

-    padding: 5px 15px 4px;

-

-    width: .1em; /* IE/Win fix */

-

-}

-

-

-

-#tabs > li a { width: auto; } /* Rest of IE/Win fix */

-

-

-

-/* Commented Backslash Hack hides rule from IE5-Mac \*/

-

-#tabs a { float: none; }

-

-/* End IE5-Mac hack */

-

-

-

-#top .header .current {

-

-    background-color: #4C6C8F;

-

-    background-position: top right;

-

-}

-

-#top .header .current a {

-

-    font-weight: bold;

-

-    padding-bottom: 5px;

-

-    color: white;

-       

-    background-position: top left;

-

-}

-

-#publishedStrip {

-

-    padding-right: 10px;

-

-    padding-left: 20px;

-

-    padding-top: 3px;

-

-    padding-bottom:3px;

-

-    color: #ffffff;

-

-    font-size : 60%;

-

-    font-weight: bold;

-

-    background-color: #4C6C8F;

-

-    text-align:right;

-

-}

-

-

-

-#level2tabs {

-

-margin: 0;

-

-float:left;

-

-position:relative;

-

-}

-

-

-

-/*

-

-*    border-top: solid #4C6C8F 15px;

-

-*/

-

-#main {

-

-    position: relative;

-

-    background: white;

-

-    clear:both;

-

-}

-

-#main .breadtrail {

-

-    clear:both;

-

-    position: relative;

-

-    background: #CFDCED;

-

-    color: black;

-

-    border-bottom: solid 1px black;

-

-    border-top: solid 1px black;

-

-    padding: 0px 180px;

-

-    font-size: 75%;

-

-    z-index:10;

-

-}

-

-

-#roundtop {

-

-    background-image: url(images/rc-t-r-15-1body-2menu-3menu.png);

-

-    background-repeat: no-repeat;

-

-    background-position: top right;

-

-}

-

-

-

-#roundbottom {

-

-    background-image: url(images/rc-b-r-15-1body-2menu-3menu.png);

-

-    background-repeat: no-repeat;

-

-    background-position: top right;

-

-}

-

-

-

-img.corner {

-

-   width: 15px;

-

-   height: 15px;

-

-   border: none;

-

-   display: block !important;

-

-}

-

-

- 

-.roundtopsmall {

-

-    background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png);

-

-    background-repeat: no-repeat;

-

-    background-position: top right;

-

-}

-

-

-

-#roundbottomsmall {

-

-    background-image: 
url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png);

-

-    background-repeat: no-repeat;

-

-    background-position: top right;

-

-}

-

-

-

-img.cornersmall {

-

-   width: 5px;

-

-   height: 5px;

-

-   border: none;

-

-   display: block !important;

-

-}

-

-

-/**

-

- * Side menu

-

- */

-

-#menu a {  font-weight: normal; color: white; text-decoration: none; }

-

-#menu a:visited {  font-weight: normal; color: white; text-decoration: none; }

-

-#menu a:active {  font-weight: normal; color: white; text-decoration: none;}

-

-#menu a:hover {  font-weight: normal; color: yellow; text-decoration: none; }

-

-

-

-#menuarea { width:10em;}

-

-#menu {

-

-    position: relative;

-

-    float: left;

-

-    width: 125px;

-

-    padding-top: 0px;

-

-    top:-18px;

-

-    left:10px;

-

-    z-index: 20;

-

-     background-color: #4C6C8F;

-

-    font-size : 70%;

-

-}

-

-

-

-.menutitle {

-

-        cursor: pointer;

-

-        padding: 3px 12px;

-

-        margin-left: 10px;

-

-        background-position: center left;

-

-        font-weight : bold;

-

-}

-

-

-

-#menu .menuitemgroup {

-

-        margin: 0px 0px 6px 8px;

-

-        padding: 0px;

-

-        font-weight : bold; }

-

-

-

-#menu .selectedmenuitemgroup{

-

-        margin: 0px 0px 6px 8px;

-

-        padding: 0px;

-

-        font-weight : bold; }

-

-

-

-#menu .menuitem {

-

-        padding: 5px 0px 0px 0px;

-

-        background-position:left;

-

-        font-weight : bold;

-

-        margin-left: 2px;

-

-}

-

-

-

-#menu .menupage {

-

-        margin: 5px 0px 5px 10px;

-

-        padding: 0px 3px 0px 12px;

-

-        background-position: top left;

-

-        font-style : normal;

-

-}

-

-#menu .menupagetitle {

-

-        padding: 0px 0px 0px 6px;

-

-        font-style : normal;

-

-        border-style: solid;

-

-        border-width: 1px;

-

-        margin-right: 10px;

-

-}

-

-#menu .menupageitemgroup {

-

-        padding: 3px 0px 4px 6px;

-

-        font-style : normal;

-

-        border-bottom: 1px solid ;

-

-        border-left: 1px solid ;

-

-        border-right: 1px solid ;

-

-        margin-right: 10px;

-

-}

-

-#menu .menupageitem {

-

-        font-style : normal;

-

-        font-weight : normal;

-

-        border-width: 0px;

-

-        font-size : 90%;

-

-}

-

-#menu #credit {

-

-    text-align: center;

-

-}

-

-

-

-#content {

-

-    padding: 20px 20px 20px 180px;

-

-    margin: 0;

-

-    font : small Verdana, Helvetica, sans-serif;

-

-    font-size : 80%;

-

-}

-

-

-

-#content ul {

-

-    margin: 0;

-

-    padding: 0 25px;

-

-}

-

-#content li {

-

-    padding: 0 5px;

-

-}

-

-#feedback {

-

-    color: black;

-

-    background: #CFDCED;

-

-    text-align:center;

-

-    margin-top: 5px;

-

-}

-

-#feedback #feedbackto {

-

-    font-size: 90%;

-

-    color: black;

-

-}

-

-#footer {

-

-    clear: both;

-

-    position: relative; /* IE bugfix 
(http://www.dracos.co.uk/web/css/ie6floatbug/) */

-

-    width: 100%;

-

-    background: #CFDCED;

-

-    border-top: solid 1px #4C6C8F;

-

-    color: black;

-

-}

-

-#footer .copyright {

-

-    position: relative; /* IE bugfix cont'd */

-

-    padding: 5px;

-

-    margin: 0;

-

-    width: 45%;

-

-}

-

-#footer .lastmodified {

-

-    position: relative; /* IE bugfix cont'd */

-

-    float: right;

-

-    width: 45%;

-

-    padding: 5px;

-

-    margin: 0;

-

-    text-align: right;

-

-}

-

-#footer a { color: white; }

-

-

-

-#footer #logos {

-

-    text-align: left;

-

-}

-

-

-

-

-

-/**

-

- * Misc Styles

-

- */

-

-

-

-acronym { cursor: help; }

-

-.boxed      { background-color: #a5b6c6;}

-

-.underlined_5     {border-bottom: solid 5px #4C6C8F;}

-

-.underlined_10     {border-bottom: solid 10px #4C6C8F;}

-

-/* ==================== snail trail ============================ */

-

-

-

-.trail {

-

-  position: relative; /* IE bugfix cont'd */

-

-  font-size: 70%;

-

-  text-align: right;

-

-  float: right;

-

-  margin: -10px 5px 0px 5px;

-

-  padding: 0;

-

-}

-

-

-

-#minitoc-area {

-

-    border-top: solid 1px #4C6C8F;

-

-    border-bottom: solid 1px #4C6C8F;

-

-    margin-bottom: 15px;

-

-    margin-left: 15px;

-

-    margin-right: 10%;

-

-    padding-bottom: 5px;

-

-    padding-top: 5px;

-

-}

-

-.minitoc {

-

-    font-weight: normal;

-

-}

-

-li p {

-

-    margin: 0;

-

-    padding: 0;

-

-}

-

-

-

-.pdflink {

-

-    position: relative; /* IE bugfix cont'd */

-

-    float: right;

-

-    margin: 0px 5px;

-

-    padding: 0;

-

-}

-

-.pdflink br {

-

-    margin-top: -10px;

-

-    padding-left: 1px;

-

-}

-

-.pdflink a {

-

-    display: block;

-

-    font-size: 70%;

-

-    text-align: center;

-

-    margin: 0;

-

-    padding: 0;

-

-}

-

-

-

-.pdflink img {

-

-    display: block;

-

-    height: 16px;

-

-    width: 16px;

-

-}

-

-.xmllink {

-

-    position: relative; /* IE bugfix cont'd */

-

-    float: right;

-

-    margin: 0px 5px;

-

-    padding: 0;

-

-}

-

-.xmllink br {

-

-    margin-top: -10px;

-

-    padding-left: 1px;

-

-}

-

-.xmllink a {

-

-    display: block;

-

-    font-size: 70%;

-

-    text-align: center;

-

-    margin: 0;

-

-    padding: 0;

-

-}

-

-

-

-.xmllink img {

-

-    display: block;

-

-    height: 16px;

-

-    width: 16px;

-

-}

-

-.podlink {

-

-    position: relative; /* IE bugfix cont'd */

-

-    float: right;

-

-    margin: 0px 5px;

-

-    padding: 0;

-

-}

-

-.podlink br {

-

-    margin-top: -10px;

-

-    padding-left: 1px;

-

-}

-

-.podlink a {

-

-    display: block;

-

-    font-size: 70%;

-

-    text-align: center;

-

-    margin: 0;

-

-    padding: 0;

-

-}

-

-

-

-.podlink img {

-

-    display: block;

-

-    height: 16px;

-

-    width: 16px;

-

-}

-

-

-

-.printlink {

-

-    float: right;

-

-}

-

-.printlink br {

-

-    margin-top: -10px;

-

-    padding-left: 1px;

-

-}

-

-.printlink a {

-

-    display: block;

-

-    font-size: 70%;

-

-    text-align: center;

-

-    margin: 0;

-

-    padding: 0;

-

-}

-

-.printlink img {

-

-    display: block;

-

-    height: 16px;

-

-    width: 16px;

-

-}

+/*
+ * Copyright 2002-2004 The Apache Software Foundation
+ *
+ * Licensed 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.
+ */
+
+/**
+  * General
+  */
+
+img { border: 0; }
+
+#content table {
+  border: 0;
+  width: 100%;
+}
+
+#content th,
+#content td {
+  margin: 0;
+  padding: 0;
+  vertical-align: top;
+}
+
+.clearboth {
+  clear: both;
+}
+
+.frame {
+  border: solid black 1px;
+  margin: 1em 3em;
+}
+
+.frame .label {
+  background: #369;
+  color: white;
+  font-weight: bold;
+  padding: 5px 10px;
+}
+
+.frame .content {
+  padding: 5px 10px;
+  background: #F0F0FF;
+  color: black;
+  line-height: 120%;
+  font-size: 90%;
+}
+
+.warning .label {
+  background: #C00;
+  color: white;
+}
+
+.warning .content {
+  background: #FFF0F0;
+  color: black;
+}
+
+.fixme .label {
+  background: #C6C600;
+}
+
+
+/**
+ * Typography
+ */
+
+body {
+  font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
+  font-size: 100%;
+}
+
+#content {
+  font-family: Georgia, Palatino, Times, serif;
+  font-size: 95%;
+}
+
+#tabs {
+  font-size: 70%;
+}
+
+#menu {
+  font-size: 80%;
+}
+
+#footer {
+  font-size: 70%;
+}
+
+h1, h2, h3, h4, h5, h6 {
+  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
+  font-weight: bold;
+  margin-top: 1em;
+  margin-bottom: .5em;
+}
+
+h1 {
+  margin-top: 0;
+  margin-bottom: 1em;
+  font-size: 1.4em;
+}
+
+#content h1 {
+  font-size: 160%;
+  margin-bottom: .5em;
+}
+
+#menu h1 {
+  margin: 0;
+  padding: 10px;
+  background: #336699;
+  color: white;
+}
+
+h2 { font-size: 120%; }
+h3 { font-size: 100%; }
+h4 { font-size: 90%; }
+h5 { font-size: 80%; }
+h6 { font-size: 75%; }
+
+p {
+  line-height: 120%;
+  text-align: left;
+  margin-top: .5em;
+  margin-bottom: 1em;
+}
+
+#content li,
+#content th,
+#content td {
+  line-height: 110%;  
+  margin-top: .1em;
+  margin-bottom: .1em;
+}
+
+#content .attribution {
+  text-align: right;
+  font-style: italic;
+  font-size: 85%;
+  margin-top: 1em;
+}
+
+.codefrag {
+  font-family: "Courier New", Courier, monospace;
+  font-size: 110%;
+}
+
+body {  margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; }
+h1 { font-size : 160%; margin: 0px 0px 0px 0px;  padding: 0px; }
+h2 { font-size : 140%; margin: 0.9em 0px 0px 0px; padding: 0px; font-weight : 
bold;}
+h3 { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : 
bold; }
+.h3 { margin: 22px 0px 3px 0px; }
+h4 { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : 
normal; text-align: left; }
+.h4 { margin: 18px 0px 0px 0px; }
+h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight 
: bold;   text-align: left; }
+h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : 
normal; text-align: left; }
+
+
+/**
+* table
+*/
+
+table .title { background-color: #000000; }
+
+.ForrestTable {
+  color: #ffffff;
+  background-color: #7099C5;
+  width: 100%;
+  font-size : 100%;
+  empty-cells: show;
+}
+
+table caption {
+  padding-left: 5px;
+  color: white;
+  text-align: left;
+  font-weight: bold;
+  background-color: #000000;
+}
+
+.ForrestTable td {
+  color: black;
+  background-color: #f0f0ff;
+}
+
+.ForrestTable th { text-align: center; }
+
+
+/**
+ * Page Header
+ */
+
+#top {
+  position: relative;
+  float: left;
+  width: 100%;
+  background: #294563; /* if you want a background in the header, put it here 
*/
+}
+
+#top .breadtrail {
+  background: #CFDCED;
+  color: black;
+  border-bottom: solid 1px white;
+  padding: 3px 10px;
+  font-size: 75%;
+}
+
+#top .breadtrail a {
+  color: black;
+}
+
+#top .header {
+  float: left;
+  width: 100%;
+}
+
+#top .grouplogo {
+  padding: 7px 0 10px 10px;
+  float: left;
+  text-align: left;
+}
+
+#top .projectlogo {
+  padding: 7px 0px 40px 20px;
+  position: absolute;
+  right: 40px;
+  width: 33%;
+  text-align: right;
+}
+
+#top .projectlogoA1 {
+  padding: 7px 0 10px 10px;
+  float: right;
+}
+
+#top .searchbox {
+  bottom: 0px;
+}
+
+#top .searchbox {
+  position: absolute;
+  right: 10px;
+  height: 42px;
+  font-size: 70%;
+  white-space: nowrap;
+  text-align: right;
+  color: white;
+  background-color: #E1E0D6;
+  z-index:0;
+  background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);
+  background-repeat: no-repeat;
+  bottom: -1px; /* compensate for IE rendering issue */
+}
+
+#top .searchbox form {
+  padding: 5px 10px;
+  margin: 0;
+}
+
+#top .searchbox p {
+  padding: 0 0 2px 0;
+  margin: 0;
+}
+
+#top .searchbox input {
+  font-size: 100%;
+}
+
+#tabs {
+  clear: both;
+  padding-left: 10px;
+  margin: 0;
+  list-style: none;
+}
+
+/* background: #CFDCED url("images/tab-right.gif") no-repeat right top; */
+
+#tabs li {
+  float: left;
+  background-repeat: no-repeat;
+  background-position: top right;
+  background-color: #000000;
+  margin: 0 3px 0 0;
+  padding: 0;
+}
+
+/* background: url("images/tab-left.gif") no-repeat left top; */
+
+#tabs li a {
+  float: left;
+  display: block;
+  font-family: verdana, arial, sans-serif;
+  text-decoration: none;
+  color: black;
+  white-space: nowrap;
+  background-repeat: no-repeat;
+  background-position: top left;
+  padding: 5px 15px 4px;
+  width: .1em; /* IE/Win fix */
+}
+
+#tabs > li a { width: auto; } /* Rest of IE/Win fix */
+
+/* Commented Backslash Hack hides rule from IE5-Mac \*/
+
+#tabs a { float: none; }
+
+/* End IE5-Mac hack */
+
+#top .header .current {
+  background-color: #4C6C8F;
+  background-position: top right;
+}
+
+#top .header .current a {
+  font-weight: bold;
+  padding-bottom: 5px;
+  color: white;
+  background-position: top left;
+}
+
+#publishedStrip {
+  padding-right: 10px;
+  padding-left: 20px;
+  padding-top: 3px;
+  padding-bottom:3px;
+  color: #ffffff;
+  font-size : 60%;
+  font-weight: bold;
+  background-color: #4C6C8F;
+  text-align:right;
+}
+
+#level2tabs {
+  margin: 0;
+  float:left;
+  position:relative;
+}
+
+
+/*
+ *  border-top: solid #4C6C8F 15px;
+ */
+
+#main {
+  position: relative;
+  background: white;
+  clear:both;
+}
+
+#main .breadtrail {
+  clear:both;
+  position: relative;
+  background: #CFDCED;
+  color: black;
+  border-bottom: solid 1px black;
+  border-top: solid 1px black;
+  padding: 0px 180px;
+  font-size: 75%;
+  z-index:10;
+}
+
+#roundtop {
+  background-image: url(images/rc-t-r-15-1body-2menu-3menu.png);
+  background-repeat: no-repeat;
+  background-position: top right;
+}
+
+#roundbottom {
+  background-image: url(images/rc-b-r-15-1body-2menu-3menu.png);
+  background-repeat: no-repeat;
+  background-position: top right;
+}
+
+img.corner {
+   width: 15px;
+   height: 15px;
+   border: none;
+   display: block !important;
+}
+ 
+.roundtopsmall {
+  background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png);
+  background-repeat: no-repeat;
+  background-position: top right;
+}
+
+#roundbottomsmall {
+  background-image: 
url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png);
+  background-repeat: no-repeat;
+  background-position: top right;
+}
+
+img.cornersmall {
+   width: 5px;
+   height: 5px;
+   border: none;
+   display: block !important;
+}
+
+
+/**
+ * Side menu
+ */
+
+#menu a {  font-weight: normal; color: white; text-decoration: none; }
+#menu a:visited {  font-weight: normal; color: white; text-decoration: none; }
+#menu a:active {  font-weight: normal; color: white; text-decoration: none;}
+#menu a:hover {  font-weight: normal; color: yellow; text-decoration: none; }
+
+#menuarea { width:10em;}
+
+#menu {
+  position: relative;
+  float: left;
+  width: 125px;
+  padding-top: 0px;
+  top:-18px;
+  left:10px;
+  z-index: 20;
+  background-color: #4C6C8F;
+  font-size : 70%;
+}
+
+.menutitle {
+  cursor: pointer;
+  padding: 3px 12px;
+  margin-left: 10px;
+  background-position: center left;
+  font-weight : bold;
+}
+
+#menu .menuitemgroup {
+  margin: 0px 0px 6px 8px;
+  padding: 0px;
+  font-weight : bold;
+}
+
+#menu .selectedmenuitemgroup{
+  margin: 0px 0px 6px 8px;
+  padding: 0px;
+  font-weight : bold;
+}
+
+#menu .menuitem {
+  padding: 5px 0px 0px 0px;
+  background-position:left;
+  font-weight : bold;
+  margin-left: 2px;
+}
+
+#menu .menupage {
+  margin: 5px 0px 5px 10px;
+  padding: 0px 3px 0px 12px;
+  background-position: top left;
+  font-style : normal;
+}
+
+#menu .menupagetitle {
+  padding: 0px 0px 0px 6px;
+  font-style : normal;
+  border-style: solid;
+  border-width: 1px;
+  margin-right: 10px;
+}
+
+#menu .menupageitemgroup {
+  padding: 3px 0px 4px 6px;
+  font-style : normal;
+  border-bottom: 1px solid ;
+  border-left: 1px solid ;
+  border-right: 1px solid ;
+  margin-right: 10px;
+}
+
+#menu .menupageitem {
+  font-style : normal;
+  font-weight : normal;
+  border-width: 0px;
+  font-size : 90%;
+}
+
+#menu #credit {
+  text-align: center;
+}
+
+#content {
+  padding: 20px 20px 20px 180px;
+  margin: 0;
+  font : small Verdana, Helvetica, sans-serif;
+  font-size : 80%;
+}
+
+#content ul {
+  margin: 0;
+  padding: 0 25px;
+}
+
+#content li {
+  padding: 0 5px;
+}
+
+#feedback {
+  color: black;
+  background: #CFDCED;
+  text-align:center;
+  margin-top: 5px;
+}
+
+#feedback #feedbackto {
+  font-size: 90%;
+  color: black;
+}
+
+#footer {
+  clear: both;
+  position: relative; /* IE bugfix 
(http://www.dracos.co.uk/web/css/ie6floatbug/) */
+  width: 100%;
+  background: #CFDCED;
+  border-top: solid 1px #4C6C8F;
+  color: black;
+}
+
+#footer .copyright {
+  position: relative; /* IE bugfix cont'd */
+  padding: 5px;
+  margin: 0;
+  width: 45%;
+}
+
+#footer .lastmodified {
+  position: relative; /* IE bugfix cont'd */
+  float: right;
+  width: 45%;
+  padding: 5px;
+  margin: 0;
+  text-align: right;
+}
+
+#footer a { color: white; }
+
+#footer #logos {
+  text-align: left;
+}
+
+
+/**
+ * Misc Styles
+ */
+
+acronym { cursor: help; }
+.boxed { background-color: #a5b6c6;}
+.underlined_5 { border-bottom: solid 5px #4C6C8F; }
+.underlined_10 { border-bottom: solid 10px #4C6C8F; }
+
+
+/* ==================== snail trail ============================ */
+
+.trail {
+  position: relative; /* IE bugfix cont'd */
+  font-size: 70%;
+  text-align: right;
+  float: right;
+  margin: -10px 5px 0px 5px;
+  padding: 0;
+}
+
+#minitoc-area {
+  border-top: solid 1px #4C6C8F;
+  border-bottom: solid 1px #4C6C8F;
+  margin-bottom: 15px;
+  margin-left: 15px;
+  margin-right: 10%;
+  padding-bottom: 5px;
+  padding-top: 5px;
+}
+
+.minitoc {
+  font-weight: normal;
+}
+
+li p {
+  margin: 0;
+  padding: 0;
+}
+
+.pdflink {
+  position: relative; /* IE bugfix cont'd */
+  float: right;
+  margin: 0px 5px;
+  padding: 0;
+}
+
+.pdflink br {
+  margin-top: -10px;
+  padding-left: 1px;
+}
+
+.pdflink a {
+  display: block;
+  font-size: 70%;
+  text-align: center;
+  margin: 0;
+  padding: 0;
+}
+
+.pdflink img {
+  display: block;
+  height: 16px;
+  width: 16px;
+}
+
+.xmllink {
+  position: relative; /* IE bugfix cont'd */
+  float: right;
+  margin: 0px 5px;
+  padding: 0;
+}
+
+.xmllink br {
+  margin-top: -10px;
+  padding-left: 1px;
+}
+
+.xmllink a {
+  display: block;
+  font-size: 70%;
+  text-align: center;
+  margin: 0;
+  padding: 0;
+}
+
+.xmllink img {
+  display: block;
+  height: 16px;
+  width: 16px;
+}
+
+.podlink {
+  position: relative; /* IE bugfix cont'd */
+  float: right;
+  margin: 0px 5px;
+  padding: 0;
+}
+
+.podlink br {
+  margin-top: -10px;
+  padding-left: 1px;
+}
+
+.podlink a {
+  display: block;
+  font-size: 70%;
+  text-align: center;
+  margin: 0;
+  padding: 0;
+}
+
+.podlink img {
+  display: block;
+  height: 16px;
+  width: 16px;
+}
+
+.printlink {
+  float: right;
+}
+
+.printlink br {
+  margin-top: -10px;
+  padding-left: 1px;
+}
+
+.printlink a {
+  display: block;
+  font-size: 70%;
+  text-align: center;
+  margin: 0;
+  padding: 0;
+}
+
+.printlink img {
+  display: block;
+  height: 16px;
+  width: 16px;
+}

Modified: incubator/stdcxx/site/index.html
URL: 
http://svn.apache.org/viewcvs/incubator/stdcxx/site/index.html?rev=225855&r1=225854&r2=225855&view=diff
==============================================================================
--- incubator/stdcxx/site/index.html (original)
+++ incubator/stdcxx/site/index.html Thu Jul 28 12:14:49 2005
@@ -20,14 +20,18 @@
         <a href="http://incubator.apache.org/";>
           <img class="logoImage"
                alt="Apache Incubator"
-               src="images/apache_logo.png"
-               title="MyGroup Description">
+               title="Apache Incubator"
+               src="images/incubator_logo.gif"
+               border="0" >
         </a>
       </div>
       <div class="projectlogo">
         <a href="http://incubator.apache.org/stdcxx/";>
-          <img src="images/stdcxx.gif"
-               width="192" height="47" alt="stdcxx" border="0">
+          <img class="logoImage"
+               alt="STDCXX - Apache C++ Standard Library"
+               title="STDCXX - Apache C++ Standard Library"
+               src="images/stdcxx.gif"
+               border="0">
         </a>
       </div>
       <div class="searchbox">
@@ -49,9 +53,7 @@
 
   <div id="main">
     <div id="publishedStrip">
-      <script type="text/javascript" language="JavaScript">
-        <!--document.write("Published: " + document.lastModified); //  -->
-      </script>
+      Last Modified: $Date$
     </div>
     <div class="breadtrail">
        &nbsp;
@@ -60,27 +62,48 @@
     <!-- left hand navigation -->
     <div id="menu">
       <div class="menupage">
+
+        <div class="menuitem">
+          <a title="" href="http://incubator.apache.org/projects/stdcxx.html";>
+            Status
+          </a>
+        </div>
         <div class="menuitem">
-          <a title="" 
href="http://incubator.apache.org/projects/stdcxx.html";>Status</a>
+          <a title="" href="#">
+            Download
+          </a>
         </div>
         <div class="menuitem">
-          <a title="" href="#">Download</a>
+          <a title="" 
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/etc/config/README";>
+            README
+          </a>
         </div>
         <div class="menuitem">
-          <a title="" 
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/etc/config/README";>README</a>
+          <a title="" href="http://www.apache.org/licenses/LICENSE-2.0";>
+            License
+          </a>
         </div>
         <div class="menuitem">
-          <a title="" 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a>
+          <a title="" href="http://issues.apache.org/jira/browse/STDCXX";>
+            Bugs
+          </a>
         </div>
         <div class="menuitem">
-          <a title="" href="#">Design and Style Document</a>
+          <a title="" 
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibref/";>
+            Class Reference
+          </a>
         </div>
         <div class="menuitem">
-          <a title="" 
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibref/";>Class
 Reference</a>
+          <a title="" 
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibug/";>
+            User Guide
+          </a>
         </div>
         <div class="menuitem">
-          <a title="" 
href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibug/";>User
 Guide</a>
+          <a title="" href="#">
+            Design and Style Document
+          </a>
         </div>
+
       </div>   <!-- menupage -->
       <div id="roundbottom">
         <img style="display: none" class="corner" height="15" width="15"
@@ -111,7 +134,7 @@
 
 The  stdcxx project  is the  <a href="http://www.roguewave.com/";>Rogue
 Wave Sofware</a>  implementation of the C++  Standard Library, version
-4.1.1, donated to  the <a href="http://www.apache.org";>Apache Software
+4.1.0, donated to  the <a href="http://www.apache.org";>Apache Software
 Foundation</a>   (ASF)  in  summer   2005  and   currently  undergoing
 incubation            in            the           Apache            <a
 href="http://incubator.apache.org/";>Incubator</a>.
@@ -282,8 +305,13 @@
 
 The project  sources initially committed to  the Subversion repository
 (revision                                                            <a
-href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/?rev=219596";>219596</a>)
-were ported to the following set of platforms:
+href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/?rev=219596";>219596</a>
+) are based on Rogue  Wave C++ Standard Library version 4.1.0 released
+on                the                <a               class="external"
+href="http://www.roguewave.com/products/sourcepro/index.cfm";>SourcePro</a>&copy;
 8 CD. The  set of platforms that version of the  library was ported to
+is a superset  of those listed on the  SourcePro 8 <a class="external"
+href="http://www.roguewave.com/support/matrices/matrix/support_matrix_sp8.pdf";>Support
+Matrix</a>. Specifically, they are the following:
 
       </p>
       <ul>

Propchange: incubator/stdcxx/site/index.html
------------------------------------------------------------------------------
    svn:keyword = Date


Reply via email to