Author: buildbot
Date: Sun Feb 20 18:04:49 2011
New Revision: 785770
Log:
Staging update by buildbot
Modified:
websites/staging/chemistry/trunk/content/resources/site.css
Modified: websites/staging/chemistry/trunk/content/resources/site.css
==============================================================================
--- websites/staging/chemistry/trunk/content/resources/site.css (original)
+++ websites/staging/chemistry/trunk/content/resources/site.css Sun Feb 20
18:04:49 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; }
@@ -40,9 +40,9 @@ body {
line-height: 105%;
font-family: Verdana, arial, sans-serif;
font-weight: bold;
- font-size: 11px;
+ font-size: 12px;
color: grey;
- line-height: 11px;
+ line-height: 12px;
overflow: none;
border-top: 1px solid lightgrey;
}
@@ -67,6 +67,7 @@ body {
color: black;
font-size: 65%;
font-family: Verdana, arial, sans-serif;
+ border-top: 1px solid grey;
}
#footer a:link, #footer a:visited {
color: black;
@@ -78,15 +79,15 @@ 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 {
@@ -167,11 +168,11 @@ 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;
+ font-size: 12px;
line-height: 16px;
color: #000000;
font-weight: normal;
@@ -230,10 +231,10 @@ pre {
}
.code {
- border: 1px dashed #3c78b5;
- font-size: 11px;
+ border: 1px dashed #3c78b5;
+ font-size: 11px;
font-family: Courier;
- margin: 10px;
+ margin: 10px;
line-height: 13px;
}
@@ -1559,3 +1560,14 @@ 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;
+ }
+