forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: stellintx on July 23, 2006, 07:56:58 pm

Title: Code for Colors?
Post by: stellintx on July 23, 2006, 07:56:58 pm
Where would I find the code for the different colors?  Here is the reason I ask...I have a theme that I like, but I just want to change the colors on the fonts and bars etc.?  I know that I need to do it in the style.css.  (bear with me I am a virgin here, LOL)  When I open up style.css in dreamweaver it shows the following examples:

body {
        background: url("images/bg.gif");
        background-color: #f2f5f7;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size : 12px;
        color: #000666;
        margin: 0px;

So my question is where can I find out what the # is for each color so I can edit this?  I hope that I am making sense.  Thanks in advance!
Title: Re: Code for Colors?
Post by: François Keller on July 23, 2006, 08:00:16 pm
http://www.somacon.com/p142.php (http://www.somacon.com/p142.php) google was my friend  ;)
Title: Re: Code for Colors?
Post by: stellintx on July 23, 2006, 08:28:17 pm
AWESOME!!  DUH, I guess I should have googled.  LOL  Thanks so much!