Added Tix and Robux, Old ROBLOX font and other things to Brickplanet
7002's Terrible BP Theme [BETA] by Sienna7002
Details
AuthorSienna7002
LicenseNo License
Categorywww.brickplanet.com
Created
Updated
Code size3.2 kB
Code checksumbc112e53
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 7002's Terrible BP Theme [BETA]
@version 20250419.21.38
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.brickplanet.com/") {
/* ==UserStyle==
@name 7002's Terribe BP Theme [BETA]
@version 0.0.7 BETA
@description Added Tix and Robux, Old ROBLOX font and other things
@match *://www.brickplanet.com/*
==/UserStyle== */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
* {
font-family: 'Source Sans Pro', sans-serif !important;
}
.fas,
.far,
.fab,
.fa,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-duotone,
.fa-brands {
font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands', 'Font Awesome 6 Duotone' !important;
font-weight: 900 !important;
}
.navbar {
background-color: rgb(0, 24, 29) !important;
}
:root {
--robux-color: rgba(0, 184, 86, 1);
}
.text-credits {
color: var(--robux-color) !important;
}
.fas.fa-money-bill-1-wave.me-2.text-md.lh-1,
.fas.fa-money-bill-1-wave {
background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/ROBUX_2014_Logo.svg/1200px-ROBUX_2014_Logo.svg.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 20px !important;
height: 20px !important;
display: inline-block !important;
color: transparent !important;
}
.fas.fa-coins {
background-image: url('https://i.postimg.cc/9QJN10f4/2016-Ticket.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 20px !important;
height: 20px !important;
display: inline-block !important;
color: transparent !important;
}
.fas.fa-money-bill-1-wave.text-lg.lh-1.ms-1 {
background-image: url('https://i.postimg.cc/PH4NccFS/ROBUX-2014-Logo-svg-1.png') !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 20px !important;
height: 20px !important;
display: inline-block !important;
color: transparent !important;
}
.fas.fa-coins.text-lg.lh-1.ms-1 {
background-image: url('https://i.postimg.cc/sgmFNSyy/2016-Ticket-1-1.png') !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 20px !important;
height: 20px !important;
display: inline-block !important;
color: transparent !important;
}
img[src="https://i.postimg.cc/6qyF71Gp/BRICKPLANET-18-04-2025-2.png"].d-none.d-lg-block {
visibility: hidden;
width: 200px;
height: 50px;
display: inline-block !important;
background-image: url("https://i.postimg.cc/6qyF71Gp/BRICKPLANET-18-04-2025-2.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
img[src="https://i.postimg.cc/15VLs2QW/B-18-04-2025.png"].nav-item {
visibility: hidden;
width: 34px;
height: 34px;
display: inline-block !important;
background-image: url("https://i.postimg.cc/15VLs2QW/B-18-04-2025.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
}