emanuel: doc/www/src default.css,1.11,1.12

cvs at kolab.org cvs at kolab.org
Fri Jun 13 10:48:31 CEST 2008


Author: emanuel

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

Modified Files:
	default.css 
Log Message:
Improve color style of site. Remove background files.


Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- default.css	11 Jun 2008 15:37:33 -0000	1.11
+++ default.css	13 Jun 2008 08:48:29 -0000	1.12
@@ -119,7 +119,7 @@
 .note {
     border: 1px dashed blue;
     padding: 0.5em;
-    background-color: #DEF;
+    background-color: #d8e1f6;
     margin: 0.5em;
 }
 
@@ -142,7 +142,7 @@
 
 /* Menu box header */
 .mbh {
-    background: #00c;
+    background: #232c89; 
     font-weight: bold;
     color: #fff;
     text-align: left;
@@ -153,13 +153,10 @@
 
 /* Menu box body */
 .mbox {
-    border-top: .5em solid #8BF;
-    border-bottom: .5em solid #8BF;
-    border-left: 1px solid #00f;
+    border-top: .5em solid #c9d3ea; 
+    border-bottom: 1px solid #232c89;
+    border-left: 1px solid #232c89;
     background: #fff;
-    background-image:url(images/boxbg.png); 
-    background-repeat:no-repeat;
-    background-position:right bottom;
     margin-top: 0;
     margin-bottom: 10px;
     padding: 0.5em;
@@ -178,19 +175,16 @@
 
 /* Outer Content */
 .obox {
-    border-right: 1px solid #00f;
-    border-top: 1px solid #00f;
+    border-right: 1px solid #232c89;
+    border-top: 1px solid #232c89;
+    border-bottom: 1px solid #232c89;
     padding: 0px;
     margin: 0px;
 }
 
 /* Content box header */
 .cbh {
-    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;
 }
@@ -208,7 +202,7 @@
 
 /* Content box */
 .cbox {
-    border-top: .5em solid #8BF;
+    border-top: .5em solid #c9d3ea;
     background: #fff;
     padding: 0.5em;
     padding-left: 1em;
@@ -216,12 +210,10 @@
 
 /* Footer block */
 #footer {
+    margin-top: 1em;
     margin-bottom: 1em;
-    border-bottom: 2px solid #00d;
-    border-top: 2px solid #00d;
     font-size: 75%;
     text-align: center;
-    background: #DEF;
 }
 
 /* Last-updated timestamp tag */
@@ -229,7 +221,6 @@
     text-align: center;
     font-size: 85%;
     font-family: monospace;
-    /*border: 1px dashed black;*/
     float: right;
     clear: none;
     padding-right: 0.5em;
@@ -251,11 +242,11 @@
     margin: 0.5em;
 }
 
-/* Latest news item */
+
 .latestnews {
-    border: 1px dashed blue;
+    border: 1px dashed #232c89;
     padding: 0.5em;
-    background-color: #DEF;
+    background-color: #d8e1f6; 
     margin: 0.5em;
 }
 
@@ -280,7 +271,7 @@
 
 /* News item */
 .news {
-    border: 1px dashed black;
+    border: 1px dashed #232c89;
     padding: 0.5em;
     background-color: #eee;
     margin: 0.5em;





More information about the commits mailing list