[done] Reynolds buttons are white [done] Reynolds buttons are white
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[done] Reynolds buttons are white

Started by nkler, August 29, 2006, 10:39:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nkler

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?


Gizmo

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
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

nkler

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

Joachim Müller

I guess you're refering to the pagination links.

nkler

I mean this numbers

Gizmo

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
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Joachim Müller


nkler

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