Which addon is this? -> No addon, it is std. prefixes CSS defined

FastPooper69

Member
Registered
Joined
Sep 25, 2022
Messages
5
Points
1

Reputation:

Did an addon make these? Are they tags?
 

Attachments

  • 2022-11-08_19-58-21.jpg
    2022-11-08_19-58-21.jpg
    45.4 KB · Views: 175

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
383
Points
53

Reputation:

BattleKing

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

Reputation:

It looks like css modified prefixes, on which site is it?
 

FastPooper69

Member
Registered
Joined
Sep 25, 2022
Messages
5
Points
1

Reputation:

View previous replies…

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

FastPooper69that use custom css
2022-11-18_14-23-34.png


CSS:
.label--onlyfanslogo {
    background: url('/data/assets/nodeicons/OnlyfansRound.png') no-repeat scroll center center;
    background-size: cover;
    display: inline-block;
    line-height: 10px !important;
    padding: 0 0 0 21px;
    padding-top: 10px;
    font-size:0px
}
 

BattleKing

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

Reputation:

that use custom css
View attachment 31550

CSS:
.label--onlyfanslogo {
    background: url('/data/assets/nodeicons/OnlyfansRound.png') no-repeat scroll center center;
    background-size: cover;
    display: inline-block;
    line-height: 10px !important;
    padding: 0 0 0 21px;
    padding-top: 10px;
    font-size:0px
}
thomsahere in total:

