[Koha-bugs] [Bug 7669] Search Results Multiple Cover Image HTML & CSS

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 8 20:53:36 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7669

--- Comment #2 from Shane Sammons <ssammons at npelem.com> ---
If you use the OPAC CSS editing (Home › Administration › System Preferences >
OPAC > OPACUserCSS )  section and use the .thumbnail class or the classes I
added:

.opac_thumb, .amazon_thumb, .google_thumb, .syndetics_thumb,
.openlibrary_thumb, .bakertaylor_thumb (for thumbnails)

.amazon_no, .google_no, .openlibrary_no, .bakertaylor_no (for no-image)

Additionally to save time putting the following in the OPAC CSS editor will
give you a setup similar to my screencast:

/*examples how a specific class works*/
div.amazon_no{ /*Amazon no image [seem broken in code]*/
border: 1px solid #FFA500; /*amazon is ornage*/
}
.google_thumb, .google_no{/*Google no image*/
border-top: 2px solid #F00;
border-right: 2px solid #080;
border-bottom: 2px solid #FF0;
border-left: 2px solid #00F;
padding: 2px;
}
.openlibrary_no{
background: url(http://openlibrary.org/images/logo_IA-sm.png) right center
no-repeat;
color: #00F;
text-align: left;
}

Hopefully that explains how to try it?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list