coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: skyone on November 09, 2010, 10:24:44 PM

Title: Ipodlounge thumbs border
Post by: skyone on November 09, 2010, 10:24:44 PM
Hi,
I'd like to add a border around the thumbnails on the Ipodlounge theme. I've looked at the css but I couldn't find exactly what to change.
Thanks !
Title: Re: Ipodlounge thumbs border
Post by: Jeff Bailey on November 09, 2010, 11:49:43 PM
Please post a link to your site. http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616
Title: Re: Ipodlounge thumbs border
Post by: skyone on November 10, 2010, 12:45:28 PM
this is my test gallery, I haven't upgraded my real gallery yet http://jb.comli.com/gallery/index.php

thanks !
Title: Re: Ipodlounge thumbs border
Post by: Jeff Bailey on November 10, 2010, 08:46:32 PM
Please post a link to your real site as well.
Title: Re: Ipodlounge thumbs border
Post by: skyone on November 10, 2010, 09:33:04 PM
my real gallery is not relevant to this theme and is still on version 1.4.27... ???
Title: Re: Ipodlounge thumbs border
Post by: Jeff Bailey on November 10, 2010, 10:13:23 PM
It's for other purposes.

remove this

img {
border: none !important;
}

style.css (line 529)

edit this to your liking.
a:active .image {
border:1px solid #000000;
margin:2px;
}

style.css (line 376)

a:link .image {
border:1px solid #000000;
margin:2px;
}

style.css (line 348)

.image {
border:1px solid #333333;
margin:0;
}

style.css (line 383)

untested
Title: Re: Ipodlounge thumbs border
Post by: skyone on November 11, 2010, 12:13:21 AM
Thank you Jeff.
It worked !