Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: How to change this table bg color?  (Read 3174 times)

0 Members and 1 Guest are viewing this topic.

Rydel

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
How to change this table bg color?
« on: August 30, 2004, 10:39:15 pm »

How do I change this table backround color? (The one that is still white).

http://vplane.com/gallery/
Logged

mstralka

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 178
Re: How to change this table bg color?
« Reply #1 on: August 31, 2004, 12:13:24 am »

If you are referring to the white space behind each thumbnail, open:
themes/<your theme>/style.css and find:

Code: [Select]
.image {
..
.
.
.

Change the background color there. 

FYI - I figured this out by going to your page, clicking "View Source", and then finding the thumbnail.  Its style is class="image", which told me what to look for in style.css.
Logged
GO IRISH

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
Re: How to change this table bg color?
« Reply #2 on: August 31, 2004, 02:16:49 am »

How do I change this table backround color? (The one that is still white).

http://vplane.com/gallery/

If you refer to the borders around the tables this can be found in your style.css, search for

Code: [Select]
.maintable {
BORDER-RIGHT: #ccd7e0 1px solid; BORDER-TOP: #ccd7e0 1px solid; MARGIN-TOP: 1px; MARGIN-BOTTOM: 1px; BORDER-LEFT: #ccd7e0 1px solid; BORDER-BOTTOM: #ccd7e0 1px solid; BACKGROUND-COLOR: #999999
}

and replace by

Code: [Select]
.maintable {
            BACKGROUND-COLOR: #999999
}

If you like to change the color change the value then.


Logged
DaMysterious.
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.