Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Rainy Day HELP!!!  (Read 3481 times)

0 Members and 1 Guest are viewing this topic.

pfeffer5308

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Rainy Day HELP!!!
« on: August 11, 2004, 05:39:10 am »

When you eneter into an album on rainy day, the page has the Album Page number in the bottom right.  Where is the code for this located?  Is it somewhere in the stylesheet?  I am asking, becausing i edited the theme and now page number 1 is the only one visible and the links to pages 2, 3, etc... only show up on mouseover!

Thanks for your help in advance,

pfeffer
Logged

omniscientdeveloper

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 901
Re: Rainy Day HELP!!!
« Reply #1 on: August 11, 2004, 06:08:56 am »

Why don't you just revert to the unmodified version and reapply your changes?

-omni
Logged

pfeffer5308

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Rainy Day HELP!!!
« Reply #2 on: August 11, 2004, 10:57:47 am »

because it does the same thing as i don't know where the code is for this section!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Rainy Day HELP!!!
« Reply #3 on: August 11, 2004, 01:51:52 pm »

if the numbers show up when you hover over them, there's no need to change the code in theme.php - you will only have to adjust your css class. open themes/rainy_day/style.css, find
Code: [Select]
.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        background : #66707C ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.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 : #C2C9D3 ;
        text-decoration: none;
        color:         #000000;
}
and change accordingly. Use the same color for .navmenu a as you have for .navmenu a:hover.

For more details, post a link.

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.026 seconds with 20 queries.