Can anyone give me usergroup banner css code, I not have any problem with gif stuff I only want codes of usergroup banner

Amit_YT

Active member
Registered
Joined
Sep 21, 2023
Messages
39
Points
8

Reputation:

Screenshot_20240515_065232.jpg

For all or one maybe I want usergroup banner css code it can be good to without gif please I want it for my site
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
660
Points
103

Reputation:

You can literally copy paste their codes from browser dev tools
 
  • Like
Reactions: jim

Amit_YT

Active member
Registered
Joined
Sep 21, 2023
Messages
39
Points
8

Reputation:

jim

Well-known member
Registered
Joined
Aug 20, 2021
Messages
118
Points
38

Reputation:

How? Bro show in ss and in boundry
Amit_YTI'm guessing u don't have access to ur pc at the moment?

here:


CSS:
/*staff group*/
.userBanner.userBanner--staff {
    color: #F0FFFF;
    font-weight: bold !important;
    font-family: "MinecraftBold2";
    background-color: #6002f6;
    background-image: url(https://media4.giphy.com/media/pO74rRxtqiBh1uqndH/200w.webp);
    background-position: center;
    background-size: 50%;
    animation: AnimationMod 10s ease infinite;
    border: 0;
    margin-right: 2px;
    white-space: nowrap;
    border-radius: 6px;
    user-select: none;
    line-height: 1.35;
    text-decoration: none;
    padding: 1px 18px;
    display: inline-block;
    letter-spacing: 0.1em;
}

/*admin*/
.userBanner.userBanner--admin {
    color: #F0FFFF;
    font-weight: bold !important;
    font-family: "MinecraftBold2";
    background-color: #6002f6;
    background-image: url(https://cdn.discordapp.com/attachments/1165519683475222560/1176456245935362108/200w.webp?ex=656eef42&is=655c7a42&hm=213ce61f905b5004b0ad31d0970d9923b4b652e1b890635f86e7e89f26c4db61&);
    background-position: center;
    background-size: 50%;
    animation: AnimationMod 10s ease infinite;
    border: 0;
    margin-right: 2px;
    white-space: nowrap;
    border-radius: 6px;
    user-select: none;
    line-height: 1.35;
    text-decoration: none;
    padding: 1px 18px;
    display: inline-block;
    letter-spacing: 0.1em;
}

/*contributor*/
.userBanner.userBanner--contributor {
    color: #F0FFFF;
    font-weight: bold !important;
    font-family: "MinecraftBold2";
    background-color: #6002f6;
    background-image: url(https://media3.giphy.com/media/3oFzmiu86mdcjOsjOU/200w.webp?cid=ecf05e47y3flyeu6djhhztz06cldwpkeo1v1mxuwnrs1l1h3&ep=v1_gifs_search&rid=200w.webp&ct=g);
    background-position: center;
    background-size: 50%;
    animation: AnimationMod 10s ease infinite;
    border: 0;
    margin-right: 2px;
    white-space: nowrap;
    border-radius: 6px;
    user-select: none;
    text-decoration: none;
    padding: 1px 18px;
    display: inline-block;
    letter-spacing: 0.1em;
}
 

Amit_YT

Active member
Registered
Joined
Sep 21, 2023
Messages
39
Points
8

Reputation:

Screenshot_2024_0515_142905.jpg

Screenshot_20240515_142750.jpg

Bruh Staff Banner is showing but my founder banner not
 

jim

Well-known member
Registered
Joined
Aug 20, 2021
Messages
118
Points
38

Reputation:

@Amit_YT here:

founder group

CSS:
em.userBanner.\.userBanner--founder {
    color: #F0FFFF;
    font-weight: bold !important;
    font-family: "MinecraftBold2";
    background-color: #6002f6;
    background-image: url(https://media4.giphy.com/media/pO74rRxtqiBh1uqndH/200w.webp);
    background-position: center;
    background-size: 50%;
    animation: AnimationMod 10s ease infinite;
    border: 0;
    margin-right: 2px;
    white-space: nowrap;
    border-radius: 6px;
    user-select: none;
    line-height: 1.35;
    text-decoration: none;
    padding: 1px 18px;
    display: inline-block;
    letter-spacing: 0.1em;
}
 

Amit_YT

Active member
Registered
Joined
Sep 21, 2023
Messages
39
Points
8

Reputation:

@Amit_YT here:

founder group

CSS:
em.userBanner.\.userBanner--founder {
    color: #F0FFFF;
    font-weight: bold !important;
    font-family: "MinecraftBold2";
    background-color: #6002f6;
    background-image: url(https://media4.giphy.com/media/pO74rRxtqiBh1uqndH/200w.webp);
    background-position: center;
    background-size: 50%;
    animation: AnimationMod 10s ease infinite;
    border: 0;
    margin-right: 2px;
    white-space: nowrap;
    border-radius: 6px;
    user-select: none;
    line-height: 1.35;
    text-decoration: none;
    padding: 1px 18px;
    display: inline-block;
    letter-spacing: 0.1em;
}
jimThanks Buddy It Worked!
Can I Have Your Discord I Will Message You Whenever I Wanted To Know About Anything
 
Top