coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: vivat on January 06, 2006, 11:46:00 AM

Title: Changing colors
Post by: vivat 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
Title: Re: Changing colors
Post by: Abbas Ali on January 06, 2006, 12:22:36 PM
Edit themes/classic/style.css (for classic theme).
Title: Re: Changing colors
Post by: vivat on January 06, 2006, 02:27:17 PM
what part of the code exactly ?
Title: Re: Changing colors
Post by: ecto 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:

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