[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Oct 9 16:08:01 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/09 14:08:00

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/includes: colors.css 
	                                         colors.npl.css 
	                                         intranet.css 

Log message:
	Synching basic and NPL color stylesheets with each other and with layout stylesheet

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.6&r2=1.1.2.4.2.7
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.6&r2=1.1.2.4.2.7
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css?cvsroot=koha&only_with_tag=dev_week&r1=1.5.2.17.2.8&r2=1.5.2.17.2.9

Patches:
Index: colors.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.css,v
retrieving revision 1.1.2.4.2.6
retrieving revision 1.1.2.4.2.7
diff -u -b -r1.1.2.4.2.6 -r1.1.2.4.2.7
--- colors.css	7 Oct 2006 20:27:54 -0000	1.1.2.4.2.6
+++ colors.css	9 Oct 2006 14:08:00 -0000	1.1.2.4.2.7
@@ -435,11 +435,6 @@
 	border-left : 0px solid #000000;
 }
 
-table.editing th {
-	font-size : .8em;
-	padding : 2px;
-}
-
 table.editing tr:hover td {
 	background-color : #FFFFE1;
 }
@@ -578,6 +573,7 @@
 	border-left : 1px solid #D9D9D9;
 	color : #444444;
 }
+
 .issued {
 	color : #666666;
 }

Index: colors.npl.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.npl.css,v
retrieving revision 1.1.2.4.2.6
retrieving revision 1.1.2.4.2.7
diff -u -b -r1.1.2.4.2.6 -r1.1.2.4.2.7
--- colors.npl.css	5 Oct 2006 14:27:34 -0000	1.1.2.4.2.6
+++ colors.npl.css	9 Oct 2006 14:08:00 -0000	1.1.2.4.2.7
@@ -70,6 +70,7 @@
 	color : #CC3333;
 }
 
+
 a.pages:hover {
 	background-color : #CCFF00;
 	color : #CC3333;
@@ -107,6 +108,21 @@
 	color : #000066;
 }
 
+div#advanced-search {
+	background-color: #CCCC99;
+}
+
+div#advanced-search fieldset {
+	border-right : 1px solid #999999;
+	border-top : 1px solid #999999;
+	border-bottom : 1px solid #999999;
+	border-left : 1px solid #999999;
+}
+
+div#advanced-search legend {
+	color : #003366;
+}
+
 div#controls form {
 	background-color : #FFFFCC;
 }
@@ -261,6 +277,10 @@
 	background-color : #FFFFCC;
 }
 
+#menu dd li a {
+	border-right : 1px dashed #CCCC99;
+}
+
 div.menu dt {
 	border-bottom : 1px dashed #E7E7CA;
 }
@@ -609,7 +629,7 @@
 	border-top : 1px solid #FFFFFF;
 }
 
-#auth table th{
+#auth table th {
 	background-color : #E7E7CA;
 	border-bottom : 1px solid #999933;
 	border-left : 1px solid #FFFFFF;
@@ -759,6 +779,25 @@
 	background-color : #669999;
 }
 
+#sidebar {
+	background-color: #CCCC99;
+}
+
+#sidebar fieldset {
+	background-color: #FFFFCC;
+}
+
+#sidebar legend {
+	color : #003366;
+}
+
+#sidebar .submit {
+}
+
+#sidebar h3 {
+	color: #000066;
+}
+
 #submenu {
 	background-color : #D8DEB8;
 }

Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/intranet.css,v
retrieving revision 1.5.2.17.2.8
retrieving revision 1.5.2.17.2.9
diff -u -b -r1.5.2.17.2.8 -r1.5.2.17.2.9
--- intranet.css	7 Oct 2006 20:27:54 -0000	1.5.2.17.2.8
+++ intranet.css	9 Oct 2006 14:08:00 -0000	1.5.2.17.2.9
@@ -521,6 +521,11 @@
 	padding : 2px;
 }
 
+table.editing th {
+	font-size : .8em;
+	padding : 2px;
+}
+
 table.itemtypes {
 	border-collapse: separate;
 	border-spacing: 3px;





More information about the Koha-cvs mailing list