How I Get This Type Of GIF Prefix CSS Code

Amit_YT

Active member
Registered
Joined
Sep 21, 2023
Messages
27
Points
3

Reputation:

Hello i want this GIF Prefix type css code must with Border colour and text colour and gif in it, I have gif only i want css code for this Gif prefix border colour and text colour.
Screenshot_2023_1122_071311.png
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
613
Points
73

Reputation:

Any layout or design can be created in the extra.less template of the themes style.
 

Amit_YT

Active member
Registered
Joined
Sep 21, 2023
Messages
27
Points
3

Reputation:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Website Link Is:
Give me whole
Amit_YTCheck this out:

Less:
.label {
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 4px;
  font-size: 80%;
  line-height: 1.26;
  text-decoration: none;
}

.label.label--plugin {
  text-transform: uppercase;
  border-color: rgba(0,147,219,0.5) !important;
  font-weight: bold !important;
  font-family: "MinecraftBold2";
  background: url(https://media4.giphy.com/media/KVZZv14yrSdHjWhPOj/200w.webp?cid=ecf05e47lmh5nnix9dcfau6ewqwnrd2ccxz0jcnxzlv4u4o0&ep=v1_gifs_related&rid=200w.webp&ct=g);
  background-size: cover;
  background-position: bottom;
  color: #6fd0ff !important;
  font-weight: bold;
}
 
Last edited:
View previous replies…

Amit_YT

Active member
Registered
Joined
Sep 21, 2023
Messages
27
Points
3

Reputation:

Check this out:

Less:
.label.label--plugin {
  text-transform: uppercase;
  border-color: rgba(0,147,219,0.5) !important;
  font-weight: bold !important;
  font-family: "MinecraftBold2";
  background: url(https://media4.giphy.com/media/KVZZv14yrSdHjWhPOj/200w.webp?cid=ecf05e47lmh5nnix9dcfau6ewqwnrd2ccxz0jcnxzlv4u4o0&ep=v1_gifs_related&rid=200w.webp&ct=g);
  background-size: cover;
  background-position: bottom;
  color: #6fd0ff !important;
  font-weight: bold;
BattleKingNot working
Screenshot_2023_1122_192834.jpg
b
Screenshot_2023_1122_193046.jpg
stilled tried withoyt.label
Screenshot_2023_1122_192912.jpg
 

Amit_YT

Active member
Registered
Joined
Sep 21, 2023
Messages
27
Points
3

Reputation:

Problem is caused by some other extra.less code he entered. Problem solved
BattleKingHello i had reset my site i had copied that unfortunately i had keyboard which saves copy text but its not saved due to large text can you give me code again of extra.less i only want one i will setup everything
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
613
Points
73

Reputation:

Hello i had reset my site i had copied that unfortunately i had keyboard which saves copy text but its not saved due to large text can you give me code again of extra.less i only want one i will setup everything
Amit_YTi found the mistake to your setup

make it label.label--plugin not .label.label--plugin remove (.) dot before label.
 
Top