A custom cleaner look to roblox
Roblox Custom Looks by SPUDYBRO
Details
AuthorSPUDYBRO
LicenseCool guy
Categorywww.roblox.com
Created
Updated
Size3.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You probably need ropro and btroblox ontop of this. although i never tested it
Source code
/* ==UserStyle==
@name Roblox Custom Looks
@version 20241112.03.52
@namespace https://userstyles.world/user/SPUDYBRO
@description A custom cleaner look to roblox
@author SPUDYBRO
@license Cool guy
==/UserStyle== */
@-moz-document domain("www.roblox.com") {
#navigation {
background-color: rgba(25, 27, 29, 0.6);
}
#header {
background-color: rgba(25, 27, 29, 0.6);
border: none;
}
#footer-container {
display: None;
}
body {
margin: 0px;
}
#container-main {
margin: 0px;
}
.content {
margin-top: 40px;
}
/* Nav side bar button visibility */
.rbx-left-col .rbx-scrollbar .rbx-upgrade-now {
display: none !important;
}
.btr-nav-node-sidebar_giftcards {
display: none !important;
}
#nav-shop {
display: none !important;
}
#nav-blog {
display: none !important;
}
#nav-premium {
display: none !important;
}
#nav-inventory {
display: none !important;
}
#nav-group {
display: none !important;
}
#nav-money {
display: none !important;
}
#nav-trade {
display: none !important;
}
#nav-message {
display: none !important;
}
#chat-main {
display: none !important;
}
/* Hides error alert */
.alert {
display: none;
}
#btr-blogfeed {
display: none;
}
/*
#navigation {
display: none;
}
.content {
margin: 5% 5% 0% 5% !important;
}
*/
body::-webkit-scrollbar {
background-color: rgb(2, 2, 4) !important;
}
body::-webkit-scrollbar-thumb {
background-color: #5e7588;
border-radius: 15px;
border: 4px solid transparent;
background-clip: padding-box;
}
body {
background-size: contain;
}
}
@-moz-document url-prefix("https://www.roblox.com/games/") {
.content {
max-width: 1300px !important;
}
.page-content {
max-width: 1200px !important;
}
.game-details-play-button-container {
flex-direction: row !important;
}
.badge-row {
background-color: rgb(52, 58, 51) !important;
}
.btr-notowned {
background-color: rgb(52, 37, 39) !important;
}
.game-description, .game-name, #game-age-recommendation-container {
text-align: center;
}
.game-creator {
justify-content: center;
}
.section-content {
border-radius: 15px;
}
.game-description-container {
display: flex;
flex-direction: column;
align-items: center;
}
.game-stat-container {
width: 100%
}
.game-about-tab-container > div > h2 {
text-align: center;
}
.game-social-links {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.game-favorite-button-container {
width: 55px !important;
}
.game-follow-button-container {
width: 55px !important;
}
.favorite-follow-vote-share {
display: flex;
flex-direction: row;
justify-content: flex-end;
flex-wrap: wrap;
}
.content {
margin: 3% auto 0px auto !important;
}
.container-header{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
iframe[width="342"] {
margin-top: 3% !important;
position: absolute;
left: -21px;
height: 50vh;
}
}
@-moz-document url-prefix("https://www.roblox.com/users/") {
.content {
margin: 3% auto 0px auto !important;
}
}
@-moz-document url-prefix("https://www.roblox.com/themes") {
.content {
margin: 3% auto 0px auto !important;
}
.container-main {
min-height: max-content !important;
}
#roproThemeContainer, #roproVideoThemeContainer {
margin: 0px !important;
}
#backdropBlurSection {
margin-left: 3% !important;
}
}