wilde: doc/www/src default.css,1.4.2.6,1.4.2.7

cvs at intevation.de cvs at intevation.de
Mon Mar 14 16:20:40 CET 2005


Author: wilde

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

Modified Files:
      Tag: KOLAB_ORG_BETA
	default.css 
Log Message:
added search field
added a bit more eye-candy

Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -d -r1.4.2.6 -r1.4.2.7
--- default.css	12 Mar 2005 19:03:20 -0000	1.4.2.6
+++ default.css	14 Mar 2005 15:20:38 -0000	1.4.2.7
@@ -67,12 +67,22 @@
 
 #intro {
     font-size: 120%;
-    margin: 2em;
-    padding-left: 1em;
-    border-left: 0.5em solid #8BF;
+    background-image: url(images/bullet.png);
+    background-repeat: no-repeat;
+    background-position: 0px 0.3em;
+    margin-left: 1.5em;
+    margin-top: 2em;
+    margin-right: 2em;
+    margin-bottom: 0em;
+    padding-left: 30px;
+    padding-bottom: 1em;
     /*margin-right: 300px;*/
 }
 
+#intro + #intro {
+    margin-top: 0.5em;
+}
+
 #appendices {
     list-style-type: upper-latin;
 }
@@ -134,6 +144,9 @@
     border-bottom: .5em solid #8BF;
     border-left: 1px solid #00f;
     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;
@@ -158,10 +171,6 @@
     margin: 0px;
 }
 
-<!-- .obox + .obox { -->
-<!--     margin-top: 1em; -->
-<!-- } -->
-
 /* Content box header */
 .cbh {
     border-top: .5em solid #8BF;
@@ -194,6 +203,7 @@
 
 /* Footer block */
 #footer {
+    margin-bottom: 1em;
     border-bottom: 2px solid #00d;
     border-top: 2px solid #00d;
     font-size: 75%;





More information about the commits mailing list