11-21-2024, 03:03 AM
I used to use the one made by @Orpheus and it was kinda broken now so i fixed it (mostly for personal use) but here it is.
i only updated the purple one cause its the best one. purple supremacy
You'll need Stylus to use it.
i only updated the purple one cause its the best one. purple supremacy
You'll need Stylus to use it.
/* Header Wallpaper */
.logo.noselect {
background: url(https://i.pinimg.com/564x/8b/9d/f2/8b9df2299c35b24489ded5f45db745c3.jpg) center;
}
#content {
background-color: var(--header-logo-bg-color) !important;
}
/* Rank Banners */
img[src^="resources/ranks/"] {
padding-left: 150px;
width: 150px;
height: 40px;
box-sizing: border-box;
background-size: 100% !important;
}
img[title="resources/ranks/member.png"] {
display: none;
}
/* Latest Posts, profile page, notifications. */
img.rounded_avatar[src$="/images/default_avatar.png"] {
padding-left: 30px;
width: 30px;
height: 30px;
}
img.modal_image[src$="/images/default_avatar.png"] {
padding-left: 74px;
width: 74px;
height: 74px;
}
img[src$="/images/default_avatar.png"][width="64"] {
padding-left: 64px;
width: 64px;
height: 64px;
}
.shout-box-text {
float: left;
width: 80%;
}
.active-users-tab {
display: block !important;
width: 20%;
}
.telegram {
-webkit-text-fill-color: #ac58ff;
}
/* username styles */
.rf_noob {
color: #a059fb;
white-space: nowrap;
font-weight: bold;
}
.rf_vip {
color: #81d420;
white-space: nowrap;
font-weight: bold;
}
.rf_mvp {
color: #fff;
white-space: nowrap;
font-weight: bold;
}
.rf_god {
color: #e2d662;
white-space: nowrap;
font-weight: bold;
}