You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2006/05/02 13:12:01 UTC

svn commit: r398905 - in /geronimo/site/wikimesh/servicemix-site: src/images/fade.png src/site.css website-scrub.sh

Author: gnodet
Date: Tue May  2 04:11:46 2006
New Revision: 398905

URL: http://svn.apache.org/viewcvs?rev=398905&view=rev
Log:
Update wikimesh for ServiceMix

Added:
    geronimo/site/wikimesh/servicemix-site/src/images/fade.png   (with props)
Modified:
    geronimo/site/wikimesh/servicemix-site/src/site.css
    geronimo/site/wikimesh/servicemix-site/website-scrub.sh

Added: geronimo/site/wikimesh/servicemix-site/src/images/fade.png
URL: http://svn.apache.org/viewcvs/geronimo/site/wikimesh/servicemix-site/src/images/fade.png?rev=398905&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/site/wikimesh/servicemix-site/src/images/fade.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: geronimo/site/wikimesh/servicemix-site/src/site.css
URL: http://svn.apache.org/viewcvs/geronimo/site/wikimesh/servicemix-site/src/site.css?rev=398905&r1=398904&r2=398905&view=diff
==============================================================================
--- geronimo/site/wikimesh/servicemix-site/src/site.css (original)
+++ geronimo/site/wikimesh/servicemix-site/src/site.css Tue May  2 04:11:46 2006
@@ -1,834 +1,362 @@
-#breadcrumbs {   
-    border-top: 1px solid #000066;   
-    border-bottom: 1px solid #000066;   
-    padding-left: 12px;   
-    padding-right: 12px;   
-    padding-top: 2px;   
-    padding-bottom: 2px;   
-    font-weight: bold;   
-    background-color: #dddddd; 
-}  
-#breadcrumbs td {   
-    font-size: x-small; 
-}  
-#breadcrumbs a {   
-    font-weight: bold; 
-}
-#banner {
-  padding: 8px;
-} 
-
-#leftColumn {
-    width: 170px;
-    float:left;
-    overflow: auto;
-
-    margin: 0px 0px 0px 0px;
-    padding: 0px 0px 0px 8px;
-
-    border-top-color: #ccc;
-    border-top-width: 1px;
-    border-right-color: #ccc;
-    border-right-style: solid;
-    border-right-width: 1px;
-    border-bottom-color: #ccc;
-    border-bottom-style: solid;
-    border-bottom-width: 1px; 
-
-    font-size: 8px;
-    background-color: #eeeeee;
-}
-
-#leftColumn h3 {
-    margin: 0px 0px 0px -8px;
-    font-size: 10px;
-    color: #49635a;
+* {
+ font-family: Verdana;
+ font-size: x-small;
 }
 
-#leftColumn a {
-  font-size: smaller;
-}
 
