wilde: doc/www/src default.css,1.4.2.4,1.4.2.5

cvs at intevation.de cvs at intevation.de
Fri Mar 11 18:19:28 CET 2005


Author: wilde

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

Modified Files:
      Tag: KOLAB_ORG_BETA
	default.css 
Log Message:
Changed background color for content to white, so that most logos look
  good.
Some design changes: content and menu stick to the left and right
  browser-window border, content and menu boxes are now closed boxes
  (by a fine line) ... some more details ... just look at it!


Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -d -r1.4.2.4 -r1.4.2.5
--- default.css	10 Mar 2005 15:54:25 -0000	1.4.2.4
+++ default.css	11 Mar 2005 17:19:26 -0000	1.4.2.5
@@ -1,6 +1,7 @@
 body {
     /* background: url('images/bg_lines.png'); */
-    background-color: #d4d0c8;
+    background-color: #E5E5E5;
+    margin: 0px;
 }
 
 body, td {
@@ -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 */
@@ -129,25 +132,31 @@
 .mbox {
     border-top: .5em solid #99f;
     border-bottom: .5em solid #99f;
+    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;
+    border-right: 1px solid #00f;
+    border-top: 1px solid #00f;
     left: 0;
-    right: 210px;
+    right: 16em;
 }
 
 /* Content box header */
 .cbh {
     border-top: .5em solid #99f;
-    background: #ffffff;
-    padding-left: 0.5em;
+    background: #fff;
+    padding-left: 1em;
     padding-top: 5px;
 }
 
@@ -164,7 +173,7 @@
 
 /* Content box body */
 .cbox {
-    background: #eee;
+    background: #fff;
     padding: 0.5em;
 }
 
@@ -187,7 +196,7 @@
     clear: none;
     padding-right: 0.5em;
     padding-left: 0.5em;
-    background-color: white;
+    background-color: #eee;
     margin: 0.5em;
 }
 
@@ -235,7 +244,7 @@
 .news {
     border: 1px dashed black;
     padding: 0.5em;
-    background-color: white;
+    background-color: #eee;
     margin: 0.5em;
 }
 





More information about the commits mailing list