You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/05/14 19:52:18 UTC

svn commit: r406388 - /incubator/activemq/site/resources/space.css

Author: jstrachan
Date: Sun May 14 10:52:17 2006
New Revision: 406388

URL: http://svn.apache.org/viewcvs?rev=406388&view=rev
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/resources/space.css

Modified: incubator/activemq/site/resources/space.css
URL: http://svn.apache.org/viewcvs/incubator/activemq/site/resources/space.css?rev=406388&r1=406387&r2=406388&view=diff
==============================================================================
--- incubator/activemq/site/resources/space.css (original)
+++ incubator/activemq/site/resources/space.css Sun May 14 10:52:17 2006
@@ -1,3 +1,73 @@
+/*********************************************************************
+  CSS Elements in the layout template
+ *********************************************************************/
+#site-banner {
+    padding: 0px;
+    padding-right: 20px;
+    margin: 0px;
+    background-color: #fff;
+}
+
+#site-navbar {
+  padding: 2px;
+  border-top: 1px solid #000066;
+  border-bottom: 1px solid #000066;
+  padding-left: 12px;
+  padding-right: 12px;
+  font-weight: bold;
+  background-color: #dddddd;
+}
+
+#site-quicklinks p {
+  padding: 0px; margin: 0px;
+}
+
+#site-content
+{
+    text-align: left;
+    background-color: #fff;
+    padding: 0px;
+    margin: 0px;
+    padding-bottom:20px;
+}
+
+#site-navigation {
+  padding: 0px;
+  margin-top: -24px;
+  font-weight: bold;
+  background-color: #dddddd;
+  border-right: 1px solid #000066;
+  padding-bottom:20px;
+}
+
+.pagetitle {
+	font-size: 28px;
+	font-weight: bold;
+	font-family: Arial, sans-serif;
+	color: #003366;
+        margin-bottom: 10px;
+}
+
+#site-page
+{
+    text-align: left;
+    background-color: #fff;
+    padding: 10px;
+    margin: 0px;
+}
+
+#site-footer {
+    background-image:      url('http://goopen.org/confluence/images/border/border_bottom.gif');
+    background-repeat:     repeat-x;
+    background-position:   left top;
+    padding-top:           4px;
+    color:                 #666;
+}
+
+/*********************************************************************
+ CSS Elements that are part of the confluence rendered xhtml
+ *********************************************************************/
+
 body, p, td, table, tr, .bodytext, .stepfield {
 	font-family: Verdana, arial, sans-serif;
 	font-size: 11px;
@@ -5,13 +75,7 @@
 	color: #000000;
 	font-weight: normal;
 }
-#PageContent {
-	text-align: left;
-	background-color: #fff;
-	padding: 0px;
-	margin: 0px;
-    padding-bottom:20px;
-}
+
 /*
 ** when this stylesheet is used for the Tiny MCE Wysiwyg editor's edit area, we can't
 ** use an id=PageContent or class=wiki-content, so we must
@@ -19,9 +83,9 @@
 */
 
 body {
-	margin: 0px;
-	padding: 0px;
-	text-align: center;
+    margin: 0px;
+    padding: 0px;
+    text-align: center;
     background-color: #f0f0f0;
 }
 
@@ -258,13 +322,6 @@
  	border-bottom: 1px solid #3c78b5;
 }
 
-.pagetitle {
-	font-size: 22px;
-	font-weight: bold;
-	font-family: Arial, sans-serif;
-	color: #003366;
-}
-
 .steptitle {
 	font-size: 18px;
 	font-weight: bold;
@@ -1138,12 +1195,6 @@
 
 table.sectionMacroWithBorder td.columnMacro { border-style: dashed; border-width: 1px; border-color: #cccccc;}
 
-.pagecontent
-{
-    padding: 10px;
-    text-align: left;
-}
-
 /* styles for links in the top bar */
 .topBarDiv a:link {color: #ffffff;}
 .topBarDiv a:visited {color: #ffffff;}
@@ -1416,4 +1467,5 @@
 
 .leftnav li a:active {color:white;}
 .leftnav li a:visited {color:white;}
-.leftnav li a:hover {background-color: #003366; color:white;}
\ No newline at end of file
+.leftnav li a:hover {background-color: #003366; color:white;}
+