-#rightColumn {
-  width: 100%;
-  padding: 12px;
-  border-right: 1px solid #cccccc;
-  font-size: small;
-  padding-left: 16px; 
-  padding-right: 16px;
-} 
-
-#page_title {
-  border-bottom: 1px solid black;
-  color: #3366CC;
-  margin-bottom: .5em; 
-  padding: 4px 4px 4px 4px;
-  background-image: url(../images/h3.jpg);
-  background-repeat: no-repeat;
-  background-position: left bottom;
-}
-#page_title td {
-  font-weight: bold;
-  font-size: 20px;
-}
-
-body {
-  margin: 0px;
-  padding: 0px;
-}
-img {
-  border:none;
-}
-table {
-  padding:0px;
-  width: 100%;
-  margin-left: -2px;
-  margin-right: -2px;
-}
-acronym {
-  cursor: help;
-  border-bottom: 1px dotted #feb;
-}
-table.bodyTable th, table.bodyTable td {
-  padding: 2px 4px 2px 4px;
-  vertical-align: top;
-}
-div.clear{
-  clear:both;
-  visibility: hidden;
-}
-div.clear hr{
-  display: none;
-}
 body {
-        background-color: #fff;
-    font-family: Verdana, Helvetica, Arial, sans-serif;
-    margin-left: auto;
-    margin-right: auto;
-    background-repeat: repeat-y;
-    font-size: 13px;
-    padding: 0px;
-}
-td, select, input, li{
-    font-family: Verdana, Helvetica, Arial, sans-serif;
-    font-size: 12px;
-    color:#333333;
-}
-code{
-  font-size: 12px;
-}
-a {
-  text-decoration: none;
-}
-a:link {
-  color:#47a;
-}
-a:visited  {
-  color:#666666;
-}
-a:active, a:hover {
-  color:#990000;
-}
-
-h2 {
-    padding: 2px 2px 2px 10px;
-    color: #666;
-    background-color: #ccc;
-    font-weight: bold;
-    font-size: 17px;
-    background-image: url(../images/h2.jpg);
-    background-repeat: no-repeat;
-    background-position: left bottom;
-}
-h3 {
-    padding: 2px 2px 2px 20px;
-    color: #666;
-    background-color: #ccc;
-    font-weight: bold;
-    font-size: 14px;
-    background-image: url(../images/h3.jpg);
-    background-repeat: no-repeat;
-    background-position: left bottom;
-}
-p {
-  line-height: 1.3em;
-  font-size: 12px;
-  color: #000;
-}
-
-
-table.bodyTable th {
-  color: white;
-  background-color: #bbb;
-  text-align: left;
-  font-weight: bold;
-}
-
-table.bodyTable th, table.bodyTable td {
-  font-size: 11px;
-}
-
-table.bodyTable tr.a {
-  background-color: #ddd;
-}
-
-table.bodyTable tr.b {
-  background-color: #eee;
-}
-
-.source {
-  border: 1px solid #999;
-  overflow:auto
-}
-dt {
-    padding: 4px 4px 4px 24px;
-    color: #333333;
-    background-color: #ccc;
-    font-weight: bold;
-    font-size: 14px;
-    background-image: url(../images/h3.jpg);
-    background-repeat: no-repeat;
-    background-position: left bottom;
-}
-.subsectionTitle {
-    font-size: 13px;
-    font-weight: bold;
-    color: #666;
-
-}
-
-table {
-    font-size: 10px;
-}
-
-a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
-  background: none;
-  padding-right: 0;
-}
-
-.greybox {
-  font-style: italic;
-  font-weight: bold;
-  margin-top: .5em;
-  margin-bottom: .5em;
-  background-color: #ddd;
-  border: 1px solid #bbb;
-  padding: .3em;
-}
-
-.blogpost {
-    margin: 0px 0px 0px 15px;
+ padding: 0;
+ margin: 0;
+ background-color: $bgColor;
 }
 
-.blogHeading {
-  font-size: 12px;
-  font-weight: bold;
-}
-.pagesubheading {
-  font-size: 10px;
-  font-style: italic;
-}
-
-
-/* --------------------- */
-
-a:link.selfref, a:visited.selfref {
-}
-
-a:link, a:visited {
-}
-
-a:active, a:hover {
-  text-decoration: underline; 
+#ulayout {
+  width: 760px;
+  border-collapse: collapse;
+  cell-spacing: 0px;
+  margin: auto;
+  padding: 0px;
 }
 
-a.plain:active, a.plain:hover {
-  text-decoration: none; 
-}
 
-.sectionTitle a {
-  text-decoration: underline; 
-}
-.subsectionTitle a {
-  text-decoration: underline; 
+#utop {
+  border-collapse: collapse;
+  cell-spacing: 0;
+  padding: 0;
+  border-bottom: 2px solid #36c;
 }
 
-span.highlight {  
-  font-weight: bold;
-  color: #990000;
+#utop_right a {
+  font-size: 1.3em;
 }
 
-#layout {
-  margin: 0px;
+#ulayout td {
   padding: 0px;
 }
 
