Chaoticsoul Theme and bright border around thumbnail Chaoticsoul Theme and bright border around thumbnail
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Chaoticsoul Theme and bright border around thumbnail

Started by qba, January 29, 2011, 04:17:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

qba

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

ΑndrĂ©

Open themes/chaoticsoul/style.css, find
a:link .image{
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        margin:2px;
}

and adjust it to your needs.

qba