Changing colors Changing colors
 

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]

Main Menu

Changing colors

Started by vivat, January 06, 2006, 11:46:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vivat

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

Abbas Ali

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

vivat

what part of the code exactly ?

ecto

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:

<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.