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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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