|
|
Hallucination Manor said: So I'm having an issue with the chatbox names and times, some of the names are black and others are red. In my code I only have the color code set as #000000 (I can post screenshots of those if needed). If you know how to fix this and can help, it would be greatly appreciated, thank you all in advance! <3
It's likely something to do with your text colour coded, as visited links can be seperate from normal links.
|
|
|
|
|
The Unknown said: Hallucination Manor said: So I'm having an issue with the chatbox names and times, some of the names are black and others are red. In my code I only have the color code set as #000000 (I can post screenshots of those if needed). If you know how to fix this and can help, it would be greatly appreciated, thank you all in advance! <3
It's likely something to do with your text colour coded, as visited links can be seperate from normal links.
What do you mean by visited and separate links? Sorry, I've never heard those terms before
|
| |
|
|
|
Hallucination Manor said: The Unknown said: Hallucination Manor said: So I'm having an issue with the chatbox names and times, some of the names are black and others are red. In my code I only have the color code set as #000000 (I can post screenshots of those if needed). If you know how to fix this and can help, it would be greatly appreciated, thank you all in advance! <3
It's likely something to do with your text colour coded, as visited links can be seperate from normal links.
What do you mean by visited and separate links? Sorry, I've never heard those terms before
Where it says ". mainline" you'll see that there are sections labeled "visited" and such. Make sure they're all set to the same colour.
|
|
|
|
|
The Unknown said: Hallucination Manor said: The Unknown said: Hallucination Manor said: So I'm having an issue with the chatbox names and times, some of the names are black and others are red. In my code I only have the color code set as #000000 (I can post screenshots of those if needed). If you know how to fix this and can help, it would be greatly appreciated, thank you all in advance! <3
It's likely something to do with your text colour coded, as visited links can be seperate from normal links.
What do you mean by visited and separate links? Sorry, I've never heard those terms before
Where it says ". mainline" you'll see that there are sections labeled "visited" and such. Make sure they're all set to the same colour.
Ohhh alright! Thank you so much!
|
| |
|
|
|
|
|
|
Hello, everyone! I was hoping someone could tell me how to change the font on the nav bar and chat bar. Like, where it says Stable, Services, etc. and Chat and Quests.
|
| |
|
|
|
Edited at August 16, 2020 02:04 PM by Diagon Alley Elites
|
|
|
|
|
I did try that exact code, but I think I might have done it in the incorrect spot or something. Would someone mind posting a screenshot of how they did it?
|
| |
|
|
|
Darley Heights said: I did try that exact code, but I think I might have done it in the incorrect spot or something. Would someone mind posting a screenshot of how they did it?
Ignore what I said above, the following code changes the chat font : /*-------------------------------------------------- Set the small text color in chat (time) --------------------------------------------------*/ .bsmalltext { font-family:arial,sans-serif; font-size:12px; color:#983500;} .bsmalltext a:visited { font-family:arial,sans-serif; font-size:12px; color:#983500;} .bsmalltext a:link { font-family:arial,sans-serif; font-size:12px; color:#983500;} .bsmalltext a:hover { font-family:arial,sans-serif; font-size:12px; color:#24683e;} /*-------------------------------------------------- Set the small text color in chat (posts) --------------------------------------------------*/ .smalltext { font-family:arial,sans-serif; font-size:12px; color:#000000;} .smalltext a:visited { font-family:arial,sans-serif; font-size:12px; color:#000000;} .smalltext a:link { font-family:arial,sans-serif; font-size:12px; color:#000000;} .smalltext a:hover { font-family:arial,sans-serif; font-size:12px; color:#24683e;}
|
|
|
|
|
Thank you, I was able to change that, but I still can't seem to change the font on the navigation bar.
|
| |
|