coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: FischerKing on June 11, 2009, 03:59:22 PM

Title: Removing the grey areas around the pictures in igames theme
Post by: FischerKing on June 11, 2009, 03:59:22 PM
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
Title: Re: Removing the grey areas around the pictures in igames theme
Post by: Nibbler on June 11, 2009, 04:12:20 PM
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 ; }
Title: Re: Removing the grey areas around the pictures in igames theme
Post by: FischerKing on June 11, 2009, 09:38:28 PM
Yes, that solved the problem. Thanks :)