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

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

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