Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
KicknGuitar
Topic Author
Posts: 3
Joined: 21 Dec 2009, 10:49

Updating the Theme and Other Newbie Q's

21 Dec 2009, 15:42

Hi guys,

I'm not very CSS knowledgeable, so go easy on me!

A few questions,

How often does the Theme Stylesheet update? Is there a way to force it to update sooner? It's frustrating when I'm trying to learn what I changed and how it looks when I have to wait . . . what seems 30mins maybe less maybe more?

I'm pretty sure I only adjusted the filemod settings as found here,
Code
.filemod {
	color: #FFFFFF;
}
.filemod_title {
	font-size: 24px;
}
.filemod_description {
        color: #FFFFFF;
        font-size: 48px;
        text-align; center;
However the text isn't white, it's black, small, and seems to have lost some of its formatting. Any idea what other adjustments could have done this to my WHOLE site?

Cheers!

P.S. I just noticed I had a semicolon where the coon should have been. Maybe that was an issue. . .
Happy Holidays!
|§| [url]http://evanlberent.busyframe.com/[/url] |§|
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

22 Dec 2009, 08:54

An incorrect character in your CSS may often corrupt the entire stylesheet, and therefore all the texts also.

After editing your stylesheet, you usually have to EMPTY CACHE in your browser. If you don't, it will load an older CSS file, and it can take days before it refreshes the css.
 
User avatar
KicknGuitar
Topic Author
Posts: 3
Joined: 21 Dec 2009, 10:49

30 Dec 2009, 14:38

Perfect! Thank you very much.
Lot's to learn!
|§| [url]http://evanlberent.busyframe.com/[/url] |§|