The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Glowing Username

2 posters

Go down

Solved Glowing Username

Post by Wiky June 13th 2011, 8:57 pm

Okay so yes I did look around and found some similar topics but they are confusing to me. Any way how do you make a specific user have there name glow. How would I do that ? Also I have forum version -> phpBB3.
Wiky
Wiky
Forumember

Female Posts : 27
Reputation : 0
Language : English

Back to top Go down

Solved Re: Glowing Username

Post by Nera. June 13th 2011, 9:05 pm

Hi Wiki,

Add this to your CSS
Code:
a[href="/u1"]{     
text-decoration: none !important;   
text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}

1 - number in the code represents the founder. You can change it to the number you like depending on whose name you would like to make glow. This is white glow. You can also change colors and e.m.'s
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Glowing Username

Post by Wiky June 13th 2011, 9:15 pm

Nera. wrote:Hi Wiki,

Add this to your CSS
Code:
a[href="/u1"]{     
text-decoration: none !important;   
text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}

1 - number in the code represents the founder. You can change it to the number you like depending on whose name you would like to make glow. This is white glow. You can also change colors and e.m.'s

Thanks that helped but how do you change the glow color.
Wiky
Wiky
Forumember

Female Posts : 27
Reputation : 0
Language : English

Back to top Go down

Solved Re: Glowing Username

Post by Nera. June 13th 2011, 9:22 pm

See where is written "white", just change it lets say for example "orange", or "#your color code".
You can search for combinations on net if you don't know how to make it more interesanting.
This is only an example http://www.w3.org/Style/Examples/007/text-shadow
You only replace this part
Code:
0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Glowing Username

Post by Wiky June 13th 2011, 9:28 pm

Nera. wrote:See where is written "white", just change it lets say for example "orange", or "#your color code".
You can search for combinations on net if you don't know how to make it more interesanting.
This is only an example http://www.w3.org/Style/Examples/007/text-shadow
You only replace this part
Code:
0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
Thank you Nera that helped !
Wiky
Wiky
Forumember

Female Posts : 27
Reputation : 0
Language : English

Back to top Go down

Solved Re: Glowing Username

Post by Nera. June 13th 2011, 9:30 pm

You welcome.

~ Solved - Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum