Removing the grey areas around the pictures in igames theme Removing the grey areas around the pictures in igames theme
 

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]

Main Menu

Removing the grey areas around the pictures in igames theme

Started by FischerKing, June 11, 2009, 03:59:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FischerKing

Hi all
I am working on adapting the igames theme and changing the graphics of it. I want to remove the grey areas in the gallery, so the background picture is visible instead, and I have spend quite a lot of time trying to find out how to do that! The tables and divs should still be there, but just invisible. Any help will be appreciated.
Here is my problem:

http://www.rolfdl.com/cpg1.4.21/cpg14x/displayimage.php?album=random&cat=0&pos=-6

Nibbler

Use the web developer firefox extension to identify the line of code you need to change.

http://forum.coppermine-gallery.net/index.php/topic,31423.msg145984.html#msg145984

In this case, you can remove this line from the theme's style.css:


.tableb, .catrow, .display_media, .tableb_compact, .thumbnails, .img_caption_table td { background : #454444 ; }

FischerKing