Less:
.label--xxx {
  border: 1px solid #f00;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #900, #900, #f00);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--camgirls {
  border: 1.5px solid #0c6a93;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #f47321, #f0bd22);
  color: #ffffff;
  text-shadow: 0.5px 0.5px #000;
  font-weight: bold !important;
}
.label--requests {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #1a7c88, #1a7c88, #3db7c7);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--tiktok {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left top, #ff004f, #000, #000, #00f7ef);
  color: #ffffff;
  font-weight: bold;
}
.label--mega {
  border: 1px solid #ff0;
  -webkit-text-fill-color: #fff;
  color: #000000;
  font-weight: 900 !important;
  background-image: linear-gradient(0deg, #000, #656565);
}
.label--archive {
  border: 1px solid #dc143c;
  -webkit-text-fill-color: #fff;
  color: #000000;
  font-weight: 900 !important;
  background-image: linear-gradient(0deg, #000, #656565);
}
.label--thicc {
  border: 1px solid #000;
  color: #000000;
  font-weight: 900 !important;
  background-image: linear-gradient(to left bottom, #ace0e7, #eaf1ea, #ace0e7);
}
.label--asian {
  border: 1px solid #171717;
  border-radius: 3px;
  background-image: linear-gradient(
    to right top,
    rgba(82, 82, 82, 0.3),
    rgba(82, 82, 82, 0.3),
    rgba(220, 20, 60, 0.5)
  );
  color: #f50505;
  font-weight: bold;
}
.label--trans {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(
    to right top,
    #5bcefa,
    #f5a9b8,
    #fff,
    #f5a9b8,
    #5bcefa
  );
  color: #000;
  font-weight: bold;
}
.label--twitch {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #6441a5, #6441a5, #a28dc9);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--patreon {
  border: 1px solid #141518;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #ff424d, #ff424d, #141518);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--insta {
  border: 1px solid #cc2366;
  color: #fff;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  text-shadow: 0.5px 0.5px #000;
}
.label--cosplay {
  border: 1px solid #006148;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #41ffcd, #048f6b);
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0.5px 0.5px #000;
}
.label--fansly {
  border: 1px solid #2698f7;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #000, #000, #1e79c5);
  color: #2698f7;
  font-weight: bold;
}
.label--onlyfans {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #00adef, #00adef, #ace2ef);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--snapchat {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(
    to left bottom,
    #fffc01,
    #fffc01,
    #fffd66,
    #fffd66
  );
  color: #000;
  font-weight: bold;
}
.label--reddit {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #ff5700, #ff5700, #ff4500);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--youtube {
  border: 1px solid #900;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #f00, #f00, #f66);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--council {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #3db7c7, #1a7c88);
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0.5px 0.5px #000;
}
.label--manyvids {
  border: 1px solid #ff4081;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #1565c0, #1565c0, #2196f3);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--celeb {
  border: 1px solid #ffd700;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #cdc4c5, #c49ba9, #c49ba9);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--verified {
  font-family: Parkavenue, cursive;
  border: 1px solid #4e3880;
  border-radius: 3px;
  background-image: linear-gradient(180deg, #722ae6 0%, #e4b5cb 100%);
  color: #ffffff;
  font-weight: bold;
}
.xfa-nit-node-icon i {
  min-width: 32px !important;
  min-height: 32px !important;
  display: block;
}
.label--misc {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #1a7c88, #3db7c7, #000);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--scg {
  border: 1px solid #2d2d2d;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #df879f, #df879f, #eaeaea);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--brazil {
  border: 1px solid #002776;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #ffdf00, #009c3b, #ffdf00);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--recommend {
  border: 1px solid #2a8003;
  border-radius: 3px;
  background-image: linear-gradient(
    24deg,
    #33c909 0%,
    #62ed5f 50%,
    #19bf2c 100%
  );
  color: #ffffff;
  font-weight: bold;
}
.label--neutral {
  border: 1px solid #ba6707;
  border-radius: 3px;
  background-image: linear-gradient(
    24deg,
    #f49614 0%,
    #ffd02d 50%,
    #fab119 100%
  );
  color: #ffffff;
  font-weight: bold;
}
.label--avoid {
  border: 1px solid #850500;
  border-radius: 3px;
  background-image: linear-gradient(
    25deg,
    #991919 0%,
    #ec4444 50%,
    #f01414 100%
  );
  color: #ffffff;
  font-weight: bold;
}
.label--asmr {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #3b56ae, #3b56ae, #5fb6e9);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--twitter {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #1da1f2, #1da1f2, #fff);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--privacy {
  border: 1px solid #fe4d55;
  border-radius: 3px;
  background: #ffffff;
  color: #fe4d55;
  font-weight: 900 !important;
}
.label--duvida {
  border: 1px solid #ffad33;
  border-radius: 3px;
  background-image: linear-gradient(
    to left bottom,
    #ff9700,
    #ff9700,
    #ff9700,
    #fff
  );
  color: #000000;
  text-shadow: 0.5px 0.5px #b36a00;
  font-weight: bold;
}
.label--vam {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #ee36ee, #387bf1, #fff);
  color: #ffffff;
  font-weight: bold;
}
.label--hentai {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0.5px 0.5px #000;
  background-image: linear-gradient(
    to left bottom,
    #fcf5ef,
    #b97f7b,
    #b97f7b,
    #fee2cd
  );
  font-weight: bold;
}
.label--3d {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0px 0px 0 #ddd, 1px 0px 0 #bbb, 2px 0px 0 #999, 3px 0px 2px #000,
    3px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 2px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to left bottom, #77ab59, #36802d, #234d20);
  font-weight: bold;
  letter-spacing: 2px;
}
.label--professional-modelling-sites {
  border: 1px solid #000;
  border-radius: 3px;
  background-image: linear-gradient(
    to left bottom,
    #fff,
    #f2f2f2,
    #f2f2f2,
    #7f7f7f
  );
  color: #000000;
  font-weight: bold;
}
.label--pornhub {
  border: 1px solid #1b1b1b;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #1b1b1b 54%, #ffa31a 55%);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
  letter-spacing: 1px;
}
.label--fantia {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(
    to left bottom,
    #e15929,
    #353772,
    #07998f,
    #832579,
    #cf1576,
    #85b884
  );
  color: #ffffff;
  text-shadow: 0.5px 0.5px #000;
  font-weight: bold;
}
.label--jvid {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #e74888, #000, #000);
  color: #ffffff;
  text-shadow: 0.5px 0.5px #000;
  font-weight: inherit;
}
.label--fantrie {
  font-family: cursive;
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #4ec5a5, #4ec5a5, #a2c6a5);
  color: #ffffff;
  font-weight: 900 !important;
  text-shadow: 1.5px 1.5px #000;
}
.label--gumroad {
  border: 1px solid #125dba;
  border-radius: 3px;
  background-image: linear-gradient(180deg, #1278ba 0%, #e5622f 100%);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--afreecatv {
  border: 1px solid #0545b1;
  border-radius: 3px;
  background: #ffffff;
  color: #0545b1;
  font-weight: 900 !important;
}
.label--kofi {
  border: 1px solid #1ba3d9;
  border-radius: 3px;
  background: #3c4250;
  color: #1ba3d9;
  font-weight: 900 !important;
}
.label--gatapop {
  border: 1px solid #1b1b1b;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #1b1b1b 54%, #ef0be3 100%);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
  letter-spacing: 1px;
}
.label--buupe {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #cd7c88, #cd7c88, #e57c88);
  color: #1c252a;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #fff;
}
.label--onlyfanslogo {
  background: url("/data/assets/nodeicons/OnlyfansRound.png") no-repeat scroll
    center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--onlyfanslogo {
  background: url("/data/assets/nodeicons/OnlyfansRound.png") no-repeat scroll
    center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--privacylogo {
  background: url("/data/assets/nodeicons/Privacy.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--privacylogo {
  background: url("/data/assets/nodeicons/Privacy.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--patreonlogo {
  background: url("/data/assets/nodeicons/patreonIcon.png") no-repeat scroll
    center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--patreonlogo {
  background: url("/data/assets/nodeicons/patreonIcon.png") no-repeat scroll
    center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--redditlogo {
  background: url("https://i.pixl.li/redditlogo.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--redditlogo {
  background: url("https://i.pixl.li/redditlogo.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--xvideoslogo {
  background: url("https://i.pixl.li/xvideoslogo2.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--xvideoslogo {
  background: url("https://i.pixl.li/xvideoslogo2.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--japan {
  background: url("https://www.svgrepo.com/show/249004/japan.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--japan {
  background: url("https://www.svgrepo.com/show/249004/japan.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--china {
  background: url("https://www.svgrepo.com/show/249034/china.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--china {
  background: url("https://www.svgrepo.com/show/249034/china.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--indonesia {
  background: url("https://www.svgrepo.com/show/248863/indonesia.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--indonesia {
  background: url("https://www.svgrepo.com/show/248863/indonesia.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--malaysia {
  background: url("https://www.svgrepo.com/show/405539/flag-for-flag-malaysia.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--malaysia {
  background: url("https://www.svgrepo.com/show/405539/flag-for-flag-malaysia.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--philippines {
  background: url("https://www.svgrepo.com/show/248881/philippines.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--philippines {
  background: url("https://www.svgrepo.com/show/248881/philippines.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--taiwan {
  background: url("https://www.svgrepo.com/show/248871/taiwan.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--taiwan {
  background: url("https://www.svgrepo.com/show/248871/taiwan.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--thailand {
  background: url("https://www.svgrepo.com/show/248836/thailand.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--thailand {
  background: url("https://www.svgrepo.com/show/248836/thailand.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--vietnam {
  background: url("https://www.svgrepo.com/show/405655/flag-for-flag-vietnam.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--vietnam {
  background: url("https://www.svgrepo.com/show/405655/flag-for-flag-vietnam.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--hong_kong {
  background: url("https://www.svgrepo.com/show/248888/hong-kong.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--hong_kong {
  background: url("https://www.svgrepo.com/show/248888/hong-kong.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--singapore {
  background: url("https://www.svgrepo.com/show/248846/singapore.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--singapore {
  background: url("https://www.svgrepo.com/show/248846/singapore.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--korea {
  background: url("https://www.svgrepo.com/show/248974/south-korea.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--korea {
  background: url("https://www.svgrepo.com/show/248974/south-korea.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
 

FastPooper69

Member
Registered
Joined
Sep 25, 2022
Messages
5
Points
1

Reputation:

here in total:

Less:
.label--xxx {
  border: 1px solid #f00;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #900, #900, #f00);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--camgirls {
  border: 1.5px solid #0c6a93;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #f47321, #f0bd22);
  color: #ffffff;
  text-shadow: 0.5px 0.5px #000;
  font-weight: bold !important;
}
.label--requests {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #1a7c88, #1a7c88, #3db7c7);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--tiktok {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left top, #ff004f, #000, #000, #00f7ef);
  color: #ffffff;
  font-weight: bold;
}
.label--mega {
  border: 1px solid #ff0;
  -webkit-text-fill-color: #fff;
  color: #000000;
  font-weight: 900 !important;
  background-image: linear-gradient(0deg, #000, #656565);
}
.label--archive {
  border: 1px solid #dc143c;
  -webkit-text-fill-color: #fff;
  color: #000000;
  font-weight: 900 !important;
  background-image: linear-gradient(0deg, #000, #656565);
}
.label--thicc {
  border: 1px solid #000;
  color: #000000;
  font-weight: 900 !important;
  background-image: linear-gradient(to left bottom, #ace0e7, #eaf1ea, #ace0e7);
}
.label--asian {
  border: 1px solid #171717;
  border-radius: 3px;
  background-image: linear-gradient(
    to right top,
    rgba(82, 82, 82, 0.3),
    rgba(82, 82, 82, 0.3),
    rgba(220, 20, 60, 0.5)
  );
  color: #f50505;
  font-weight: bold;
}
.label--trans {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(
    to right top,
    #5bcefa,
    #f5a9b8,
    #fff,
    #f5a9b8,
    #5bcefa
  );
  color: #000;
  font-weight: bold;
}
.label--twitch {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #6441a5, #6441a5, #a28dc9);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--patreon {
  border: 1px solid #141518;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #ff424d, #ff424d, #141518);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--insta {
  border: 1px solid #cc2366;
  color: #fff;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  text-shadow: 0.5px 0.5px #000;
}
.label--cosplay {
  border: 1px solid #006148;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #41ffcd, #048f6b);
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0.5px 0.5px #000;
}
.label--fansly {
  border: 1px solid #2698f7;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #000, #000, #1e79c5);
  color: #2698f7;
  font-weight: bold;
}
.label--onlyfans {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #00adef, #00adef, #ace2ef);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--snapchat {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(
    to left bottom,
    #fffc01,
    #fffc01,
    #fffd66,
    #fffd66
  );
  color: #000;
  font-weight: bold;
}
.label--reddit {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #ff5700, #ff5700, #ff4500);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--youtube {
  border: 1px solid #900;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #f00, #f00, #f66);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--council {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #3db7c7, #1a7c88);
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0.5px 0.5px #000;
}
.label--manyvids {
  border: 1px solid #ff4081;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #1565c0, #1565c0, #2196f3);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--celeb {
  border: 1px solid #ffd700;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #cdc4c5, #c49ba9, #c49ba9);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--verified {
  font-family: Parkavenue, cursive;
  border: 1px solid #4e3880;
  border-radius: 3px;
  background-image: linear-gradient(180deg, #722ae6 0%, #e4b5cb 100%);
  color: #ffffff;
  font-weight: bold;
}
.xfa-nit-node-icon i {
  min-width: 32px !important;
  min-height: 32px !important;
  display: block;
}
.label--misc {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #1a7c88, #3db7c7, #000);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--scg {
  border: 1px solid #2d2d2d;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #df879f, #df879f, #eaeaea);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--brazil {
  border: 1px solid #002776;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #ffdf00, #009c3b, #ffdf00);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--recommend {
  border: 1px solid #2a8003;
  border-radius: 3px;
  background-image: linear-gradient(
    24deg,
    #33c909 0%,
    #62ed5f 50%,
    #19bf2c 100%
  );
  color: #ffffff;
  font-weight: bold;
}
.label--neutral {
  border: 1px solid #ba6707;
  border-radius: 3px;
  background-image: linear-gradient(
    24deg,
    #f49614 0%,
    #ffd02d 50%,
    #fab119 100%
  );
  color: #ffffff;
  font-weight: bold;
}
.label--avoid {
  border: 1px solid #850500;
  border-radius: 3px;
  background-image: linear-gradient(
    25deg,
    #991919 0%,
    #ec4444 50%,
    #f01414 100%
  );
  color: #ffffff;
  font-weight: bold;
}
.label--asmr {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #3b56ae, #3b56ae, #5fb6e9);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--twitter {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #1da1f2, #1da1f2, #fff);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--privacy {
  border: 1px solid #fe4d55;
  border-radius: 3px;
  background: #ffffff;
  color: #fe4d55;
  font-weight: 900 !important;
}
.label--duvida {
  border: 1px solid #ffad33;
  border-radius: 3px;
  background-image: linear-gradient(
    to left bottom,
    #ff9700,
    #ff9700,
    #ff9700,
    #fff
  );
  color: #000000;
  text-shadow: 0.5px 0.5px #b36a00;
  font-weight: bold;
}
.label--vam {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #ee36ee, #387bf1, #fff);
  color: #ffffff;
  font-weight: bold;
}
.label--hentai {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0.5px 0.5px #000;
  background-image: linear-gradient(
    to left bottom,
    #fcf5ef,
    #b97f7b,
    #b97f7b,
    #fee2cd
  );
  font-weight: bold;
}
.label--3d {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0px 0px 0 #ddd, 1px 0px 0 #bbb, 2px 0px 0 #999, 3px 0px 2px #000,
    3px 0px 1px rgba(0, 0, 0, 0.5), 0px 0px 2px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to left bottom, #77ab59, #36802d, #234d20);
  font-weight: bold;
  letter-spacing: 2px;
}
.label--professional-modelling-sites {
  border: 1px solid #000;
  border-radius: 3px;
  background-image: linear-gradient(
    to left bottom,
    #fff,
    #f2f2f2,
    #f2f2f2,
    #7f7f7f
  );
  color: #000000;
  font-weight: bold;
}
.label--pornhub {
  border: 1px solid #1b1b1b;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #1b1b1b 54%, #ffa31a 55%);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
  letter-spacing: 1px;
}
.label--fantia {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(
    to left bottom,
    #e15929,
    #353772,
    #07998f,
    #832579,
    #cf1576,
    #85b884
  );
  color: #ffffff;
  text-shadow: 0.5px 0.5px #000;
  font-weight: bold;
}
.label--jvid {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #e74888, #000, #000);
  color: #ffffff;
  text-shadow: 0.5px 0.5px #000;
  font-weight: inherit;
}
.label--fantrie {
  font-family: cursive;
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #4ec5a5, #4ec5a5, #a2c6a5);
  color: #ffffff;
  font-weight: 900 !important;
  text-shadow: 1.5px 1.5px #000;
}
.label--gumroad {
  border: 1px solid #125dba;
  border-radius: 3px;
  background-image: linear-gradient(180deg, #1278ba 0%, #e5622f 100%);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
}
.label--afreecatv {
  border: 1px solid #0545b1;
  border-radius: 3px;
  background: #ffffff;
  color: #0545b1;
  font-weight: 900 !important;
}
.label--kofi {
  border: 1px solid #1ba3d9;
  border-radius: 3px;
  background: #3c4250;
  color: #1ba3d9;
  font-weight: 900 !important;
}
.label--gatapop {
  border: 1px solid #1b1b1b;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #1b1b1b 54%, #ef0be3 100%);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #000;
  letter-spacing: 1px;
}
.label--buupe {
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(to left bottom, #cd7c88, #cd7c88, #e57c88);
  color: #1c252a;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #fff;
}
.label--onlyfanslogo {
  background: url("/data/assets/nodeicons/OnlyfansRound.png") no-repeat scroll
    center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--onlyfanslogo {
  background: url("/data/assets/nodeicons/OnlyfansRound.png") no-repeat scroll
    center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--privacylogo {
  background: url("/data/assets/nodeicons/Privacy.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--privacylogo {
  background: url("/data/assets/nodeicons/Privacy.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--patreonlogo {
  background: url("/data/assets/nodeicons/patreonIcon.png") no-repeat scroll
    center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--patreonlogo {
  background: url("/data/assets/nodeicons/patreonIcon.png") no-repeat scroll
    center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--redditlogo {
  background: url("https://i.pixl.li/redditlogo.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--redditlogo {
  background: url("https://i.pixl.li/redditlogo.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--xvideoslogo {
  background: url("https://i.pixl.li/xvideoslogo2.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--xvideoslogo {
  background: url("https://i.pixl.li/xvideoslogo2.png") no-repeat scroll center
    center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  border-top-width: 2px;
  padding: 0 0 0 30px;
  padding-top: 17px;
  padding-bottom: 1px;
  font-size: 0px;
}
.label--japan {
  background: url("https://www.svgrepo.com/show/249004/japan.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--japan {
  background: url("https://www.svgrepo.com/show/249004/japan.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--china {
  background: url("https://www.svgrepo.com/show/249034/china.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--china {
  background: url("https://www.svgrepo.com/show/249034/china.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--indonesia {
  background: url("https://www.svgrepo.com/show/248863/indonesia.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--indonesia {
  background: url("https://www.svgrepo.com/show/248863/indonesia.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--malaysia {
  background: url("https://www.svgrepo.com/show/405539/flag-for-flag-malaysia.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--malaysia {
  background: url("https://www.svgrepo.com/show/405539/flag-for-flag-malaysia.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--philippines {
  background: url("https://www.svgrepo.com/show/248881/philippines.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--philippines {
  background: url("https://www.svgrepo.com/show/248881/philippines.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--taiwan {
  background: url("https://www.svgrepo.com/show/248871/taiwan.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--taiwan {
  background: url("https://www.svgrepo.com/show/248871/taiwan.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--thailand {
  background: url("https://www.svgrepo.com/show/248836/thailand.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--thailand {
  background: url("https://www.svgrepo.com/show/248836/thailand.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--vietnam {
  background: url("https://www.svgrepo.com/show/405655/flag-for-flag-vietnam.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--vietnam {
  background: url("https://www.svgrepo.com/show/405655/flag-for-flag-vietnam.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--hong_kong {
  background: url("https://www.svgrepo.com/show/248888/hong-kong.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--hong_kong {
  background: url("https://www.svgrepo.com/show/248888/hong-kong.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--singapore {
  background: url("https://www.svgrepo.com/show/248846/singapore.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--singapore {
  background: url("https://www.svgrepo.com/show/248846/singapore.svg") no-repeat
    scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
.label--korea {
  background: url("https://www.svgrepo.com/show/248974/south-korea.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 21px;
  padding-top: 10px;
  font-size: 0px;
}
.p-title-value > .labelLink > .label.label--korea {
  background: url("https://www.svgrepo.com/show/248974/south-korea.svg")
    no-repeat scroll center center;
  background-size: cover;
  display: inline-block;
  line-height: 10px !important;
  padding: 0 0 0 30px;
  padding-top: 14px;
  font-size: 0px;
}
BattleKingDamn, that's all of them from the whole site?? You are the man!!! Thanks alot!!
 

BattleKing

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

Reputation:

Damn, that's all of them from the whole site?? You are the man!!! Thanks alot!!
FastPooper69How to add there now to prefixes?
Thats easy, no addon required.

Enter the above posted codes into your extra.less template:

Blok.png

Now go to the prefix and enter the CSS styling code and enter label--xxx into the field:

Blok.png


This is how the result look like

Blok.png
 
Top