css / waterdrop. css / waterdrop.
 

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

Main Menu

css / waterdrop.

Started by JCphotog, August 30, 2006, 04:47:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JCphotog

Hi.  I'm very happy with coppermine and a bit of a css amateur.  I'd like just the outside boarder to be a darker grey like #808080.  When I change what looks like the background color, it's striped diagonally .  Can you suggest which variables I need to change?  Thanks so much! 

Joachim Müller

Post a link to your coppermine-driven gallery. Take a look at Web Developer Extension and/or Web Accessibility Toolbar as well.

JCphotog

Thanks, it's http://artdc.org/gallery/

I figured it out. A little trial and error.

In style.css
Changed:

        background: url("images/bg.gif");
        background-color: #F2F5F7;

to


        background-color: #808080;