Glowing
2 posters
Page 1 of 1
Glowing
So, I wanted to use one of those thicker, better looking glows, and I succeeded, but they wouldn't show in the chatbox.
That's the code I used for them to glow outside of the chat, but I need a code that can allow them to glow in the chatbox the same way. Can you please help?
- Code:
a[href="/u1"]{
text-decoration: none !important;
font-weight:bold
text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}
That's the code I used for them to glow outside of the chat, but I need a code that can allow them to glow in the chatbox the same way. Can you please help?
Re: Glowing
Hi @Kittykat123,
Add a comma after a[href="/u1"], then add span[data-user="1"]. The 1 refers to your user id, of course.
Modified code :
Add a comma after a[href="/u1"], then add span[data-user="1"]. The 1 refers to your user id, of course.
Modified code :
- Code:
a[href="/u1"], span[data-user="1"]{
text-decoration: none !important;
font-weight:bold
text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}
Similar topics
» How to put glowing or blinking username by ranks?
» Glowing affect
» Need Glowing Rank Images
» How do I get glowing usernames and scrolling ranks?
» Having Trouble With Glitter and Glowing Usernames
» Glowing affect
» Need Glowing Rank Images
» How do I get glowing usernames and scrolling ranks?
» Having Trouble With Glitter and Glowing Usernames
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum