[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes opac.css [rel_3_0]

paul poulain paul at koha-fr.org
Mon Oct 30 11:14:04 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/30 10:14:04

Modified files:
	koha-tmpl/opac-tmpl/prog/en/includes: opac.css 

Log message:
	css update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: opac.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- opac.css	3 Mar 2006 20:10:26 -0000	1.1
+++ opac.css	30 Oct 2006 10:14:04 -0000	1.1.2.1
@@ -1,6 +1,6 @@
 body {
 	font-family : Verdana, Geneva, Arial, sans-serif;
-	font-size : .7em;
+	font-size : 1em;
 }
 
 table {
@@ -44,3 +44,44 @@
 	background-color : #EEEEEE;
 }
 
+/* style for search terms in catalogsearch */
+.term {
+    background-color:yellow;
+}
+
+
+#main {
+    margin-left:15%;
+}
+
+#menu {
+    float:left;
+    border:1px solid black;
+    font-size:0.8em;
+}
+
+#menu ul a {
+    display:block;
+    margin-bottom:5px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:normal;
+    color:black;
+}
+#menu ul a:hover {
+    display:block;
+    margin-bottom:5px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:normal;
+    background-color:#6699cc;
+    color:white;
+}
+
+#menu ul {
+    list-style-type: none;
+    padding-left:0px;
+    margin-bottom:0px;
+    margin-top:0px;
+}
+





More information about the Koha-cvs mailing list