coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: JCphotog on August 30, 2006, 04:47:58 AM

Title: css / waterdrop.
Post by: JCphotog on August 30, 2006, 04:47:58 AM
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! 
Title: Re: css / waterdrop.
Post by: Joachim Müller on August 30, 2006, 06:29:20 AM
Post a link to your coppermine-driven gallery. Take a look at Web Developer Extension (http://forum.coppermine-gallery.net/index.php?topic=31423.msg145984#msg145984) and/or Web Accessibility Toolbar (http://forum.coppermine-gallery.net/index.php?topic=31423.msg145985#msg145985) as well.
Title: Re: css / waterdrop.
Post by: JCphotog on August 30, 2006, 02:59:14 PM
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;