Search…

X3 Photo Gallery Support Forums

Search…
 
spyker
Topic Author
Posts: 22
Joined: 01 Sep 2008, 16:27

Font colors

12 Sep 2008, 06:26

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?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

12 Sep 2008, 08:22

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 ...
 
spyker
Topic Author
Posts: 22
Joined: 01 Sep 2008, 16:27

12 Sep 2008, 10:38

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

12 Sep 2008, 10:45

Well, your image titles and textpage titles are orange here ... Did you try to clear cache in browser? Browsers like to cache CSS files ...