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: Changing colors  (Read 3652 times)

0 Members and 1 Guest are viewing this topic.

vivat

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Changing colors
« on: January 06, 2006, 11:46:00 am »

Hello!
im kinda new to this so can anyone please tell me where and what part exactly i need to change to get others color of those blue lines in classic theme ?

thanks
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: Changing colors
« Reply #1 on: January 06, 2006, 12:22:36 pm »

Edit themes/classic/style.css (for classic theme).
Logged
Chief Geek at Ranium Systems

vivat

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Changing colors
« Reply #2 on: January 06, 2006, 02:27:17 pm »

what part of the code exactly ?
Logged

ecto

  • Supporter
  • Coppermine frequent poster
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 144
    • My very incomplete gallery
Re: Changing colors
« Reply #3 on: January 06, 2006, 03:12:31 pm »

I guess that would be .tableh1 that you mean. If you edit that one, I guess you'd also like to edit .tableh1_compact.

If you see something you'd like to change, just view the source and look for what you want to change. Example: you want to edit the background color where it says "1 albums on 1 page(s)" on index.php. View the source, and search for "1 albums on 1 page(s)". You will find:

Code: [Select]
<td width="100%" align="left" valign="middle" class="tableh1_compact" style="white-space: nowrap"><b>1 albums on 1 page(s)</b></td>
It's the class="tableh1_compact" that sets the background color. Now edit that part in your style.css.
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.