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

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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