wilde: doc/www/src footer.html.m4, 1.22.2.6, 1.22.2.7 default.css, 1.4.2.5, 1.4.2.6 header.html.m4, 1.3.2.2, 1.3.2.3

cvs at intevation.de cvs at intevation.de
Sat Mar 12 20:03:22 CET 2005


Author: wilde

Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv25324

Modified Files:
      Tag: KOLAB_ORG_BETA
	footer.html.m4 default.css header.html.m4 
Log Message:
Changed colors to better fit the logo
Added some eye-candy

Index: footer.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/footer.html.m4,v
retrieving revision 1.22.2.6
retrieving revision 1.22.2.7
diff -u -d -r1.22.2.6 -r1.22.2.7
--- footer.html.m4	11 Mar 2005 17:18:19 -0000	1.22.2.6
+++ footer.html.m4	12 Mar 2005 19:03:20 -0000	1.22.2.7
@@ -1,5 +1,7 @@
-<!-- Content box end -->
+<!-- Content boxes end -->
 </div>
+</div>
+
 <!-- Footer -->
 <div id="footer">
 Generated on: CURRENT_DATE

Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.6
diff -u -d -r1.4.2.5 -r1.4.2.6
--- default.css	11 Mar 2005 17:19:26 -0000	1.4.2.5
+++ default.css	12 Mar 2005 19:03:20 -0000	1.4.2.6
@@ -69,7 +69,7 @@
     font-size: 120%;
     margin: 2em;
     padding-left: 1em;
-    border-left: 0.5em solid #99F;
+    border-left: 0.5em solid #8BF;
     /*margin-right: 300px;*/
 }
 
@@ -96,7 +96,7 @@
 .note {
     border: 1px dashed blue;
     padding: 0.5em;
-    background-color: #cdcdff;
+    background-color: #DEF;
     margin: 0.5em;
 }
 
@@ -130,8 +130,8 @@
 
 /* Menu box body */
 .mbox {
-    border-top: .5em solid #99f;
-    border-bottom: .5em solid #99f;
+    border-top: .5em solid #8BF;
+    border-bottom: .5em solid #8BF;
     border-left: 1px solid #00f;
     background: #fff;
     margin-top: 0;
@@ -146,18 +146,31 @@
     margin-left: 0px;
     margin-top: 1em;
     margin-right: 1em;
-    border-right: 1px solid #00f;
-    border-top: 1px solid #00f;
     left: 0;
     right: 16em;
 }
 
+/* Outer Content */
+.obox {
+    border-right: 1px solid #00f;
+    border-top: 1px solid #00f;
+    padding: 0px;
+    margin: 0px;
+}
+
+<!-- .obox + .obox { -->
+<!--     margin-top: 1em; -->
+<!-- } -->
+
 /* Content box header */
 .cbh {
-    border-top: .5em solid #99f;
+    border-top: .5em solid #8BF;
     background: #fff;
-    padding-left: 1em;
+    background-image:url(images/headbg.png); 
+    background-repeat:no-repeat;
+    background-position:right bottom;
     padding-top: 5px;
+    padding-left: 1em;
 }
 
 .cbhlogo {
@@ -171,10 +184,12 @@
     vertical-align: middle;
 }
 
-/* Content box body */
+/* Content box */
 .cbox {
+    border-top: .5em solid #8BF;
     background: #fff;
     padding: 0.5em;
+    padding-left: 1em;
 }
 
 /* Footer block */
@@ -183,7 +198,7 @@
     border-top: 2px solid #00d;
     font-size: 75%;
     text-align: center;
-    background: #ddf;
+    background: #DEF;
 }
 
 /* Last-updated timestamp tag */
@@ -217,7 +232,7 @@
 .latestnews {
     border: 1px dashed blue;
     padding: 0.5em;
-    background-color: #cdcdff;
+    background-color: #DEF;
     margin: 0.5em;
 }
 

Index: header.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/header.html.m4,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -d -r1.3.2.2 -r1.3.2.3
--- header.html.m4	10 Mar 2005 11:19:04 -0000	1.3.2.2
+++ header.html.m4	12 Mar 2005 19:03:20 -0000	1.3.2.3
@@ -24,6 +24,7 @@
 <div id="content">
 
 <!-- Header bar -->
+<div class="obox">
 <div class="cbh">
 <table>
 <tr><td class="cbhlogo">
@@ -34,8 +35,11 @@
 </tr>
 </table>
 </div>
-<div style="clear:left;" class="mbh">m4_ifelse(index.html, NO_LINK_FOR,
+<div style="clear:left;padding-left:1em;" class="mbh">m4_ifelse(index.html, NO_LINK_FOR,
         `home',
         `<a class="navbar" href="index.html">home</a> — PAGE_TITLE')</div>
+</div>
+
 <!-- Content box start -->
+<div class="obox">
 <div class="cbox">





More information about the commits mailing list