forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Pasci on August 31, 2004, 07:59:00 pm

Title: style.css won't change
Post by: Pasci on August 31, 2004, 07:59:00 pm
This is really odd as my style.css has worked before. However, now I tried to change the change the .tableh2 and .tableh2_compact in the style.css. I wanted to change the background color of the cells from grey to white. So I applied the following code:
Code: [Select]
.tableh2 {
background: #FFFFFF;
color : #000000;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;


}

.tableh2_compact {
        background: #FFFFFF ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;

}

I even changed the .maintable to
Code: [Select]
.maintable {
        background-color: #FFFFFF;
        margin-top: 1px;
        margin-bottom: 1px;
}

Now, after uploading the new style.css, and after refreshing the browser several times and even after refresh after a few hours after upload, the color of the cells is still grey and not black. What might be wrong here?
This is my site: http://bangkokrecorder.com/fotos/index.php
Title: Re: style.css won't change
Post by: Pasci on August 31, 2004, 08:15:26 pm
Once again I found the solution :)
http://forum.coppermine-gallery.net/index.php?topic=8773.0
Title: Re: style.css won't change
Post by: Pasci on September 01, 2004, 11:25:18 am
This is still strange:
Now I tried to change the color of the .thumbnails from grey to white, so I used the following code in the style.css
Code: [Select]
.thumbnails {
background: #FFFFFF;
padding: 5px;
background-color: #FFFFFF;
}
However, as you can see here, the background color is still grey http://bangkokrecorder.com/fotos/thumbnails.php?album=10
Why is this? And how can I make it work?
Title: Re: style.css won't change
Post by: reason on September 29, 2004, 08:10:54 am
Im having the same problem with my CSS. I change something like a table color, main nav text color upload the CSS file refresh browser .  .nothing chages.
Am I missing something here I mean Im a designer I know how CSS files work but yet nothing changes.
Title: Re: style.css won't change
Post by: Joachim Müller on September 29, 2004, 08:29:32 am
link and more details needed, or is your posting just meant as a remark? If you have actual questions and need support, you should provide more information.

Joachim

P.S. Replying to a thread that has been labelled as solved might not be such a good idea though - if the solution doesn't apply to you, you're probably on the wrong thread... ;)