-#banner {
-  padding: 8px;
-}
-
-#breadcrumbs {
-  border-top: 1px solid #000066;
-  border-bottom: 1px solid #000066;
-  padding-left: 12px;
-  padding-right: 12px;
-  padding-top: 2px;
-  padding-bottom: 2px;
-  font-weight: bold;
-  background-color: #dddddd;
-}
-
-#breadcrumbs td {
-  font-size: x-small;
+#uleft {
+  vertical-align: top;
 }
 
-#breadcrumbs a {
-  font-weight: bold;
-}
 
-#layout {
-  /*border-top: 1px solid #000066;*/
-  padding: 0px;
+#ulayout table {
   margin: 0px;
-
-}
-
-.navSection {
-  background-color: #ffffff;
-  border: 1px solid #999999;
-  border-top: none;
   padding: 0px;
-  margin-bottom: 8px;
-  font-size: small;
-}
-
-.navSection a {
-  font-weight: normal;
-}
-
-.navSectionHead {
-  border-top: 1px solid #999999;
-  border-bottom: 1px solid #999999;
-  color: #555555;
-  padding: 4px;
-  margin-left: 0px;
-  margin-right: 0px;
-  background-color: #eeeeee;
-  font-weight: bold;
-  font-size: x-small;
-}
-
-.navLink {
-  padding-top: 2px;
-  padding-bottom: 2px;
-  padding-left: 14px;
-  font-size: small;
-}
-
-.section {
-  padding-bottom: 16px;
-}
-/*
-* + h1 {
-  margin-top: 1.5em;
-}
-
-* + h2 {
-  margin-top: 1.5em;
-}
-*/
-
-.sectionTitle, h1 {
-  font-size: 24px;
-    font-weight: bold;
-  padding: 4px;
-  border: 1px solid #aaaaaa;
-  color: #3366CC;
-  background-color: #eee;
-  color: #3366CC;
-  font-weight: bold;
-  margin-bottom: .5em;
-  /* margin-top: 1em; */
+  border-collapse: collapse;
+  cell-spacing: 0px;
 }
 
-.subsection {
-  padding-left: 20px;
-  margin-top: 10px;
-  margin-bottom: 10px;
-}
-
-body:first-child {
-  padding-top: 0px;
-}
-/*
-.subsectionTitle, h2 {
-	font-size: 18px;
-	line-height: normal;
-	font-weight: bold;
-  padding-left: .2em;
-  margin-bottom: .5em;
-  border-bottom: 1px solid #999;
-  border-left: 1px solid #999;
-	background-color: #f0f0f0;
+#ulayout table#utop_nav {
+  width: 100%;
   font-weight: bold;
-          color: #3366CC;
-}
-*/
-
-.sectionTitle a {
-  font-weight: normal;
-}
-
-.subsectionTitle a {
-  font-weight: normal;
-}
-
-.subsubsection {
-  padding-left: 30px;
-}
-
-h4 {
-	font-size: 12px;
-	line-height: normal;
-	font-weight: bold;
-  margin-bottom: .5em;
-  padding: .1em;
+  margin-bottom: 1ex;
+  margin-top: 1ex;
+  background-image: url('http://incubator.apache.org/servicemix/images/fade.png' );
+  background-repeat: repeat-y;
   border: 1px solid #ddd;
-
-}
-
-ins.inserted {
-  text-decoration: none;
-  font-weight: bold;
-}
-
-/*
-#leftColumn {
-  width: 150px;
-}
-
-#leftColumn h3 {
-  background-color: #ddd;
-  border: 1px solid #ccc;
-  border-bottom: 1px solid #007;
-  margin-bottom: .5em;
-}
-
-#leftColumn a {
-  font-weight: bold;
-}
-*/
-
-#breadcrumbs a {
-  font-weight: bold;
-}
-
-
-p {
-  margin: 0px;
-  margin-bottom: .5em;
-  line-height: 1.2em;
-  padding-right: 20px;
-  padding-left: 0px;
 }
 
