You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2011/02/22 10:11:34 UTC

svn commit: r785929 [6/6] - in /websites/production/chemistry: ./ content/ content/data/ content/dotnet/ content/images/ content/java/ content/php/ content/python/ content/resources/

Modified: websites/production/chemistry/content/resources/site.css
==============================================================================
--- websites/production/chemistry/content/resources/site.css (original)
+++ websites/production/chemistry/content/resources/site.css Tue Feb 22 09:11:32 2011
@@ -8,7 +8,7 @@ body {
 #cell-0-2 { background: #f0f0f0; }
 
 #cell-1-0 { background: #f0f0f0; }
-#cell-1-1 { background: #f0f0f0; width:95%; }
+#cell-1-1 { background: #f0f0f0; width: 95%; }
 #cell-1-2 { background: #f0f0f0; }
 
 #cell-2-0 { background: white; }
@@ -19,9 +19,9 @@ body {
 #cell-3-1 { background: #f0f0f0; width:95%; } 
 #cell-3-2 { background: #f0f0f0; }
 
-#cell-4-0 { background: whith; }
-#cell-4-1 { background: white; height: 1em; width: 95%; }
-#cell-4-2 { background: white; }
+#cell-4-0 { background: #f0f0f0; }
+#cell-4-1 { background: #f0f0f0; width: 95%; }
+#cell-4-2 { background: #f0f0f0; }
 
 #banner {
   height: 95px;
@@ -39,10 +39,10 @@ body {
   padding: 0px 0px 0px 0px; 
   line-height: 105%;
   font-family: Verdana, arial, sans-serif;
-  font-weight: bold;	
-  font-size: 11px;
+  font-weight: bold;
+  font-size: 12px;
   color: grey;
-  line-height: 11px;
+  line-height: 12px;
   overflow: none;
   border-top: 1px solid lightgrey;
 }
@@ -60,14 +60,20 @@ body {
   width: 0px;
 }
 
+#pageend {
+  color: background: #f0f0f0;
+}
+
 #footer {
-  padding: 0px 50px 0px 50px; 
+  padding: 10px 50px 10px 50px; 
   min-height: 0em;
   text-align: center;
   color: black;
   font-size: 65%;
   font-family: Verdana, arial, sans-serif;
+  border-top: 1px solid lightgrey;
 }
+
 #footer a:link, #footer a:visited {
   color: black;
   text-decoration: none;
@@ -78,22 +84,22 @@ body {
 }
 
 #wrapper-menu-page-right {
-  background: transparent url( 'http://incubator.apache.org/chemistry/images/left-box-right.png' ) repeat-y right;
+  background: transparent url( '/images/left-box-right.png' ) repeat-y right;
 }
 
 #wrapper-menu-page-bottom {
-  background: transparent url( 'http://incubator.apache.org/chemistry/images/left-box-bottom.png' ) no-repeat right bottom;
+  background: transparent url( '/images/left-box-bottom.png' ) no-repeat right bottom;
 }
 
 #wrapper-menu-page-top {
-  background: transparent url( 'http://incubator.apache.org/chemistry/images/left-box-top.png' ) no-repeat right top;
+  background: transparent url( '/images/left-box-top.png' ) no-repeat right top;
 }
 
 #menu-page {
   width: 200px;
   color: #grey;
   font-family: Verdana, arial, sans-serif;
-  font-weight: bold;	
+  font-weight: bold;  
   margin: 0px;
   padding: 17px 11px 17px 0px;
   text-align: left;
@@ -117,7 +123,7 @@ body {
   letter-spacing: 0.15em;
   padding-left: 10px;  
   font-family: Verdana, arial, sans-serif;
-  font-weight: bold;	
+  font-weight: bold;  
 }
 
 #menu-page a:link, #menu-page a:visited {
