Text Colours

Newbie Spellweaver
Joined
Jan 6, 2009
Messages
6
Reaction score
0
Hi.
This may be a silly question, but I am hosting the game and going through all the files fixing things as I go along(well what I can, as I am quite new to this).

In the planet dropdown list in the topnavbar, I want to make the "moon" font in green or lime colour as was in some previous versions of the game. I can not find where to add the font colour. I thought I had it a few times but every time I add it into the code it gives me errors.

Please can someone help me and tell me where to find the correct file to edit and what the text to be added is.

Thanks in advance!
 
:P: I've finally got it to work
go to formate.css for the skin you are using and add:
Code:
option.moon
{
  color               : Lime;
}

:(: all this time, I've been obsessing over the wrong file for this :(:
 
Thanks for the info, but I just can't seem to get it to work.

I added it to the formate.css file under the \skins\xnova\ folder but no change. I must be doing somthing wrong. I added it to the bottom of the page, should that make a difference?


I just found out that some players on my server are now seeing the moons in the dropdown list in green, while others are not seeing the green. Aslo mine are not in green.

Any idea what could be causing this problem and how I would fix it.
 
Last edited:
Back