-blockquote p {
-  padding-left: 0px;
-  padding-right: 0px;
+#utop_nav a {
+  color: #007;
 }
 
-ul {
-  margin-top: 1em;
-  margin-bottom: 1em;
-  padding-left: 1.5em;
-}
-
-ul ul {
-  margin: 0px;
-  padding-left: 1em;
+#utop_nav a:hover {
+  color: #700;
+  text-decoration: underline;
 }
 
-li {
+#utop_nav p {
   margin: 0px;
-  margin-right: 15%;
-  line-height: 1.2em;
-}
-
-tt {
-  font-size: larger; 
 }
 
-
-#extraColumn {
-  padding: 12px;
+#utop_nav td {
+  padding: 1ex;
+  vertical-align: middle;
 }
 
-#navBox {
+#ubreadcrumbs {
 }
 
-/*
-#rightColumn {
-  padding: 12px;
-  border-right: 1px solid #cccccc;
-  font-size: small;
-  padding-left: 16px;
-  padding-right: 16px;
-}
-*/
-
-#contentBox {
-
+#utop_nav a {
+  text-decoration: none;
 }
 
-table.bodyTable, table.wikitable {
-  margin: 10px;
-  border-collapse: collapse;
-  border-spacing: 0pt;
-  background-color: #eeeeee;
+#uads {
+  text-align: center;
+  margin-top: 2em;
+  margin-bottom: 2em;
+  border: 1px solid #eee;
 }
 
-#Content table.grid {
-  border: 1px solid #bbbbbb;
+#uleft {
+  font-size: x-small;
 }
 
-table.grid {
-  padding: 0px;
-  border-collapse: collapse;
-  border-spacing: 0pt;
+#uleft .content {
+  margin-right: 2em;
   margin-left: 1em;
-  margin-right: 1em;
+  padding-top: 1em;
 }
 
-table.grid th {
-  background-color: #eeeeee;
-  font-size: smaller;
-  padding: 4px;
-  border: 1px solid #bbbbbb;
+#uleft .section_3 {
+  margin-bottom: 1em;
+  padding: 1em;
+  padding-top: 1ex;
+ /* border-right: 1px solid #aaa;*/
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
 }
 
-table.grid td {
-  font-size: x-small;
-  border: 1px solid #bbbbbb;
-  padding: 3px;
+#uleft h3 {
+  margin-top: 0px;
+  margin-bottom: 0px;
+  font-size: larger;
 }
 
-table.bodyTable th, table.bodyTable td, table.wikitable th, table.wikitable td {
-  border: 1px solid #999999;
-  font-size: smaller;
-  padding: 4px;
+#uleft h3 a {
+  color: #333;
 }
 
 
-table.bodyTable th, table.wikitable th {
-  text-align: left;
-  background-color: #dddddd;
-  border: 2px solid #999999;
-  padding: 4px;
+#uleft ul {
+  padding-left: 2em;
+  margin-top: 0.8ex;
+  margin-bottom: 0px;
+  padding-bottom: 0px;
 }
 
-.nobr
-  white-space: nowrap;
+#uleft li {
+  margin-bottom: .5ex;
 }
 
-table.bodyTable td {
-  padding: 4px;
-}
-
-/*
-table.bodyTable th, table.wikitable th {
-  border-bottom: 2px solid #999999;
+#uleft li a {
+  text-decoration: none;
 }
 
-table.bodyTable tr.a {
-  background-color: #dedede;
+#uleft li a:hover {
+  text-decoration: underline;
 }
 
-table.bodyTable tr.b {
-  background-color: #efefef;
+#uleft a {
+  font-size: x-small;
 }
-*/
 
-.source, .code {
-  padding: 12px;
-  margin: 1em;
-  border: 1px dashed #3366CC;
-  border-left: 1px dashed #3366CC;
-  border-right: 1px dashed #3366CC;
-  color: #555;
-  background-color: #f0f0f0;
+#umain {
+  width: 600px;
+  vertical-align: top;
 }
 
