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!
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.
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;