css / waterdrop. css / waterdrop.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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;