View Single Post
  #1 (permalink)  
Old 07-05-2005, 05:16 AM
Dauthus Dauthus is offline
Junior Member
 
Join Date: Apr 2003
Posts: 60
Enter a background color in a css file
My site will be running two themes. Airhead and Boyz. I am running a module with a simple css. Here is a small portion of it:

Code:
.tableh1 {
        background : #25558B;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}
I would like the module's tables and such to change colors with the theme. I tried substituting $bgcolor1 and/or $bgcolor2 for #25558B, but this didn't work, it did nothing but remove the colors all together. I am not very good with themes. Could anyone help me out a little.
__________________
http://www.bootleghollow.com/images/sig1.gif
Vivere disce, cogita mori
Molon Labe!
Reply With Quote