coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Sert Turk on July 17, 2004, 09:44:10 PM

Title: How to edit a theme
Post by: Sert Turk on July 17, 2004, 09:44:10 PM
Hello,
I am trying to edit the color of igames theme.I know all the configuration data is in style.css file but is there an easy way to know what value is for what?
I basically want to change the colors of it so it matches my website.Like black background to dark green and gray colors to yellow and text to brown.
Is there an easy way to do this?
Title: Re: How to edit a theme
Post by: Joachim Müller on July 18, 2004, 07:56:39 AM
To see what css class handles what part of coppermine. check http://coppermine.sourceforge.net/demo/index.php?theme=styleguide

GauGau
Title: Re: How to edit a theme
Post by: Sert Turk on July 18, 2004, 12:45:38 PM
Ahhh,nice! ;D
Thanks you sir!
And also ,do you know where to edit the ecards background color?
I am sending ecards but when they get it ,it has white background.Is that cutomizible?
Title: Re: How to edit a theme
Post by: Casper on July 18, 2004, 01:27:44 PM
In your theme.php, search for;
// HTML template for e-cards
Title: Re: How to edit a theme
Post by: Sert Turk on July 18, 2004, 01:57:30 PM
Thanks!
Title: Re: How to edit a theme
Post by: cerberus on July 18, 2004, 06:25:18 PM
GauGau, that's a great guide! :D
I've never seen it before.
Title: Re: How to edit a theme
Post by: Tarique Sani on July 19, 2004, 06:25:34 AM
If you use Mozilla (1.6 or above) you can install the web developers tool bar which can show Classes and ID for any page like the screen cap below
Title: Re: How to edit a theme
Post by: Sert Turk on July 19, 2004, 12:30:19 PM
How do you change the color of text on top where it says Online Photo Album?
And the orange text below that?
Title: Re: How to edit a theme
Post by: Joachim Müller on July 19, 2004, 12:34:18 PM
edit the attributes of h3 in style.css. To find out about such things, just look at the html output (source code) of your page in question - find the text and check what css class controls it or what parent element it appears in.

GauGau
Title: Re: How to edit a theme
Post by: cerberus on July 19, 2004, 04:24:46 PM
Quote from: Tarique Sani on July 19, 2004, 06:25:34 AM
If you use Mozilla (1.6 or above) you can install the web developers tool bar which can show Classes and ID for any page like the screen cap below
You can also do this with Opera. Select user mode and then show structural elements :)