wilde: doc/www/src default.css, 1.5, 1.6 footer.html.m4, 1.25, 1.26 header.html.m4, 1.4, 1.5

cvs at intevation.de cvs at intevation.de
Mon Mar 14 15:02:49 CET 2005


Author: wilde

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

Modified Files:
	default.css footer.html.m4 header.html.m4 
Log Message:
Merged in step 2 of the redesign from KOLAB_ORG_BETA

Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- default.css	11 Mar 2005 16:19:11 -0000	1.5
+++ default.css	14 Mar 2005 14:02:47 -0000	1.6
@@ -1,6 +1,7 @@
 body {
     /* background: url('images/bg_lines.png'); */
-    background-color: #d4d0c8;
+    background-color: #E5E5E5;
+    margin: 0px;
 }
 
 body, td {
@@ -68,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;*/
 }
 
@@ -95,7 +96,7 @@
 .note {
     border: 1px dashed blue;
     padding: 0.5em;
-    background-color: #cdcdff;
+    background-color: #DEF;
     margin: 0.5em;
 }
 
@@ -110,8 +111,10 @@
 #menu {
     position: absolute;
     right: 0;
-    margin: 1em;
-    width: 200px;
+    margin-top: 1em;
+    margin-left: 0px;
+    margin-right: 0px;
+    width: 16em;
 }
 
 /* Menu box header */
@@ -127,28 +130,43 @@
 
 /* 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;
     margin-bottom: 10px;
     padding: 0.5em;
+    padding-right: 1em;
 }
 
 /* Content container */
 #content {
     position: absolute;
-    margin: 1em;
+    margin-left: 0px;
+    margin-top: 1em;
+    margin-right: 1em;
     left: 0;
-    right: 210px;
+    right: 16em;
+}
+
+/* Outer Content */
+.obox {
+    border-right: 1px solid #00f;
+    border-top: 1px solid #00f;
+    padding: 0px;
+    margin: 0px;
 }
 
 /* Content box header */
 .cbh {
-    border-top: .5em solid #99f;
-    background: #ffffff;
-    padding-left: 0.5em;
+    border-top: .5em solid #8BF;
+    background: #fff;
+    background-image:url(images/headbg.png); 
+    background-repeat:no-repeat;
+    background-position:right bottom;
     padding-top: 5px;
+    padding-left: 1em;
 }
 
 .cbhlogo {
@@ -162,19 +180,22 @@
     vertical-align: middle;
 }
 
-/* Content box body */
+/* Content box */
 .cbox {
-    background: #eee;
+    border-top: .5em solid #8BF;
+    background: #fff;
     padding: 0.5em;
+    padding-left: 1em;
 }
 
 /* Footer block */
 #footer {
+    margin-bottom: 1em;
     border-bottom: 2px solid #00d;
     border-top: 2px solid #00d;
     font-size: 75%;
     text-align: center;
-    background: #ddf;
+    background: #DEF;
 }
 
 /* Last-updated timestamp tag */
@@ -187,7 +208,7 @@
     clear: none;
     padding-right: 0.5em;
     padding-left: 0.5em;
-    background-color: white;
+    background-color: #eee;
     margin: 0.5em;
 }
 
@@ -208,7 +229,7 @@
 .latestnews {
     border: 1px dashed blue;
     padding: 0.5em;
-    background-color: #cdcdff;
+    background-color: #DEF;
     margin: 0.5em;
 }
 
@@ -235,7 +256,7 @@
 .news {
     border: 1px dashed black;
     padding: 0.5em;
-    background-color: white;
+    background-color: #eee;
     margin: 0.5em;
 }
 

Index: footer.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/footer.html.m4,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- footer.html.m4	11 Mar 2005 17:21:15 -0000	1.25
+++ footer.html.m4	14 Mar 2005 14:02:47 -0000	1.26
@@ -1,5 +1,7 @@
-<!-- Content box end -->
+<!-- Content boxes end -->
 </div>
+</div>
+
 <!-- Footer -->
 <div id="footer">
 Generated on: CURRENT_DATE
@@ -21,16 +23,11 @@
 LINK(`about-kolab-server.html',`About Kolab Server')
 LINK(`about-kolab-clients.html',`About Kolab Clients')
 LINK(`screenshots.html', `Screenshots')
+LINK(`download.html',`Download')
 </div>
 
-<!-- INSTALL/DOWNLOAD -->
-<div class="mbh">How to install / Download</div>
-<div class="mbox">
-LINK(`mirrors.html',`Mirrors')
-</div>
-
-<!-- DOCUMENTATION/WIKI -->
-<div class="mbh">Documentation / FAQ Wiki</div>
+<!-- SUPPORT -->
+<div class="mbh">Support</div>
 <div class="mbox">
 LINK(`documentation.html', `Documentation')
 LINK(`http://wiki.kolab.org/',`Wiki')

Index: header.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/header.html.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- header.html.m4	11 Mar 2005 16:19:11 -0000	1.4
+++ header.html.m4	14 Mar 2005 14:02:47 -0000	1.5
@@ -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