wilde: doc/www/src default.css,1.4,1.4.2.1

cvs at intevation.de cvs at intevation.de
Thu Mar 10 11:48:06 CET 2005


Author: wilde

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

Modified Files:
      Tag: KOLAB_ORG_BETA
	default.css 
Log Message:
Added styles for links in the navigation bar
Changed .cbh (background, padding ...) and removed the bar at bottom
Added .cbhlogo and .cbhtext for the elements in the content-box-header


Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- default.css	20 Oct 2004 16:25:34 -0000	1.4
+++ default.css	10 Mar 2005 10:48:04 -0000	1.4.2.1
@@ -30,6 +30,16 @@
     background: #ccf;
 }
 
+a.navbar {
+    color: #fff;
+    font-weight: normal;
+    text-decoration: none;
+}
+
+a:visited.navbar {
+    color: #fff;
+}
+
 code {
     background-color: white;
 }
@@ -135,11 +145,20 @@
 
 /* Content box header */
 .cbh {
+    background: #ffffff;
+    padding-left: 0.5em;
+    padding-top: 5px;
+}
+
+.cbhlogo {
+    float: left;
+}
+
+.cbhtext {
     font-size: 200%;
     font-weight: bold;
-    background: #ddf;
-    padding-left: 0.5em;
-    border-bottom: 0.5em solid #00d;
+    padding-left: 1em;
+    vertical-align: middle;
 }
 
 /* Content box body */





More information about the commits mailing list