Customizing SMF > Mod Requests

Request Help to make a sparkle Staff Names,

(1/1)

arnem:
i just saw that enjin has this cool sparkle feature thing and i'd like some help to make this to smf, i have been working on some codes and that.

My CSS:
--- Code: ---@charset "utf-8";
 
/* Element Username */
.element_username {
        text-decoration: none;
        color: #CCC;
}
 
.element_username {
        background-position: left 0px;
        background-repeat: repeat-x;
}
 
.element_username:hover {
        color: #CCC;
}
/* Element Username Ranks */
.element_username.admin {
        background-image: url:(http://arnem.bplaced.net/theblackwalker/Themes/sparkles/sparkle_red.gif);
        color: #000 !important;
}
 
.element_username.moderator {
        background-image: url:(http://arnem.bplaced.net/theblackwalker/Themes/sparkles/sparkle_yellow.gif);
        color: yellow !important;
}
 
.element_username.smoderator {
        background-image: url:(http://arnem.bplaced.net/theblackwalker/Themes/sparkles/sparkle_green.gif);
        color: green !important;
}
 
.element_username.hmember {
        background-image: url:(http://arnem.bplaced.net/theblackwalker/Themes/sparkles/sparkle_blue.gif);
        color: blue !imortant;
}
/* Under Line Code */
a { text-decoration: none;
}
 
a:hover, a:focus {
        color: #BD91FF;
        text-decoration: underline;
}
--- End code ---

i dont really know but i am also working on a php that shuld find like if admin and it gives the element_username admin class and that i also need a bit help on that and a person that can help me put this into smf, also i need a way to find usernames on smf so i'd be happy to get some help on this :D

Navigation

[0] Message Index

Go to full version