You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/12/27 21:23:46 UTC

svn commit: r490560 - /jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css

Author: dennisl
Date: Wed Dec 27 12:23:45 2006
New Revision: 490560

URL: http://svn.apache.org/viewvc?view=rev&rev=490560
Log:
Apply the look-and-feel of Jakarta Commons.

Modified:
    jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css

Modified: jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css?view=diff&rev=490560&r1=490559&r2=490560
==============================================================================
--- jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css (original)
+++ jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css Wed Dec 27 12:23:45 2006
@@ -28,17 +28,19 @@
  }
 
 div#banner {
- border-top: 1px solid #369;
- border-bottom: 1px solid #003;
+ border-bottom: 1px solid #fff;
  }
 
 #banner, #banner td { 
- background: #036;
+ background: #fff;
  color: #fff;
  }
 #banner {
   border-bottom: 1px solid #fff;
 }
+#banner img {
+ padding: 8px;
+}
 
 #leftColumn {
  background-color: #eee;
@@ -46,6 +48,7 @@
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #fff;
+ width: 150px;
 }
 
 #navcolumn {
@@ -53,18 +56,30 @@
  border-right: none;
  border-bottom: none;
  border-top: none;
- }
+ padding-top: 5px;
+}
 
 #navcolumn h5 {
   font-size: inherit;
+  border-bottom: 1px solid #aaa;
+  padding-top: 3px;
+}
+
+#navcolumn li {
+  padding-left: 8px;
 }
 
 #breadcrumbs {
- background-color: #ddd;
+ background-color: #ccc;
  color: #000;
- border-top: 1px solid #fff;
+ border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
- }
+ height: 14px;
+}
+
+#breadcrumbs div {
+  padding: 1px 8px 2px 2px;
+}
 
 .source {
  background-color: #fff;
@@ -87,9 +102,13 @@
  color: inherit !important;
  }
 
-a:link, #breadcrumbs a:visited, #navcolumn a:visited, .contentBox a:visited, .tasknav a:visited {
- color: blue;
- }
+#breadcrumbs a:link, #navcolumn a:link {
+ color: #36a;
+}
+
+#breadcrumbs a:visited, #navcolumn a:visited, .contentBox a:visited, .tasknav a:visited {
+ color: #47a;
+}
 
 a:active, a:hover, #leftColumn a:active, #leftColumn a:hover {
  color: #f30 !important;
@@ -521,6 +540,10 @@
   font-size: x-small;
 }
 
+#breadcrumbs div {
+  font-size: x-small;
+}
+
 .tabs td, .tabs th, dt, .tasknav .selfref, #login .username, .selection {
   font-weight: bold;
 }
@@ -541,6 +564,7 @@
 #bodyColumn h2 {
   margin-top: .3em;
   margin-bottom: .5em;
+  padding-left: .5em;
 }
 
 p, ul, ol, dl, .bars table {
@@ -554,9 +578,9 @@
 
 #bodyColumn {
   margin-right: 0;
-  margin-top: 1em;
-  padding-right: 12px;
-  margin-left: 190px;
+  margin-top: 0.4em;
+  padding-right: 0px;
+  margin-left: 158px;
 }
 
 html>body #bodyColumn {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org