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.

how to make certain user's colors glow

3 posters

Go down

In progress how to make certain user's colors glow

Post by Mearii Shiotsu January 21st 2014, 5:30 pm

Hello! The title sort of explains it. I have a Doctor Who/Sherlock crossover RP (link  http://wholockparadox.forumotion.com/ ) and because colors define what your character is, it makes it a bit harder for people to see who the staff members are. I've noticed on other forums I am on, that people can make specific users have a glow around their name to show that they are staff members. How can that be done?
Mearii Shiotsu
Mearii Shiotsu
New Member

Female Posts : 21
Reputation : 0
Language : english

http://wholockparadox.forumotion.com/

Back to top Go down

In progress Re: how to make certain user's colors glow

Post by Ikerepc January 21st 2014, 5:48 pm

Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

In progress Re: how to make certain user's colors glow

Post by Ange Tuteur January 21st 2014, 7:24 pm

Hello Mearii Shiotsu,

If you want to automatically add a glow to members of a group use the following CSS method.

Code:
a span[style="color:HEX COLOR"] strong {
text-shadow:0px 0px 6px #f00;
}

The code above gives a red glow to members of a certain group. The group of which the glow is applied depends on the hex color added to the selector. For it to work you need to place the exact hex color of your group where it says HEX COLOR.

You can see the hex color of a group by going to :
Administration Panel > Users & Groups > Group administration > Edit a group

Look to group members color, copy out the hex, and then paste it in the selector. Once you have done this apply the code to your stylesheet and submit.
( Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet )

how to make certain user's colors glow Captur20

My result being :
Code:
a span[style="color:#A200FF"] strong {
text-shadow:0px 0px 6px #f00;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

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