wilde: doc/www/src footer.html.m4,1.26,1.27 default.css,1.6,1.7

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


Author: wilde

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

Modified Files:
	footer.html.m4 default.css 
Log Message:
merged in step 3 from KOLAB_ORG_BETA:
  added site-wide search function
  added some more eye-candy


Index: footer.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/footer.html.m4,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- footer.html.m4	14 Mar 2005 14:02:47 -0000	1.26
+++ footer.html.m4	18 Mar 2005 10:24:21 -0000	1.27
@@ -17,6 +17,15 @@
 <!-- Menu start -->
 <div id="menu">
 
+<!-- SEARCH -->
+<div class="mbh">Search kolab.org</div>
+<div class="mbox">
+<form method=GET style="margin:0px;" action="https://wwwbeta.kolab.org/cgi-bin/kolabsearch.cgi">
+<input type="text" name="q" size=17 style="font-size: 90%" value="">
+<input type="submit" style="font-size: 80%" value="Search">
+<input type=hidden name=ul value="http://kolab.org/">
+</form></div>
+
 <!-- INFORMATION -->
 <div class="mbh">Information</div>
 <div class="mbox">
@@ -75,18 +84,7 @@
 <a href="/pipermail/kolab-commits/">Archive</a> |
 <a href="/mailman/listinfo/kolab-commits">Subscribe/Manage</a>
 </small><br /><br />
-LINK(`cvs-kolab.html', `Kolab Server Development')
 <a href="http://kolab.org/cgi-bin/viewcvs-kolab.cgi/">Browse CVS</a>
-</div>
-
-<!-- EXPERIMENTAL -->
-<div class="mbh">Experimental features</div>
-<div class="mbox">
-<b>NOTE: These features are considered EXPERIMENTAL and/or IN DEVELOPMENT and
-as such should NOT be used in production.</b><br /><br />
-<small>You may discuss any issues that you have with these features on the
-development mailing list.</small><br /><br />
-LINK(`webclient.html', `Kolab Webclient')
 </div>
 
 <!-- EXITS -->

Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- default.css	14 Mar 2005 14:02:47 -0000	1.6
+++ default.css	18 Mar 2005 10:24:21 -0000	1.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;





More information about the commits mailing list