Jump to content

Rainbow with sparkles IPS 4.4.10


IdeGaasMbrale

Recommended Posts

Hello I have a problem with not wanting to show me this glitter effect the code I use is this one

#Administrator {
color: #FF0000;
background-image: url (http://resources.guild-hosting.net/201604011348/themes/core/images/tag_fx/sparkle_white.gif);
font-weight: bold; text-shadow: 0 0 .9em #ffffff;  

}

Link to comment
Share on other sites

you have that in the css thats y its not showing up add it to the Group Formatting

 

put this in your admin

<span style='color: #007FFF; background: url(https://www./Image/Vmao0.gif); font-weight: bold;'>

 

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

10 hours ago, IdeGaasMbrale said:

Hello I have a problem with not wanting to show me this glitter effect the code I use is this one

#Administrator {
color: #FF0000;
background-image: url (http://resources.guild-hosting.net/201604011348/themes/core/images/tag_fx/sparkle_white.gif);
font-weight: bold; text-shadow: 0 0 .9em #ffffff;  

}

Did you define the group as an ID in the group formatting?

It would be something like
 

<div id="Administrator"></div>

In your group

Link to comment
Share on other sites

8 minutes ago, Voldri said:

Did you define the group as an ID in the group formatting?

It would be something like
 


<div id="Administrator"></div>

In your group

are you putting it in the group name that might be y its not showing put in the group

 

try this one add to the group name

Quote

<span style="color:#E8549E; font-weight:bold; background-image:url(https:///sparkle_pink.gif);">Admin</span>

 

 

17 minutes ago, mr-pimpen said:

are you putting it in the group name that might be y its not showing put in the group

 

try this one add to the group name

 

here i got fixed it this should work add it to the group name

<span style="color:#E8549E; font-weight:bold; background-image:url(https://www./Image/Q5arH.gif);">Admin</span>

 

this is the one you are looking for add this

<span style="color:#E8549E; font-weight:bold; background-image:url(https://www./Image/Q5arH.gif);">

 

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

2 hours ago, IdeGaasMbrale said:

Not again sparkles

we at webflake can only do so much to give you what you want i gave you the codes for what ya want you have to find a giff that you want!!!!

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

On 5/4/2020 at 4:32 PM, IdeGaasMbrale said:

Hello I have a problem with not wanting to show me this glitter effect the code I use is this one

#Administrator {
color: #FF0000;
background-image: url (http://resources.guild-hosting.net/201604011348/themes/core/images/tag_fx/sparkle_white.gif);
font-weight: bold; text-shadow: 0 0 .9em #ffffff;  

}

Because you doing it wrong.

Use "." instead of "#"

So it shows as:

.Administrator {

}

Then in your group put it like <span class="whatever the name after your dot"

On 5/5/2020 at 2:58 AM, mr-pimpen said:

 


<span style="color:#E8549E; font-weight:bold; background-image:url(https://www./Image/Q5arH.gif);">Admin</span>

 

this is the one you are looking for add this


<span style="color:#E8549E; font-weight:bold; background-image:url(https://www./Image/Q5arH.gif);">

 

Also, you can put this under custom.css, so you don't have massive long line to edit in your group formatting field.

So it should show up like:

.admin {

color: #00000;

background: url(link)

}

 

Edited by AcerD9
Updated information
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...