Glitter And Glow Codes
3 posters
Page 1 of 1
Glitter And Glow Codes
I am trying to get the codes for the glitter and glow codes for my battle forum for premium users is there any codes?
Last edited by Hagoromo Otsutsuki on November 23rd 2014, 10:27 am; edited 1 time in total
Re: Glitter And Glow Codes
Hello Hagoromo Otsutsuki,
For usernames you can use this CSS :
1. ) Replace u1, by the ID of the user
2. ) Replace URL_OF_IMAGE, by the URL of your image
For glitter you can use background images :
https://i.servimg.com/u/f58/15/62/32/35/backro11.gif
https://i.servimg.com/u/f58/15/62/32/35/backro12.gif
https://i.servimg.com/u/f58/15/62/32/35/backro13.gif
https://i.servimg.com/u/f58/15/62/32/35/backro14.gif
https://i.servimg.com/u/f58/15/62/32/35/backro15.gif
For glow you can use the same rule, except add the following inside of the braces : { HERE }
1. ) Replace #F00 by the color code of your choice..
For usernames you can use this CSS :
- Code:
a[href="/u1"] { background:url('URL_OF_IMAGE'); }
1. ) Replace u1, by the ID of the user
2. ) Replace URL_OF_IMAGE, by the URL of your image
For glitter you can use background images :
https://i.servimg.com/u/f58/15/62/32/35/backro11.gif
https://i.servimg.com/u/f58/15/62/32/35/backro12.gif
https://i.servimg.com/u/f58/15/62/32/35/backro13.gif
https://i.servimg.com/u/f58/15/62/32/35/backro14.gif
https://i.servimg.com/u/f58/15/62/32/35/backro15.gif
For glow you can use the same rule, except add the following inside of the braces : { HERE }
- Code:
text-shadow:0 0 6px #F00;
1. ) Replace #F00 by the color code of your choice..
Re: Glitter And Glow Codes
leave it to the omniscient coder Ange
so this goes under
HTML or Javascript?
so this goes under
HTML or Javascript?
Re: Glitter And Glow Codes
It goes in your stylesheet :
Administration Panel > Display > Colors > CSS stylesheet
Administration Panel > Display > Colors > CSS stylesheet
Re: Glitter And Glow Codes
just add
!important
a[href="/u1"]{text-shadow: 0 0 5px white!important;}
just add it b4 the ;
!important
a[href="/u1"]{text-shadow: 0 0 5px white!important;}
just add it b4 the ;
Re: Glitter And Glow Codes
Huh?_Twisted_Mods_ wrote:just add
!important
a[href="/u1"]{text-shadow: 0 0 5px white!important;}
just add it b4 the ;
Glitter code isnt working.
Last edited by Hagoromo Otsutsuki on November 23rd 2014, 10:05 am; edited 1 time in total
Re: Glitter And Glow Codes
adding "!important to the end makes it override anything blocking it from changing
- Code:
a[href="/u1"] { background:url('URL_OF_IMAGE')!important; }
a[href="/u1"] { text-shadow:0 0 6px #F00!important; }
Similar topics
» Glow and glitter on administrators name?
» Text glow and glitter problem
» help with group/member name text and glitter/glow
» Group's style on legend: glitter, icon & glow
» Name Glow codes and where to put them.
» Text glow and glitter problem
» help with group/member name text and glitter/glow
» Group's style on legend: glitter, icon & glow
» Name Glow codes and where to put them.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum