Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Ipodlounge thumbs border  (Read 3908 times)

0 Members and 1 Guest are viewing this topic.

skyone

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 75
Ipodlounge thumbs border
« 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 !
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Ipodlounge thumbs border
« Reply #1 on: November 09, 2010, 11:49:43 pm »

Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

skyone

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 75
Re: Ipodlounge thumbs border
« Reply #2 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 !
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Ipodlounge thumbs border
« Reply #3 on: November 10, 2010, 08:46:32 pm »

Please post a link to your real site as well.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

skyone

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 75
Re: Ipodlounge thumbs border
« Reply #4 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... ???
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Ipodlounge thumbs border
« Reply #5 on: November 10, 2010, 10:13:23 pm »

It's for other purposes.

remove this
Code: [Select]
img {
border: none !important;
}
style.css (line 529)

edit this to your liking.
Code: [Select]
a:active .image {
border:1px solid #000000;
margin:2px;
}
style.css (line 376)

Code: [Select]
a:link .image {
border:1px solid #000000;
margin:2px;
}
style.css (line 348)

Code: [Select]
.image {
border:1px solid #333333;
margin:0;
}
style.css (line 383)

untested
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

skyone

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 75
Re: Ipodlounge thumbs border
« Reply #6 on: November 11, 2010, 12:13:21 am »

Thank you Jeff.
It worked !
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 20 queries.