-pre {
-  padding: 12px;
-  font-size: larger;
+#umain .section_1 {
+  margin-bottom: 3em;
 }
 
-.java-keyword {
-  color: #000066;
+#umain .section_1 h1 {
+  margin-top: 0px;
 }
 
-.java-object {
-  color: #000099;
-}
- 
-.java-quote {
-  color: #990000;
+#umain h1 {
+  color: #369;
 }
- 
 
-.source, .code pre {
-  margin: 0px;
-  margin-left: 8px;
-  padding: 0px;
+#umain .content {
+  background-color: #fff;
+  padding-right: 1em;
+  padding-left: 2em;
+  padding-top: 1em;
+  padding-bottom: 1em;
+  border-left: 1px solid #ddd;
 }
 
-#footer {
-  padding-left: 4px;
-  border-top: 1px solid #ccc;
-  color: #888888;
-  font-size: x-small;
-}
-
-blockquote {
-  border-top: 1px solid #bbbbbb;
-  border-bottom: 1px solid #bbbbbb;
-  border-left: 3px solid #bbbbbb;
-  border-right: 3px solid #bbbbbb;
-  padding: 12px;
-  margin-left: 3em;
-  margin-right: 3em;
-  color: #666666;
-  background-color: white;
-  line-height: 1.5em;
-}
-
-input[type="text"] {
-  margin: 0px;
-  border: 1px solid #999999;
-  background-color: #dddddd;
+#upage_title {
+  font-size: x-large;
+  font-weight: bold;
+  color: #36c;
+  border-bottom: 2px solid #aaa;
 }
 
-input.required {
-  margin: 0px;
-  border: 1px solid #990000;
-}
 
-input {
-  border: 1px solid #999999;
+#umain h1 {
+  font-size: large;
 }
 
-textarea {
-  border: 1px solid #999999;
+#umain h1 * {
+  font-size: large;
 }
 
-textarea.required {
-  border: 1px solid #990000;
+#umain h2 a {
 }
 
-label {
-  font-size: smaller;
+#umain h2 {
+  border-bottom: 1px solid #ddd;
 }
 
-label.required {
-  color: #990000;
+#umain p {
+  padding-left: 1em;
+  margin-top: 0px;
+  margin-right: 1em;
+  line-height: 1.8em;
 }
 
-.searchResults {
-  color: black;
+#umain pre {
+  background-image: url('/servicemix/images/fade.png');
+  background-repeat: repeat-y;
+  border: 1px solid #ddd;
+  font-family: courier;
+  padding: 1em;
+  padding-left: 2em;
+  padding-right: 2em;
+  margin-left: 2em;
+  color: #333;
 }
 
-.searchResults b {
-  color: #3366CC;
+#umain pre * {
+  font-family: inherit;
 }
 
