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: Some text colours?  (Read 3589 times)

0 Members and 1 Guest are viewing this topic.

MothBox

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 31
  • www.mothbox.co.uk
    • MothBox
Some text colours?
« on: June 07, 2005, 12:26:03 am »

I've changed all of the text in the theme, but I can't find how to change "latest uploadeds".  I want it green like the rest, but its white.

http://www.mothbox.co.uk/copper/

Anyone know where I can change it?

I've also noticed that the descrption text on the main page is black...

The text on buttons like "ok" and "submit" is white!

And the catogary sort order box background is white.

Where can I find these options in the style.css sheet?
« Last Edit: June 07, 2005, 12:56:20 am by MothBox »
Logged

snork13

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 260
  • Internet! Is that thing still around?
    • Gallery
Re: Some text colours?
« Reply #1 on: June 07, 2005, 04:07:20 am »

Code: [Select]
.topmenu a:hover  {
        color : #000;
        text-decoration : underline;
}

change above code so it not black on rollover on the topmenu

your description text

Code: [Select]
.tableb_compact {
        background: #232323 ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        color: #FFFFFF;
}code]

also your .maintable is missing the ; check it out
« Last Edit: June 07, 2005, 04:22:35 am by snork13 »
Logged

MothBox

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 31
  • www.mothbox.co.uk
    • MothBox
Re: Some text colours?
« Reply #2 on: June 07, 2005, 01:26:58 pm »

Thankyou!

I'm finally starting to get somewhere with it!

I still need to change the title "Last additions" on the main page.  And once your in a gallery, the colour of the title changes to white.  Any ideas?

Also, All of the text under the pictures in each gallery is black.  Same with the comments too.

snork13

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 260
  • Internet! Is that thing still around?
    • Gallery
Re: Some text colours?
« Reply #3 on: June 07, 2005, 02:17:32 pm »

not sure why I didn't have you try this

http://coppermine.sourceforge.net/demo/index.php?theme=styleguide

should help you find what you wish to change


--snork13
Logged

MothBox

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 31
  • www.mothbox.co.uk
    • MothBox
Re: Some text colours?
« Reply #4 on: June 07, 2005, 02:32:24 pm »

I don't understand how to use it!

MothBox

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 31
  • www.mothbox.co.uk
    • MothBox
Re: Some text colours?
« Reply #5 on: June 07, 2005, 04:23:23 pm »

I figured it out!  Thanks!

Now I just need to find the part I want to edit.

MothBox

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 31
  • www.mothbox.co.uk
    • MothBox
Re: Some text colours?
« Reply #6 on: June 07, 2005, 05:15:28 pm »

I've found some of the stuff in the theme.php file.

But, the only thing I really need to change now is the comment box.

I've tried putting <font color="#000000"> </font> tags around the parts in the theme.php file which are responsible for the comment box, but they don't work.

Any ideas how I can make the text black, or better still, the background black and keep the text white.  The same needs to be done with the "ok" button at the bottom of the comment box.

I got the rest how I want it pretty much.

snork13

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 260
  • Internet! Is that thing still around?
    • Gallery
Re: Some text colours?
« Reply #7 on: June 07, 2005, 09:26:41 pm »

I've found some of the stuff in the theme.php file.

But, the only thing I really need to change now is the comment box.

I've tried putting <font color="#000000"> </font> tags around the parts in the theme.php file which are responsible for the comment box, but they don't work.

Any ideas how I can make the text black, or better still, the background black and keep the text white.  The same needs to be done with the "ok" button at the bottom of the comment box.

I got the rest how I want it pretty much.

pm sent
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.