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

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Oct 3 17:30:36 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/03 15:30:36

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

Log message:
	Adding styles for featured items on opac-main

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-colors.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3.2.7&r2=1.1.2.3.2.8
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.11&r2=1.1.2.4.2.12

Patches:
Index: opac-colors.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-colors.css,v
retrieving revision 1.1.2.3.2.7
retrieving revision 1.1.2.3.2.8
diff -u -b -r1.1.2.3.2.7 -r1.1.2.3.2.8
--- opac-colors.css	3 Oct 2006 13:47:03 -0000	1.1.2.3.2.7
+++ opac-colors.css	3 Oct 2006 15:30:36 -0000	1.1.2.3.2.8
@@ -674,3 +674,19 @@
 #usermenu a {
 	text-decoration: none;
 }
\ No newline at end of file
+
+p.featured-item {
+	border : 1px solid #CCCCCC;
+}
+
+p.featured-item a img {
+}
+
+p.featured-item a.title {
+}
+
+p.featured-item .author {
+}
+
+p.featured-item .publisher {
+}
\ No newline at end of file

Index: opac-layout.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-layout.css,v
retrieving revision 1.1.2.4.2.11
retrieving revision 1.1.2.4.2.12
diff -u -b -r1.1.2.4.2.11 -r1.1.2.4.2.12
--- opac-layout.css	25 Sep 2006 20:00:42 -0000	1.1.2.4.2.11
+++ opac-layout.css	3 Oct 2006 15:30:36 -0000	1.1.2.4.2.12
@@ -1211,3 +1211,31 @@
 	padding: 0;
 	text-align: right;
 }
\ No newline at end of file
+
+p.featured-item {
+	float : left;
+	margin : 4px;
+	text-align : center;
+	width : 110px;
+}
+
+p.featured-item a img {
+	margin : auto;
+}
+
+p.featured-item a.title {
+	display : block;
+	font-size : 1em;
+	margin-bottom : .4em;
+}
+
+p.featured-item .author {
+	display : block;
+	font-size : .95em;
+	margin-bottom : .2em;
+}
+
+p.featured-item .publisher {
+	display : block;
+	font-size : .8em;
+}
\ No newline at end of file





More information about the Koha-cvs mailing list