forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: qba on January 29, 2011, 04:17:29 pm

Title: Chaoticsoul Theme and bright border around thumbnail
Post by: qba on January 29, 2011, 04:17:29 pm
Hi

I have my gallery with Chaoticsoul theme. Because almost all my brochures are bright it will be great to make a bright border around thubmnail (or thumbnails in f.ex. grey boxes) in black theme. How to do it? I looked for sollution in CSS file but wihout success.. It`s to complicated :(

my address is: http://www.car-brochures.one.pl
Title: Re: Chaoticsoul Theme and bright border around thumbnail
Post by: Αndré on February 01, 2011, 02:14:37 pm
Open themes/chaoticsoul/style.css, find
Code: [Select]
a:link .image{
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        margin:2px;
}
and adjust it to your needs.
Title: Re: Chaoticsoul Theme and bright border around thumbnail
Post by: qba on February 01, 2011, 07:41:38 pm
Thanks  :)