IPS Suite Adding Effects to User Groups

Haim

Registered
Go to Admin Panel-Users-User Groups
<span style = " color : Ваш цвет " >

Paste the above code into the group format to

Screenshot_1.png.07025d445728a6ca510a02481deee2a4.png.c9517df2d1a2b3048eb146d8a8038ac7.png

Don't forget to close the code
Styles and patterns
m.png

Add color + bold
To do this, add the following code
<span style='font-weight: bold; color: Ваш цвет;'</span>

It will look like this:

g.png

Adding a neon effect

To do this, add the following code
Code:
<span style="text-shadow: 0px 0px 10px Your Color; color: Ваш цвет; font-weight: bold;" </span>
It will look like this:

g.png

Adding a GIF

To do this, add the following code
Code:
<span style="text-shadow: 0px 0px 10px Ваш цвет; background: url([MEDIA=imgur]DeeiUkd[/MEDIA] color: Your Color; font-weight: bold;" </span>
It will look like this:

g.png

Adding an icon:
Code:
<span style='font-weight: bold; text-shadow: 0px 0px 10px Ваш цвет; background-image: url([MEDIA=imgur]DeeiUkd[/MEDIA]  color: Ваш цвет;'><i class="fa fa-star fa-spin"aria-hidden="true"> </i>

Demonstration

gif.gif

GIF picture

DeeiUkd.gif
 
Back
Top Bottom