OP 10 December, 2020 - 01:45 AM
(This post was last modified: 21 June, 2021 - 11:08 AM by H8ML.
Edit Reason: Added New ranks for People and Easter Eggs :pepo:
)
Create a new sheet here and paste the code
Spoiler:
Code:
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
body {
font-family: 'Poppins';
}
.infinity_rank {
animation: hue 8s linear infinite;
-o-animation: hue 8s linear infinite;
-moz-animation: hue 8s linear infinite;
-webkit-animation: hue 8s linear infinite;
-webkit-background-clip: text;
background-image: url(https://static.cracked.to/images/bg1.gif),-webkit-linear-gradient(92deg,#f35626,#feab3a);
font-weight: bold !important;
}
.contributor_rank {
color: #ffc000;
text-shadow: 0px 0px 8px #fabc00;
background-image: url('https://static.cracked.to/images/bg1.gif');
background-repeat: repeat;
font-weight: bold;
}
.mods_rank {
color: #ff3a3a;
text-shadow: 1px 1px 3px #000;
font-weight: bold;
}
.premium_rank {
color: #4DD5D5;
text-shadow: 0px 0px 4px #4DD5D5;
background: url(https://static.cracked.to/images/onyx-bg.gif);
background-repeat: repeat;
font-weight:bold;
}
.godlike_rank {
background-clip: border-box;
-webkit-background-clip: text;
text-shadow: 0 0 2px #c8378d;
background-image: url(https://static.cracked.to/images/bg1.gif),linear-gradient(90deg,#ed11ff 0,#000 100%,#fff);
-webkit-text-fill-color: transparent;
color: #FF512F;
font-weight: 700;
}
.registered_rank {
color: #3b8ed6;
font-weight: bold;
}
.supreme_rank {
text-shadow: 0px 0px 3px #0e0101;
color: #DF5BF3;
font-weight: bold;
border-bottom: 1px dotted
}
.thead strong {
background-color: rgba(0, 0, 0, 0.15);
}
.thead a {
background-color: rgba(0, 0, 0, 0.15);
border-radius: 2px;
padding: 4px;
font-weight: bold;
}
.trow1 strong a {
font-size: 16px;
-webkit-background-clip: text;
text-shadow: 0 0 5px #c8378d;
background-image: url(https://static.cracked.to/images/bg1.gif), linear-gradient(90deg, #e4f918 0, #ed11ff 100%, #fff);
-webkit-text-fill-color: transparent;
color: #FF512F;
font-weight: bold;
}
.trow2 strong a {
font-size: 16px;
-webkit-background-clip: text;
text-shadow: 0 0 5px #c8378d;
background-image: url(https://static.cracked.to/images/bg1.gif), linear-gradient(90deg, #e4f918 0, #ed11ff 100%, #fff);
-webkit-text-fill-color: transparent;
color: #FF512F;
font-weight: bold;
}
.shine_rank {
color: #fff;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
#shoutbox .entry[data-user="594000"] {
font-weight: bold;
background: url(https://cdn.discordapp.com/attachments/757259345888149565/789580268767674378/base.webp);
color:transparent;
-webkit-background-clip:text;
}/*
.heaven_rank {
background: url(https://static.cracked.to/images/onyx-bg.gif) !important;
text-shadow: 0.5px 0.5px 5px !important;
-webkit-animation: hueanim 10s infinite linear !important;
color: #0FF !important;
font-weight: bold !important;
}
@keyframes hueanim {
0% {
-webkit-filter: hue-rotate(
0deg
);
}
100% {
-webkit-filter: hue-rotate(
360deg
);
}*/