[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes opac-c... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Sat Jun 17 20:09:08 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/06/17 18:09:08

Modified files:
	koha-tmpl/opac-tmpl/npl/en/includes: opac-colors.smfpl.css 
	                                     opac-layout.smfpl.css 

Log message:
	Updates to MARC detail screen styling

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-colors.smfpl.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.smfpl.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: opac-colors.smfpl.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-colors.smfpl.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- opac-colors.smfpl.css	13 Mar 2006 19:49:45 -0000	1.1.2.1
+++ opac-colors.smfpl.css	17 Jun 2006 18:09:08 -0000	1.1.2.2
@@ -613,4 +613,10 @@
 #starFull {
 }
 
+.MARCtag { /* style for tag definition (700 - Statement of responsability) */
+	color:#000066;
+	background-color:#EEEEEE;
+}
 
+.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */
+}

Index: opac-layout.smfpl.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-layout.smfpl.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- opac-layout.smfpl.css	25 Mar 2006 15:02:05 -0000	1.1.2.1
+++ opac-layout.smfpl.css	17 Jun 2006 18:09:08 -0000	1.1.2.2
@@ -423,7 +423,9 @@
 
 .marcsubfieldname {
 	font-family : Arial, Geneva, Helvetica, sans-serif;
+	font-size: 70%;
 	padding : 3px;
+	width: 18%;	
 }
 
 .subfield {
@@ -834,3 +836,34 @@
         background: url(../images/bluestars.png) top left no-repeat;
 }
 
+div.tabbloc {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 80%;
+}
+
+div.tab {
+	display: block;
+	float:left;
+	margin-right:0px;
+	width:100%;
+}
+
+div.tab p {
+	margin : 0;
+	padding : 3px 0;
+}
+
+.MARCtag { /* style for tag definition (700 - Statement of responsability) */
+	font-weight:bold;
+	clear : both;
+	margin : 0;
+	padding : 2px 0;
+}
+
+.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */
+	clear : both;
+	font-weight : bold;
+	float:left;
+	width: 12em;
+	margin-left:30px;
+}





More information about the Koha-cvs mailing list