Page 1 of 1

Font colors

Posted: 12 Sep 2008, 06:26
by spyker
Hi there,

I recently changed the font color on the title part of my text pages from the default green color to orange using the following code....
Code
serif;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.mainmenu {
	color: #FFFFFF;
	font-size: 15px;
}
.mainmenu_menubutton {
	font-style: italic;
}
.mainmenu_node {
	color:#FFFFFF;
	font-size:12px;
}
.mainmenu_title {
	font-size: 14px;
}
.mainmenu_amount{
	color: #FFFFFF;
	font-size: 17px;
}
.folderdescription_title{
	font-size: 16px;
	color: #FFFFFF;
	leading: 2px;
}
.folderdescription_amount{
	font-size: 13px;
	color: #FFFFFF;  /*#CCCCCC*/
}
.folderdescription_date{
	leading: 5px;
	color: #FFFFFF; /*#CCCCCC*/
}
.folderdescription_description{
	color: #FFFFFF; /*EEEEEE*/
}
.maincontrols {
	color: #FFFFFF; /*#CCCCCC*/
	font-size: 14px;
	font-style: italic;
}
.text_1 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
}
.text_1_imageindex {
	font-size: 10px;
}
.text_1_title {
	font-size: 18px;
	font-style: italic;
	color: #FF6600; /*#FFFFFF;*/
}
.textpage_title{
	font-size: 30px;
	leading: 8px;
	color:#FF6600; /*#FFFFFF*/
	font-style: italic;
}


However i have checked back to the page today and it has reverted back to green!

Is this a bug or am i doing something stupid?

Posted: 12 Sep 2008, 08:22
by mjau-mjau
I don't see any green or orange colors in there ... only white and grey ...

I think if you set them to orange, and it worked, and then it changed back somehow later, you must have overwritten the file somehow ... Imagevue can't do that automatically ...

Posted: 12 Sep 2008, 10:38
by spyker
the text title field is set as color #FF6600, which i believe is orange. It was orange but its changed back to green. check it out at www.solidstatus.com/newgallery Theres not even any green hex codes in the css file any more.

Posted: 12 Sep 2008, 10:45
by mjau-mjau
Well, your image titles and textpage titles are orange here ... Did you try to clear cache in browser? Browsers like to cache CSS files ...