Makes the site look like crapblox from like 2022
Crapblox Theme by spiffy
Details
Authorspiffy
LicenseNo License
Categorybloxblox.xyz
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bloxblox.xyz - Nov 2023
@version 20231202.01.51
@namespace ?
==/UserStyle== */
@-moz-document domain("bloxblox.xyz") {
.header {
background: #0074bd;
background-size: auto 100%;
animation: animatedBackground 110s linear infinite alternate;
box-shadow: inset 0px 0px 0px rgb(255 255 255 / 50%), 0px 3px 2px rgb(0 0 0 / 10%);
border: 1px solid #0075bdcd;
}
.header .header-navigation {
color: white;
background: rgb(37,37,37);
background: linear-gradient(0deg, rgba(37,37,37,1) 0%, rgba(0,0,0,1) 100%);
box-shadow: inset 0px 0px 0px rgb(255 255 255 / 50%), 0 2px 2px rgb(0 0 0 / 10%);
border-bottom: 1px solid #d3d3d3;
}
button, .form input[type="submit"] {
background: linear-gradient(0deg, rgb(1, 112, 0) 0%, rgb(73, 199, 74) 100%);
border: 1px solid rgb(1,112,0);
color: #fff;
float: right;
font-weight: 500;
}
a {
color: #2D528F;
}
.item {
height: 190px;
}
.container, .header-container {
margin: auto;
color: var(--secondary-color);
padding: 0px;
padding-bottom: 0px;
}
.w-32 {
content:url("https://i.imgur.com/U6Iw87P.png");
}
.game-thumbnail {
content:url("https://i.imgur.com/PXa4DRb.png");
}
.header-profile-card .header-headshot {
display: none;
}
.header-navigation-right {
margin-top: 20px;
}
.wintoken-number {
color: #fff;
}
.wintoken-icon {
content:url("https://i.imgur.com/OcT1htG.png");
}
.wintoken-number {
bottom: 7px;
position: inherit;
}
.header-navigation-inner {
padding-top: 7px;
padding-bottom: 7px;
}
body, html {
background-color: white;
margin: 0px;
padding: 0px;
font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
font-size: 13px;
}
.header-profile-card {
bottom: 17px;
}
}