You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2005/12/29 18:21:50 UTC

svn commit: r359853 - in /jakarta/commons/trunks-sandbox/src/site/resources: ./ css/ css/site.css

Author: brett
Date: Thu Dec 29 09:21:47 2005
New Revision: 359853

URL: http://svn.apache.org/viewcvs?rev=359853&view=rev
Log:
add custom css

Added:
    jakarta/commons/trunks-sandbox/src/site/resources/
    jakarta/commons/trunks-sandbox/src/site/resources/css/
    jakarta/commons/trunks-sandbox/src/site/resources/css/site.css

Added: jakarta/commons/trunks-sandbox/src/site/resources/css/site.css
URL: http://svn.apache.org/viewcvs/jakarta/commons/trunks-sandbox/src/site/resources/css/site.css?rev=359853&view=auto
==============================================================================
--- jakarta/commons/trunks-sandbox/src/site/resources/css/site.css (added)
+++ jakarta/commons/trunks-sandbox/src/site/resources/css/site.css Thu Dec 29 09:21:47 2005
@@ -0,0 +1,60 @@
+/*
+   Copyright 2001-2004 The Apache Software Foundation
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   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.
+*/
+
+#banner {
+  background: #fff;
+}
+
+#banner img {
+  vertical-align: middle;
+  padding: 10px;
+}
+
+#breadcrumbs div {
+  font-size: small;
+  padding: 2px 8px;
+}
+
+#navcolumn h5 {
+  font-size: inherit;
+}
+
+/* for classic */
+
+h2, h3 {
+  margin-top: 1em;
+  margin-bottom: 0;
+  background-image: url(../images/nw_maj_rond.gif);
+  background-repeat: no-repeat;
+  color: #fff;
+  background-color: #036;
+  font-size: small;
+  padding: 5px;
+  margin-right: 2px;
+  margin-left: 2px;
+}
+
+.section p {
+  margin-left: 7px;
+  margin-right: 7px;
+}
+
+/* h1? */
+#bodycol h2 {
+        margin-top: .3em;
+        margin-bottom: .5em;
+}
+



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