coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: nkler on August 29, 2006, 10:39:32 PM

Title: [done] Reynolds buttons are white
Post by: nkler on August 29, 2006, 10:39:32 PM
Hello,

I have a problem with the Reynolds Skin.
the color of the buttons to switch the sites of the thumbnails are all white
and I don't have the skills to change it.

can somebody help me?

Title: Re: Reynolds buttons are white
Post by: Gizmo on August 29, 2006, 10:45:19 PM
Post a deep link to your site (to a page with the problem) as your problem doesn't make sense.
Quotebuttons to switch the sites of the thumbnails are all white
Title: Re: Reynolds buttons are white
Post by: nkler on August 29, 2006, 10:59:34 PM
http://coppermine-gallery.net/demo/cpg14x/thumbnails.php?theme=reynolds&album=25&page=2
there is the Problem too,

the buttons too switch the sites.
I mean the numbers.

sorry my english isn't the best
Title: Re: Reynolds buttons are white
Post by: Joachim Müller on August 29, 2006, 11:46:54 PM
I guess you're refering to the pagination links.
Title: Re: Reynolds buttons are white
Post by: nkler on August 30, 2006, 12:17:01 AM
I mean this numbers
Title: Re: Reynolds buttons are white
Post by: Gizmo on August 30, 2006, 03:45:32 AM
That's the navmenu items in the style sheet.

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}
.navmenu a:hover {
        background : #eff3f6 ;
        text-decoration: none;
        color: #000000;
}


Check this out and pay special attention to the last post that tells you about some tools to help figure this out - http://forum.coppermine-gallery.net/index.php?topic=24056.0 (http://forum.coppermine-gallery.net/index.php?topic=24056.0)
Title: Re: Reynolds buttons are white
Post by: Joachim Müller on August 30, 2006, 06:23:07 AM
Deep link is http://forum.coppermine-gallery.net/index.php?topic=24056.msg123520#msg123520

More details (better explanations): http://forum.coppermine-gallery.net/index.php?topic=31423.msg145984#msg145984
Title: Re: Reynolds buttons are white
Post by: nkler on August 30, 2006, 11:28:31 AM
Hm I try to edit this part lasttime, but it didn't worked.
now it's working...

in any case thanks for the link to the Web Developer Expansion