@@ -167,16 +173,16 @@ td.align {
 }
 
 /*********************************************************************
- CSS Elements that are part of the confluence rendered xhtml
+ CSS Elements that were part of the rendered xhtml
  *********************************************************************/
 .wiki-content {
-	font-family: Verdana, arial, sans-serif;
-	font-size: 11px;
-	line-height: 16px;
-	color: #000000;
-	font-weight: normal;
-	padding-top: 10px;
-	padding-bottom: 10px;
+  font-family: Verdana, arial, sans-serif;
+  font-size: 12px;
+  line-height: 16px;
+  color: #000000;
+  font-weight: normal;
+  padding-top: 10px;
+  padding-bottom: 10px;
 }
 
 /*
@@ -230,13 +236,15 @@ pre {
 }
 
 .code {
- 	border: 1px dashed #3c78b5;
-    font-size: 11px;
-	font-family: Courier;
-    margin: 10px;
-	line-height: 13px;
+  border: 1px dashed #3c78b5;
+  font-size: 11px;
+  font-family: Courier;
+  margin: 10px;
+  line-height: 13px;
 }
 
+
+
 .focusedComment {
     background: #ffffce;
 }
@@ -248,10 +256,9 @@ pre {
 }
 
 .codeHeader {
-    background-color: #f0f0f0;
- 	border-bottom: 1px dashed #3c78b5;
-    padding: 3px;
-	text-align: center;
+  font-weight: bold;
+  border-bottom: 1px dashed #3c78b5;
+  text-align: left;
 }
 
 .codeContent {
@@ -261,18 +268,18 @@ pre {
 }
 
 .preformatted {
- 	border: 1px dashed #3c78b5;
+   border: 1px dashed #3c78b5;
     font-size: 11px;
-	font-family: Courier;
+  font-family: Courier;
     margin: 10px;
-	line-height: 13px;
+  line-height: 13px;
 }
 
 .preformattedHeader {
     background-color: #f0f0f0;
- 	border-bottom: 1px dashed #3c78b5;
+   border-bottom: 1px dashed #3c78b5;
     padding: 3px;
-	text-align: center;
+  text-align: center;
 }
 
 .preformattedContent {
@@ -281,16 +288,16 @@ pre {
 }
 
 .panel {
- 	border: 1px dashed #3c78b5;
+   border: 1px dashed #3c78b5;
     margin: 10px;
     margin-top: 0px;
 }
 
 .panelHeader {
     background-color: #f0f0f0;
- 	border-bottom: 1px dashed #3c78b5;
+   border-bottom: 1px dashed #3c78b5;
     padding: 3px;
-	text-align: center;
+  text-align: center;
 }
 
 .panelContent {
@@ -300,21 +307,21 @@ pre {
 
 .anonymousAlert {
     background-color: #f0f0f0;
- 	border: 1px dashed red;
+   border: 1px dashed red;
     font-size: 11px;
     padding: 10px 5px 10px 5px;
     margin: 4px;
-	line-height: 13px;
+  line-height: 13px;
 }
 
 .lockAlert {
     background-color: #f0f0f0;
     width: 50%;
- 	border: 1px dashed red;
+   border: 1px dashed red;
     font-size: 11px;
     padding: 10px 5px 10px 5px;
     margin: 4px;
-	line-height: 13px;
+  line-height: 13px;
 }
 
 
@@ -351,9 +358,9 @@ pre {
 
 .breadcrumbs {
     background-color: #f0f0f0;
- 	border-color: #3c78b5;
-	border-width: 1px 0px 1px 0px;
-	border-style: solid;
+   border-color: #3c78b5;
+  border-width: 1px 0px 1px 0px;
+  border-style: solid;
     font-size: 11px;
     padding: 3px 0px 3px 0px;
 }
@@ -365,12 +372,12 @@ pre {
 .menuheading {
     font-weight: bold;
     background-color: #f0f0f0;
- 	border-bottom: 1px solid #3c78b5;
-	padding: 4px 4px 2px 4px;
+   border-bottom: 1px solid #3c78b5;
+  padding: 4px 4px 2px 4px;
 }
 
 .menuitems {
-	padding: 4px 4px 20px 4px;
+  padding: 4px 4px 20px 4px;
 }
 
 .rightpanel {
@@ -382,48 +389,48 @@ pre {
     text-align: left;
     font-weight: bold;
     background-color: #D0D9BD;
- 	border-bottom: 1px solid #3c78b5;
-	padding: 4px 4px 4px 4px;
-	margin: 0px;
+   border-bottom: 1px solid #3c78b5;
+  padding: 4px 4px 4px 4px;
+  margin: 0px;
 }
 #helpcontent {
-	padding: 4px 4px 4px 4px;
+  padding: 4px 4px 4px 4px;
     background-color: #f5f7f1;
 }
 .helptab-unselected {
     font-weight: bold;
-	padding: 5px;
+  padding: 5px;
     background-color: #f5f7f1;
 }
 .helptab-selected {
     font-weight: bold;
     background-color: #D0D9BD;
-	padding: 5px;
+  padding: 5px;
 }
 .helptabs {
     margin: 0px;
     background-color: #f5f7f1;
-	padding: 5px;
+  padding: 5px;
 }
 .infopanel-heading {
     font-weight: bold;
-	padding: 4px 0px 2px 0px;
+  padding: 4px 0px 2px 0px;
 }
 
 .pagebody {
 }
 
 .pageheader {
-	padding: 5px 5px 5px 0px;
- 	border-bottom: 1px solid #3c78b5;
+  padding: 5px 5px 5px 0px;
+   border-bottom: 1px solid #3c78b5;
 }
 
 .steptitle {
-	font-size: 18px;
-	font-weight: bold;
-	font-family: Arial, sans-serif;
-	color: #003366;
-	margin-bottom: 7px;
+  font-size: 18px;
+  font-weight: bold;
+  font-family: Arial, sans-serif;
+  color: #003366;
+  margin-bottom: 7px;
 }
 
 .substeptitle {
@@ -437,9 +444,9 @@ pre {
 
 .stepdesc {
     font-family: Verdana, arial, sans-serif;
-	font-size: 11px;
-	line-height: 16px;
-	font-weight: normal;
+  font-size: 11px;
+  line-height: 16px;
+  font-weight: normal;
     color: #666666;
     margin-top: 7px;
     margin-bottom: 7px;
@@ -465,10 +472,10 @@ pre {
 }
 
 .formtitle {
-	font-size: 12px;
-	font-weight: bold;
-	font-family: Arial, sans-serif;
-	color: #003366;
+  font-size: 12px;
+  font-weight: bold;
+  font-family: Arial, sans-serif;
+  color: #003366;
 }
 
 .sectionbottom {
@@ -480,13 +487,13 @@ pre {
 }
 
 .tabletitle {
-	font-size: 14px;
-	font-weight: bold;
-	font-family: Arial, sans-serif;
+  font-size: 14px;
+  font-weight: bold;
+  font-family: Arial, sans-serif;
     padding: 3px 0px 2px 0px;
     margin: 8px 4px 2px 0px;
-	color: #003366;
-	border-bottom: 2px solid #3c78b5;
+  color: #003366;
+  border-bottom: 2px solid #3c78b5;
 }
 .pagesubheading {
     color: #666666;
@@ -495,8 +502,8 @@ pre {
 }
 
 HR {
-	color: 3c78b5;
-	height: 1;
+  color: 3c78b5;
+  height: 1;
 }
 
 A:link, A:visited, A:active, A:hover {
@@ -508,7 +515,7 @@ A:hover {
 }
 
 h1 A:link, h1 A:visited, h1 A:active {
-	text-decoration: none;
+  text-decoration: none;
 }
 
 h1 A:hover {
@@ -524,23 +531,23 @@ h1 A:hover {
 }
 
 input {
-	font-family: verdana, geneva, arial, sans-serif;
-	font-size: 11px;
-	color: #000000;
+  font-family: verdana, geneva, arial, sans-serif;
+  font-size: 11px;
+  color: #000000;
 }
 
 textarea, textarea.editor {
-	font-family: verdana, geneva, arial, sans-serif;
-	font-size: 11px;
-	color: #333333;
+  font-family: verdana, geneva, arial, sans-serif;
+  font-size: 11px;
+  color: #333333;
 }
 
 /* use logoSpaceLink instead.
 .spacenametitle {
-	font: 21px/31px Impact, Arial, Helvetica;
+  font: 21px/31px Impact, Arial, Helvetica;
     font-weight: 100;
     color: #999999;
-	margin: 0px;
+  margin: 0px;
 }
 .spacenametitle img {
   margin: 0 0 -4px 0;
@@ -555,10 +562,10 @@ textarea, textarea.editor {
 }*/
 
 .spacenametitle-printable {
-	font: 20px/25px Impact, Arial, Helvetica;
+  font: 20px/25px Impact, Arial, Helvetica;
     font-weight: 100;
     color: #999999;
-	margin: 0px;
+  margin: 0px;
 }
 .spacenametitle-printable a {
     text-decoration: none;
@@ -570,16 +577,16 @@ textarea, textarea.editor {
 }
 
 .blogDate {
-	font-weight: bold;
-	text-decoration: none;
-	color: black;
+  font-weight: bold;
+  text-decoration: none;
+  color: black;
 }
 
 .blogSurtitle {
     background: #f0f0f0;
- 	border: 1px solid #ddd;
-	padding: 3px;
-	margin: 1px 1px 10px 1px;
+   border: 1px solid #ddd;
+  padding: 3px;
+  margin: 1px 1px 10px 1px;
 }
 
 .blogHeading {
@@ -596,80 +603,80 @@ textarea, textarea.editor {
 }
 
 .endsection {
-	align: right;
-	color: #666666;
-	margin-top: 10px;
+  align: right;
+  color: #666666;
+  margin-top: 10px;
 }
 .endsectionleftnav {
-	align: right;
-	color: #666666;
-	margin-top: 10px;
+  align: right;
+  color: #666666;
+  margin-top: 10px;
 }
 
 h1 {
-	font-size: 24px;
-	line-height: normal;
-	font-weight: bold;
-	background-color: #f0f0f0;
-	color: #003366;
- 	border-bottom: 1px solid #3c78b5;
-	padding: 2px;
-	margin: 36px 0px 4px 0px;
+  font-size: 24px;
+  line-height: normal;
+  font-weight: bold;
+  background-color: #f0f0f0;
+  color: #003366;
+   border-bottom: 1px solid #3c78b5;
+  padding: 2px;
+  margin: 36px 0px 4px 0px;
 }
 
 h2 {
-	font-size: 18px;
-	line-height: normal;
-	font-weight: bold;
-	background-color: #f0f0f0;
- 	border-bottom: 1px solid #3c78b5;
-	padding: 2px;
-	margin: 27px 0px 4px 0px;
+  font-size: 18px;
+  line-height: normal;
+  font-weight: bold;
+  background-color: #f0f0f0;
+   border-bottom: 1px solid #3c78b5;
+  padding: 2px;
+  margin: 27px 0px 4px 0px;
 }
 
 h3 {
-	font-size: 14px;
-	line-height: normal;
-	font-weight: bold;
-	background-color: #f0f0f0;
-	padding: 2px;
-	margin: 21px 0px 4px 0px;
+  font-size: 14px;
+  line-height: normal;
+  font-weight: bold;
+  background-color: #f0f0f0;
+  padding: 2px;
+  margin: 21px 0px 4px 0px;
 }
 
 h4 {
-	font-size: 12px;
-	line-height: normal;
-	font-weight: bold;
-	background-color: #f0f0f0;
-	padding: 2px;
-	margin: 18px 0px 4px 0px;
+  font-size: 12px;
+  line-height: normal;
+  font-weight: bold;
+  background-color: #f0f0f0;
+  padding: 2px;
+  margin: 18px 0px 4px 0px;
 }
 
 h4.search {
-	font-size: 12px;
-	line-height: normal;
-	font-weight: normal;
-	background-color: #f0f0f0;
-	padding: 4px;
-	margin: 18px 0px 4px 0px;
+  font-size: 12px;
+  line-height: normal;
+  font-weight: normal;
+  background-color: #f0f0f0;
+  padding: 4px;
+  margin: 18px 0px 4px 0px;
 }
 
 h5 {
-	font-size: 10px;
-	line-height: normal;
-	font-weight: bold;
-	background-color: #f0f0f0;
-	padding: 2px;
-	margin: 14px 0px 4px 0px;
+  font-size: 10px;
+  line-height: normal;
+  font-weight: bold;
+  background-color: #f0f0f0;
+  padding: 2px;
+  margin: 14px 0px 4px 0px;
 }
 
 h6 {
-	font-size: 8px;
-	line-height: normal;
-	font-weight: bold;
-	background-color: #f0f0f0;
-	padding: 2px;
-	margin: 14px 0px 4px 0px;
+  font-size: 8px;
+  line-height: normal;
+  font-weight: bold;
+  background-color: #f0f0f0;
+  padding: 2px;
+  margin: 14px 0px 4px 0px;
 }
 
 .smallfont {
@@ -754,37 +761,37 @@ div.centered table {margin: 0px auto; te
     padding: 3px 4px 3px 4px;
 }
 .gridHover {
-	background-color: #f9f9f9;
+  background-color: #f9f9f9;
 }
 
 td.infocell {
     background-color: #f0f0f0;
 }
 .label {
-	font-weight: bold;
-	color: #003366;
+  font-weight: bold;
+  color: #003366;
 }
 .error {
-	background-color: #fcc;
+  background-color: #fcc;
 }
 
 .errorBox {
-	background-color: #fcc;
+  background-color: #fcc;
     border: 1px solid #c00;
     padding: 5px;
     margin: 5px;
 }
 
 .errorMessage {
-	color: #c00;
+  color: #c00;
 }
 
 .success {
-	background-color: #dfd;
+  background-color: #dfd;
 }
 
 .successBox {
-	background-color: #dfd;
+  background-color: #dfd;
     border: 1px solid #090;
     padding: 5px;
     margin-top:5px;
@@ -792,11 +799,11 @@ td.infocell {
 }
 
 blockquote {
-	padding-left: 10px;
-	padding-right: 10px;
-	margin-left: 5px;
-	margin-right: 0px;
-	border-left: 1px solid #3c78b5;
+  padding-left: 10px;
+  padding-right: 10px;
+  margin-left: 5px;
+  margin-right: 0px;
+  border-left: 1px solid #3c78b5;
 }
 
 table.confluenceTable
@@ -844,11 +851,11 @@ th.confluenceTh
 }
 
 DIV.small {
-	font-size: 9px;
+  font-size: 9px;
 }
 
 H1.pagename {
-	margin-top: 0px;
+  margin-top: 0px;
 }
 
 IMG.inline  {}
@@ -886,25 +893,25 @@ a.createlink {
 .diffadded {
     background: #ddffdd;
     padding: 1px 1px 1px 4px;
-	border-left: 4px solid darkgreen;
+  border-left: 4px solid darkgreen;
 }
 .diffdeleted {
     color: #999;
     background: #ffdddd;
     padding: 1px 1px 1px 4px;
-	border-left: 4px solid darkred;
+  border-left: 4px solid darkred;
 }
 .diffnochange {
     padding: 1px 1px 1px 4px;
-	border-left: 4px solid lightgrey;
+  border-left: 4px solid lightgrey;
 }
 .differror {
     background: brown;
 }
 .diff {
     font-family: lucida console, courier new, fixed-width;
-	font-size: 12px;
-	line-height: 14px;
+  font-size: 12px;
+  line-height: 14px;
 }
 .diffaddedchars {
     background-color:#99ff99;
@@ -921,9 +928,9 @@ a.createlink {
 }
 
 .greybox {
- 	border: 1px solid #ddd;
-	padding: 3px;
-	margin: 1px 1px 10px 1px;
+   border: 1px solid #ddd;
+  padding: 3px;
+  margin: 1px 1px 10px 1px;
 }
 
 .borderedGreyBox {
@@ -933,24 +940,24 @@ a.createlink {
 }
 
 .greyboxfilled {
- 	border: 1px solid #ddd;
-	padding: 5px;
-	margin: 10px 1px 10px 1px;
-	background: #f0f0f0;
+   border: 1px solid #ddd;
+  padding: 5px;
+  margin: 10px 1px 10px 1px;
+  background: #f0f0f0;
 }
 
 .navBackgroundBox {
     padding: 5px 5px 5px 5px;
     font-size: 22px;
-	font-weight: bold;
-	font-family: Arial, sans-serif;
-	color: white;
+  font-weight: bold;
+  font-family: Arial, sans-serif;
+  color: white;
     background: #3c78b5;
     text-decoration: none;
 }
 
 .previewBoxTop {
-	background-color: #f0f0f0;
+  background-color: #f0f0f0;
     border-width: 1px 1px 0px 1px;
     border-style: solid;
     border-color: #3c78b5;
@@ -960,14 +967,14 @@ a.createlink {
 }
 .previewContent {
     background-color: #fff;
- 	border-color: #3c78b5;
-	border-width: 0px 1px 0px 1px;
-	border-style: solid;
-	padding: 10px;
-	margin: 0px;
+   border-color: #3c78b5;
+  border-width: 0px 1px 0px 1px;
+  border-style: solid;
+  padding: 10px;
+  margin: 0px;
 }
 .previewBoxBottom {
-	background-color: #f0f0f0;
+  background-color: #f0f0f0;
     border-width: 0px 1px 1px 1px;
     border-style: solid;
     border-color: #3c78b5;
@@ -978,16 +985,16 @@ a.createlink {
 
 .functionbox {
     background-color: #f0f0f0;
- 	border: 1px solid #3c78b5;
-	padding: 3px;
-	margin: 1px 1px 10px 1px;
+   border: 1px solid #3c78b5;
+  padding: 3px;
+  margin: 1px 1px 10px 1px;
 }
 
 .functionbox-greyborder {
     background-color: #f0f0f0;
- 	border: 1px solid #ddd;
-	padding: 3px;
-	margin: 1px 1px 10px 1px;
+   border: 1px solid #ddd;
+  padding: 3px;
+  margin: 1px 1px 10px 1px;
 }
 
 .search-highlight {
@@ -1048,7 +1055,7 @@ td.noformatting {
     border-width: 0px;
     border-style: none;
     text-align: center;
-	padding: 0px;
+  padding: 0px;
 }
 
 .commentblock {
@@ -1559,3 +1566,108 @@ div.auto_complete ul strong.highlight {
 .leftnav li a:visited {color:white;}
 .leftnav li a:hover {background-color: #003366; color:white;}
 
+
+/* added */
+
+.codehilite {
+   border: 1px dashed #3c78b5;
+   font-size: 11px;
+   font-family: Courier;
+   margin: 10px;
+   line-height: 13px;
+   background-color: #f0f0f0;
+   padding: 3px;
+}
+
+div.code.panel .codehilite {
+   border: none;
+   font-size: 11px;
+   font-family: Courier;
+   margin: 10px;
+   line-height: 13px;
+   background-color: #f0f0f0;
+   padding: 3px;
+}
+
+.wiki-content table {
+    margin: 5px;
+    border-collapse: collapse;
+}
+
+.wiki-content table th {
+    border-width: 1px;
+    border-style: solid;
+    border-color: #ccc;
+    padding: 3px 4px 3px 4px;
+    background-color: #F0F0F0;
+    text-align: center;
+}
+
+.wiki-content table td {
+    border-width: 1px;
+    border-style: solid;
+    border-color: #ccc;
+    padding: 3px 4px 3px 4px;
+ }
+
+  .codehilite .hll { background-color: #ffffcc }
+.codehilite .c { color: #60a0b0; font-style: italic } /* Comment */  .codehilite .err { border: 1px solid #FF0000 } /* Error */
+  .codehilite .k { color: #007020; font-weight: bold } /* Keyword */
+  .codehilite .o { color: #666666 } /* Operator */
+  .codehilite .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
+  .codehilite .cp { color: #007020 } /* Comment.Preproc */
+  .codehilite .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
+  .codehilite .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
+  .codehilite .gd { color: #A00000 } /* Generic.Deleted */
+  .codehilite .ge { font-style: italic } /* Generic.Emph */
+  .codehilite .gr { color: #FF0000 } /* Generic.Error */
+  .codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+  .codehilite .gi { color: #00A000 } /* Generic.Inserted */
+  .codehilite .go { color: #808080 } /* Generic.Output */
+  .codehilite .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
+  .codehilite .gs { font-weight: bold } /* Generic.Strong */
+  .codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+  .codehilite .gt { color: #0040D0 } /* Generic.Traceback */
+  .codehilite .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
+  .codehilite .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
+  .codehilite .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
+  .codehilite .kp { color: #007020 } /* Keyword.Pseudo */
+  .codehilite .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
+  .codehilite .kt { color: #902000 } /* Keyword.Type */
+  .codehilite .m { color: #40a070 } /* Literal.Number */
+  .codehilite .s { color: #4070a0 } /* Literal.String */
+  .codehilite .na { color: #4070a0 } /* Name.Attribute */
+  .codehilite .nb { color: #007020 } /* Name.Builtin */
+  .codehilite .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
+  .codehilite .no { color: #60add5 } /* Name.Constant */
+  .codehilite .nd { color: #555555; font-weight: bold } /* Name.Decorator */
+  .codehilite .ni { color: #d55537; font-weight: bold } /* Name.Entity */
+  .codehilite .ne { color: #007020 } /* Name.Exception */
+  .codehilite .nf { color: #06287e } /* Name.Function */
+  .codehilite .nl { color: #002070; font-weight: bold } /* Name.Label */
+  .codehilite .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
+  .codehilite .nt { color: #062873; font-weight: bold } /* Name.Tag */
+  .codehilite .nv { color: #bb60d5 } /* Name.Variable */
+  .codehilite .ow { color: #007020; font-weight: bold } /* Operator.Word */
+  .codehilite .w { color: #bbbbbb } /* Text.Whitespace */
+  .codehilite .mf { color: #40a070 } /* Literal.Number.Float */
+  .codehilite .mh { color: #40a070 } /* Literal.Number.Hex */
+  .codehilite .mi { color: #40a070 } /* Literal.Number.Integer */
+  .codehilite .mo { color: #40a070 } /* Literal.Number.Oct */
+  .codehilite .sb { color: #4070a0 } /* Literal.String.Backtick */
+  .codehilite .sc { color: #4070a0 } /* Literal.String.Char */
+  .codehilite .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
+  .codehilite .s2 { color: #4070a0 } /* Literal.String.Double */
+  .codehilite .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
+  .codehilite .sh { color: #4070a0 } /* Literal.String.Heredoc */
+  .codehilite .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
+  .codehilite .sx { color: #c65d09 } /* Literal.String.Other */
+  .codehilite .sr { color: #235388 } /* Literal.String.Regex */
+  .codehilite .s1 { color: #4070a0 } /* Literal.String.Single */
+  .codehilite .ss { color: #517918 } /* Literal.String.Symbol */
+  .codehilite .bp { color: #007020 } /* Name.Builtin.Pseudo */
+  .codehilite .vc { color: #bb60d5 } /* Name.Variable.Class */
+  .codehilite .vg { color: #bb60d5 } /* Name.Variable.Global */
+  .codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */
+  .codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
+  

Modified: websites/production/chemistry/content/site.html
==============================================================================
--- websites/production/chemistry/content/site.html (original)
+++ websites/production/chemistry/content/site.html Tue Feb 22 09:11:32 2011
@@ -15,13 +15,14 @@
     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.
+
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <script src="/resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
-    <meta name="description" content"Apache Chemistry, CMIS Implementation" />
+    <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - Site
     </title>
@@ -42,9 +43,14 @@ Apache Chemistry - Site
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="/images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="/images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>
@@ -64,7 +70,13 @@ Apache Chemistry - Site
               <td>
                 <div align="right">
                 <!-- Quicklinks -->
-<P><A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> <A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> <A href="sitemap.html" title="SiteMap">Site Map</A></P>
+<P>
+<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A>
+|
+<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A>
+|
+<A href="sitemap.html" title="SiteMap">Site Map</A>
+</P>
                 <!-- Quicklinks -->
                 </div>
               </td>
@@ -112,18 +124,18 @@ Apache Chemistry - Site
 <H3><A name="Navigation-CMISforJava"></A>CMIS for Java</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
-   <LI><A href="opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
-   <LI><A href="opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
-   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
+  <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
+  <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
 </UL>
 
 
 <H3><A name="Navigation-CMISforPython"></A>CMIS for Python</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="cmislib.html" title="cmislib">cmislib</A></LI>
+  <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
    <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
@@ -132,7 +144,7 @@ Apache Chemistry - Site
 <H3><A name="Navigation-CMISforPHP"></A>CMIS for PHP</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
+  <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
    <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
@@ -140,7 +152,7 @@ Apache Chemistry - Site
 <H3><A name="Navigation-CMISfor.NET"></A>CMIS for .NET</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
+  <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
    <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
@@ -170,6 +182,11 @@ Apache Chemistry - Site
      <td id="cell-2-2">&nbsp;</td>
     </tr>
     <tr width="100%">
+      <td id="cell-3-0">&nbsp;</td>
+      <td id="cell-3-1">&nbsp;</td>
+      <td id="cell-3-2">&nbsp;</td>
+    </tr>
+    <tr width="100%">
      <td id="cell-3-0">&nbsp;</td>
      <td id="cell-3-1">
        <div id="footer">
@@ -178,7 +195,8 @@ Apache Chemistry - Site
           
           Apache Chemistry, Apache, the Apache feather logo, and the Apache 
           Chemistry project logo are trademarks of The Apache Software 
-          Foundation.<br /><br />
+          Foundation.
+          <BR />
           Content Management Interoperability Services (CMIS) is an
           <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a>
           specification.

Modified: websites/production/chemistry/content/sitemap.html
==============================================================================
--- websites/production/chemistry/content/sitemap.html (original)
+++ websites/production/chemistry/content/sitemap.html Tue Feb 22 09:11:32 2011
@@ -15,13 +15,14 @@
     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.
+
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <script src="/resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
-    <meta name="description" content"Apache Chemistry, CMIS Implementation" />
+    <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - SiteMap
     </title>
@@ -42,9 +43,14 @@ Apache Chemistry - SiteMap
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="/images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="/images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>
@@ -64,7 +70,13 @@ Apache Chemistry - SiteMap
               <td>
                 <div align="right">
                 <!-- Quicklinks -->
-<P><A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> <A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> <A href="sitemap.html" title="SiteMap">Site Map</A></P>
+<P>
+<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A>
+|
+<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A>
+|
+<A href="sitemap.html" title="SiteMap">Site Map</A>
+</P>
                 <!-- Quicklinks -->
                 </div>
               </td>
@@ -112,18 +124,18 @@ Apache Chemistry - SiteMap
 <H3><A name="Navigation-CMISforJava"></A>CMIS for Java</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
-   <LI><A href="opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
-   <LI><A href="opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
-   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
+  <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
+  <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
 </UL>
 
 
 <H3><A name="Navigation-CMISforPython"></A>CMIS for Python</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="cmislib.html" title="cmislib">cmislib</A></LI>
+  <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
    <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
@@ -132,7 +144,7 @@ Apache Chemistry - SiteMap
 <H3><A name="Navigation-CMISforPHP"></A>CMIS for PHP</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
+  <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
    <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
@@ -140,7 +152,7 @@ Apache Chemistry - SiteMap
 <H3><A name="Navigation-CMISfor.NET"></A>CMIS for .NET</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
+  <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
    <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
@@ -169,6 +181,11 @@ Apache Chemistry - SiteMap
      <td id="cell-2-2">&nbsp;</td>
     </tr>
     <tr width="100%">
+      <td id="cell-3-0">&nbsp;</td>
+      <td id="cell-3-1">&nbsp;</td>
+      <td id="cell-3-2">&nbsp;</td>
+    </tr>
+    <tr width="100%">
      <td id="cell-3-0">&nbsp;</td>
      <td id="cell-3-1">
        <div id="footer">
@@ -177,7 +194,8 @@ Apache Chemistry - SiteMap
           
           Apache Chemistry, Apache, the Apache feather logo, and the Apache 
           Chemistry project logo are trademarks of The Apache Software 
-          Foundation.<br /><br />
+          Foundation.
+          <BR />
           Content Management Interoperability Services (CMIS) is an
           <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a>
           specification.

Modified: websites/production/chemistry/content/testsuitedescription.html
==============================================================================
--- websites/production/chemistry/content/testsuitedescription.html (original)
+++ websites/production/chemistry/content/testsuitedescription.html Tue Feb 22 09:11:32 2011
@@ -15,13 +15,14 @@
     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.
+
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <script src="/resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
-    <meta name="description" content"Apache Chemistry, CMIS Implementation" />
+    <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - TestSuiteDescription
     </title>
@@ -42,9 +43,14 @@ Apache Chemistry - TestSuiteDescription
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="/images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="/images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>
@@ -64,7 +70,13 @@ Apache Chemistry - TestSuiteDescription
               <td>
                 <div align="right">
                 <!-- Quicklinks -->
-<P><A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> <A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> <A href="sitemap.html" title="SiteMap">Site Map</A></P>
+<P>
+<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A>
+|
+<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A>
+|
+<A href="sitemap.html" title="SiteMap">Site Map</A>
+</P>
                 <!-- Quicklinks -->
                 </div>
               </td>
@@ -164,39 +176,43 @@ Apache Chemistry - TestSuiteDescription
 <h1 id="introduction">Introduction</h1>
 <p>The Test Suite tests some of the basic CMIS functionality.  This will be
 used to validate this client library against a wide variety of CMIS
-compliant repositories</p>
+compliant repositories.</p>
 <p><a name="TestSuiteDescription-Details"></a></p>
-<h1 id="details">Details</h1>
-<p>This Test Suite tests the following functionality
-<em> Getting the Type information of an object
-</em> Creating a folder
-<em> Creating a document
-</em> Listing the files and folders in a folder
-<em> Getting the contents of a created document
-</em> Moving a Document
-* Deleting a document</p>
-<p>The user must provide the following information:
-<em> The URL of the server
-</em> The Authentication credentials
-<em> The name of an existing folder
-</em> The name of a new folder that will be created as part of the tests
-* A flag that tells how much debug information to print out</p>
+<h2 id="details">Details</h2>
+<p>This Test Suite tests the following functionality:</p>
+<ul>
+<li>Getting the Type information of an object</li>
+<li>Creating a folder</li>
+<li>Creating a document</li>
+<li>Listing the files and folders in a folder</li>
+<li>Getting the contents of a created document</li>
+<li>Moving a Document</li>
+<li>Deleting a document</li>
+</ul>
+<p>The user must provide the following information:</p>
+<ul>
+<li>The URL of the server</li>
+<li>The Authentication credentials</li>
+<li>The name of an existing folder</li>
+<li>The name of a new folder that will be created as part of the tests</li>
+<li>A flag that tells how much debug information to print out</li>
+</ul>
 <p>Currently the test suite does not have an "expects" capability allowing it
-the validate the test results.  That will be added as one of the TODOs</p>
+the validate the test results.  That will be added as one of the TODOs.</p>
 <p><a name="TestSuiteDescription-RunningtheTestSuite"></a></p>
 <h2 id="running_the_test_suite">Running the Test Suite</h2>
-<p>php -f cmis_test_suite.php <em>url_to_cmis_compliant_repository</em> <em>username</em>
+<p><code>php \-f cmis_test_suite.php</code> <em>url_to_cmis_compliant_repository</em> <em>username</em>
 <em>password</em> <em>existing_folder</em> <em>new_folder_name</em> <em>debug_flag</em></p>
 <ul>
-<li><em>url_to_cmis_compliant_repository</em> - The URL For the ATOM-PUB/REST
+<li><em>url_to_cmis_compliant_repository</em> : The URL For the ATOM-PUB/REST
 binding of a CMIS compliant repository</li>
-<li><em>username</em> - username</li>
-<li><em>password</em> - password</li>
-<li><em>existing_folder</em> - An existing folder in the repository.  A folder will
+<li><em>username</em> : username</li>
+<li><em>password</em> : password</li>
+<li><em>existing_folder</em> : An existing folder in the repository.  A folder will
 be created in this folder to contain any documents created as part of this
 test</li>
 <li><em>new_folder_name</em></li>
-<li><em>debug_flag</em> - if non-blank and non-zero, extra debug information will
+<li><em>debug_flag</em> : if non-blank and non-zero, extra debug information will
 be printed</li>
 </ul>
 <p>Currently the output is a bit of a fire hose.  This will be cleaned up.</p></div>
@@ -208,6 +224,11 @@ be printed</li>
      <td id="cell-2-2">&nbsp;</td>
     </tr>
     <tr width="100%">
+      <td id="cell-3-0">&nbsp;</td>
+      <td id="cell-3-1">&nbsp;</td>
+      <td id="cell-3-2">&nbsp;</td>
+    </tr>
+    <tr width="100%">
      <td id="cell-3-0">&nbsp;</td>
      <td id="cell-3-1">
        <div id="footer">
@@ -216,7 +237,8 @@ be printed</li>
           
           Apache Chemistry, Apache, the Apache feather logo, and the Apache 
           Chemistry project logo are trademarks of The Apache Software 
-          Foundation.<br /><br />
+          Foundation.
+          <BR />
           Content Management Interoperability Services (CMIS) is an
           <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a>
           specification.