css / waterdrop. css / waterdrop.
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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;