-
-.linecomment { color: #bbbbbbb; }
-.blockcomment { color: #bbbbbbb; }
-.prepro { color: #0000BB; }
-.select {}
-.quote { color: #770000; }
-.category1 { color: #3366CC; }
-.category2 { color: #0000BB; }
-.category3 { color: #0000BB; }
-
-#page_title {
-	color: #3366CC;
-  border-bottom: 1px solid black;
-  font-weight: bold;
-  font-size: x-large;
-  margin-bottom: .5em;
+.code-comment {
+  color: #777;
+  font-style: italic;
 }
 
-.greenbar {
-  background-color: green;
+.code-quote {
+  color: #007;
 }
 
-.redbar {
-  background-color: red;
+.code-keyword {
+  color: #700;
 }
 
-tr.testpassed td {
-  padding: 0px;
-  padding-left: 1px;
-  padding-right: 1px;
-  margin: 0px;
+#umain table.grid {
+  border-top: 1px solid #ccc;
+  border-left: 1px solid #ccc;
+  border-bottom: 1px solid #aaa;
+  border-right: 1px solid #aaa;
 }
 
-tr td.noformatting {
-  border: none;
-  padding: 0px;
-  padding-left: 4px;
-  padding-right: 4px;
-  margin: 0px;
+#umain table.grid * {
+  font-size: xx-small; 
 }
 
-.greybox {
-  font-style: italic;
-  font-weight: bold;
-  margin-top: .5em;
-  margin-bottom: .5em;
-  background-color: #ddd;
-  border: 1px solid #bbb;
-  padding: .3em;
+#umain table.grid th {
+  padding: 1em;
+  border-bottom: 1px solid #36c;
+  background-color: #eee;
 }
 
-.panelContent {
-  border: 1px solid #999;
+#umain table.grid td {
   padding: 1em;
-  margin: 1em;
+  border-bottom: 1px solid #bbb;
 }
 
-.header_name {
-	font-size: smaller;
-	padding: 2px;
-	padding-right: 1ex;
-	border-right: 1px solid #3366CC;
-	background-color: #ccc;
+#umain table.grid td p {
 }
 
-.header_value {
-	font-size: smaller;
-	background-color: #ddd;
-	padding: 2px;
+#umain .confluenceTable {
+  border-bottom: 1px solid #aaa;
+  border-right: 1px solid #aaa;
+  margin: auto;
+  margin-bottom: 1em;
 }
 
-.header_fields {
-	width: 100%;
-	border: 1px solid #999;
-	background-color: #fff;
+#umain .confluenceTable th {
+  background-color: #eee;
+  border: 1px solid #ccc;
+  padding: .3ex;
+  text-align: left;
 }
 
-.email_body {
-	margin: 2ex;
-	padding: 1ex;
-	padding-left: 2ex;
-	padding-right: 2ex;
-	border: 1px solid #999;
-	font-size: smaller;
+#umain .confluenceTable td {
+  border: 1px solid #ccc;
+  padding: .3ex;
 }
 
-.email_body pre {
-	padding: 0px;
-	margin: 0px;
-}
 
-.email_body blockquote {
-	padding: 0px;
-	margin: 0px;
-	border: 1px solid #ccc;
+#ufooter {
+  text-align: right;
 }
 
-.msg_navblock {
-	margin-bottom: 2ex;
-	border: 1px solid #999;
-	background-color: #fff;
+#ufooter .content {
+  color: #777;
+  margin-top: 1em;
+  margin-bottom: 1em;
+  padding: 1em;
+  border-top: 1px solid #ddd;
 }
 
-.msg_navblock th {
-	border: 1px solid #ccc;
-	font-size: smaller;
+#ufooter * {
+  font-size: xx-small;
 }
 
-.msg_navblock td {
-	border: 1px solid #ccc;
-	font-size: smaller;
+#ulayout_bottom a {
+  font-weight: bold;
+  color: inherit;
 }
 
-.single_entry {
-	border: 1px solid #aaa;
-	padding: .5ex;
-	padding-left: 1ex;
-	border-left: 1px solid #090;
-	margin: 2px;
-	background-color: #eee;
+a.rss {
+ background-image: url(http://docs.codehaus.org/images/icons/rss.gif) !important;
+ background-repeat: no-repeat;
+ padding-left: 35px !important;
+ padding-bottom: 4px;
+ text-decoration: none;
 }
 
-.root_entry {
-	border: 1px solid #aaa;
-	padding: .5ex;
-	padding-left: 1ex;
-	border-left: 1px solid #090;
-	margin-top: 8px;
-	margin-bottom: 8px;
-	background-color: #eee;
+.feedList li {
+  padding-bottom: 4px;
 }
 
-.root_entry .sub_entry {
-	padding: .5ex;
-	padding-left: 1ex;
-	margin: 2px;
-	margin-left: 1ex;
-	border-left: 1px solid #999;
+a {
+  color: #117;
 }
 
-.list_entry {
-	border: 1px solid #aaa;
-	padding: 1ex;
-	margin-top: 1ex;
-	margin-bottom: 1ex;
+a:hover {
+  color: #700;
+  text-decoration: underline;
 }
 
-.list_entry td {
-	border: 1px solid #999;
+.section_3 h3 {
+  color: #36c;
+  background-color: #ddd;
+  padding: 2px;
+  border: 1px solid #aaa;
 }
 
-.project_entry {
-	border: 1px solid #aaa;
-	padding: 1ex;
-	margin-top: 1ex;
-	margin-bottom: 1ex;
+.spaceLogo {
+  font-size: 2.8em;
+  font-weight: bolder;
+  color: #036;
 }
 
-a[name], a[name], #page_title {
-	color: #3366CC
+#utop_left {
+ vertical-align: bottom;
 }
 
-#blogHeader a {
-	color: #3366CC
+#utop_right a {
+ font-size: 2.8em;
+ text-decoration: none;
+ font-weight: bolder;
+ color: #009;
 }
 
-
-table.confluenceTable
-{
-    margin: 5px;
-    border-collapse: collapse;
+.preformatted-disabled {
+ 	border: 1px dashed #3c78b5;
+    font-size: 11px;
+	font-family: Courier;
+    margin: 10px;
+	line-height: 13px;
 }
 
-td.confluenceTd
-{
-    border: 1px solid #ccc;
-    padding: 3px 4px 3px 4px;
+.preformattedHeader {
+    background-color: #f0f0f0;
+ 	border-bottom: 1px dashed #3c78b5;
+    padding: 3px;
+	text-align: center;
 }
 
-th.confluenceTh
-{
-    border: 1px solid #ccc;
-    padding: 3px 4px 3px 4px;
-    background: #f0f0f0;
-    text-align: center;
+.preformattedContent-disabled {
+    background-color: #f0f0f0;
+    padding: 3px;
 }
 
-
 .code-keyword {
   color: #000091;
   background-color: inherit;
@@ -859,21 +387,3 @@
   color: #000091;
   background-color: inherit;
 }
-
-
-
-# Confluence info boxes
-
-/* information macros */
-.noteMacro { border-style: solid; border-width: 1px; border-color: #F0C000; background-color: #FFFFCE; text-align:left;}
-.warningMacro { border-style: solid; border-width: 1px; border-color: #c00; background-color: #fcc; text-align:left;}
-.infoMacro { border-style: solid; border-width: 1px; border-color: #3c78b5; background-color: #D8E4F1; text-align:left;}
-.tipMacro { border-style: solid; border-width: 1px; border-color: #090; background-color: #dfd; text-align:left;}
-.informationMacroPadding { padding: 5px 0 0 5px; }
-
-table.infoMacro td, table.warningMacro td, table.tipMacro td, table.noteMacro td, table.sectionMacro td {
-    border: none;
-}
-
-table.sectionMacroWithBorder td.columnMacro { border-style: dashed; border-width: 1px; border-color: #cccccc;}
-

Modified: geronimo/site/wikimesh/servicemix-site/website-scrub.sh
URL: http://svn.apache.org/viewcvs/geronimo/site/wikimesh/servicemix-site/website-scrub.sh?rev=398905&r1=398904&r2=398905&view=diff
==============================================================================
--- geronimo/site/wikimesh/servicemix-site/website-scrub.sh (original)
+++ geronimo/site/wikimesh/servicemix-site/website-scrub.sh Tue May  2 04:11:46 2006
@@ -1,8 +1,8 @@
 #
 # Get rid of the ^Ms
 #
-perl -pi -e 's/
-//g' $*
+#perl -pi -e 's/
+#//g' $*
 
 #
 # To convert the absolute web links to relative links
@@ -12,23 +12,22 @@
 #
 # Convert all the absolute image links to fully qualified links
 #
-perl -pi -e 's/src="\//src="http:\/\/www.servicemix.org\//g' $*
+perl -pi -e 's/src="\//src="http:\/\/incubator.apache.org\/servicemix\//g' $*
 
 #
 # To link logo relative to the site
 #
-perl -0 -pi -e 's/<a href="http:\/\/servicemix.org" rel="nofollow"><img align="absmiddle" border=0 src="http:\/\/www.logicblaze.com\/images\/logos\/products\/ServiceMix\/ServiceMix_logo_150.jpg"><\/a>/<a href="http:\/\/incubator.apache.org\/servicemix" rel="nofollow"><img align="absmiddle" border=0 src="images\/logo.gif"><\/a>/gms' $*
+perl -0 -pi -e 's/<a href="\/"><img src="http:\/\/www.logicblaze.com\/images\/logos\/products\/ServiceMix\/ServiceMix_logo_150.jpg" alt="ServiceMix" class="spaceLogo" border="0"\/><\/a>/<a href="http:\/\/incubator.apache.org\/servicemix"><img src="http:\/\/incubator.apache.org\/servicemix\/images\/logo.gif" alt="ServiceMix" class="spaceLogo" border="0"\/><\/a>'
 
 #
 # replace the codehaus logo
 #
-perl -0 -pi -e 's/<a href="http:\/\/www.codehaus.org" rel="nofollow"><img align="absmiddle" border=0 src="http:\/\/drools.codehaus.org\/__unity__\/images\/logo.png"><\/a>/<a href="http:\/\/incubator.apache.org" rel="nofollow"><img align="absmiddle" border=0 src="http:\/\/incubator.apache.org\/images\/apache-incubator-logo.png"><\/a>/gms' $*
+perl -0 -pi -e 's/<a href="http:\/\/www.codehaus.org\/"><img src=".\/__unity__\/images\/logo.png" style="border: none;"\/><\/a>/<a href="http:\/\/incubator.apache.org"><img src="http:\/\/incubator.apache.org\/images\/apache-incubator-logo.png" style="border: none;"\/><\/a>/gms' $*
 
 #
 # To link in a new css 
 #
-perl -0 -pi -e 's/<link rel="stylesheet" href="http:\/\/codehaus.org\/codehaus-style.css" type="text\/css">
-        <link rel="stylesheet" href="style.css" type="text\/css">/<link rel="stylesheet" href="site.css" type="text\/css">/gms' $*
+perl -0 -pi -e 's/<link rel="stylesheet" href="__unity__\/styles\/unity-blue.css" type="text\/css"\/>/<link rel="stylesheet" href="site.css" type="text\/css"\/>/gms' $*
 
 #
 # To remove the google advertising
@@ -40,11 +39,11 @@
 #
 # To remove the page print link
 #
-perl -0 -pi -e 's/<a href="[^"]*?\?print=1" style="color:#999;font-size:small"><img src="http:\/\/www.codehaus.org\/print.gif" border="0"><\/a>//gms' $*
+perl -0 -pi -e 's/<a href="[^\?]*\?print=1" style="float:right"><img src="http:\/\/www.codehaus.org\/print.gif" class="print" alt="Print" border="0"\/><\/a>//gms' $*
 
 #
 # To remove the copyright line.
 #
-perl -0 -pi -e 's/Copyright 2004. All rights reserved unless otherwise noted.<br\/>
-          Powered by <a href="http:\/\/atlassian.com\/">Atlassian<\/a> <a href="http:\/\/atlassian.com\/confluence\/">Confluence<\/a>.//gms' $*
+perl -0 -pi -e 's/<div class="copyright">Copyright 2003-2006 - The Codehaus. All rights reserved unless otherwise noted.<\/div>//gms' $*
+perl -0 -pi -e 's/<div class="credits">Powered by <a href="http:\/\/atlassian.com\/">Atlassian<\/a>&nbsp;<a href="http:\/\/atlassian.com\/confluence\/">Confluence<\/a><\/div>//gms' $*