forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: saucysarah on August 09, 2005, 10:39:09 am

Title: Changed style.css, but my text won't show up.
Post by: saucysarah on August 09, 2005, 10:39:09 am
I changed my style.css to fit the color scheme I wanted, but the only problem is the font color is the same as the background. All the links show up though.

Below is what is at the top of my style.css


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



I highlighted what text I think is what determines the font color. Am I correct?

Any help would be appriciated. Thanks.
-Sarah
Title: Re: Changed style.css, but my text won't show up.
Post by: Joachim Müller on August 09, 2005, 10:45:06 am
yes, this determines the font color. The general definition in body later gets overridden in other css classes, e.g. the table cell definitions. Go through your stylesheet for other instances of color:. Post a link to your site for details.
Title: Re: Changed style.css, but my text won't show up.
Post by: saucysarah on August 09, 2005, 10:49:22 am
http://rphillippe.com/images   

Thank-you for replying so quickly.
Title: Re: Changed style.css, but my text won't show up.
Post by: Joachim Müller on August 09, 2005, 10:55:51 am
what section are you refering to? There are no pics yet, please upload at least one.
Title: Re: Changed style.css, but my text won't show up.
Post by: saucysarah on August 09, 2005, 11:22:47 am
Ok, I uploaded an image. But my style.css was changed. It looks completly different than what I had it originally (when I asked the question). I have no idea how to it got changed. I apologize, I can reply to this thread once I have my original style.css up. I can't seem to get it to upload no matter how many times I do it. :-/

Thank-you for replying so quickly. 
Title: Re: Changed style.css, but my text won't show up.
Post by: saucysarah on August 09, 2005, 12:12:19 pm
My Problem is solved.  ;D   I finally figured it out.