A aesthetic theme.
Roblox Aesthetic Theme by CaiqueONZZ
Details
AuthorCaiqueONZZ
LicenseMIT License
Categorywww.roblox.com/
Created
Updated
Size1.4 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 Roblox Aesthetic Theme
@version 20240208.19.30
@namespace www.roblox.com/*
@description A aesthetic theme.
@author CaiqueONzx
@license MIT License
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com/home") {
@namespace url(https://www.roblox.com/);
/* Buttons */
.button {
background-color: #3498db !important; /* Aesthetic Blue */
color: #fff !important;
}
.button:hover {
background-color: #e67e22 !important; /* Aesthetic Orange on hover */
}
/* Background */
body {
background: linear-gradient(to right, #e67e22, #3498db); /* Aesthetic Orange and Blue */
}
/* Other elements */
/* Header, Navigation, Footer */
#header,
#navigation,
#footer {
background-color: #e67e22 !important; /* Aesthetic Orange */
}
/* Main content */
#container {
background-color: #e67e22 !important; /* Aesthetic Orange */
}
/* Text */
.text {
color: #e67e22 !important; /* Aesthetic Orange */
}
/* Links */
a {
color: #e67e22 !important; /* Aesthetic Orange */
}
/* Input fields */
input[type="text"],
input[type="password"] {
background-color: #e67e22 !important; /* Aesthetic Orange */
border: 1px solid #e67e22 !important;
}
/* Dropdown menus */
.selectbox {
background-color: #e67e22 !important; /* Aesthetic Orange */
border: 1px solid #e67e22 !important;
}
/* Fonts */
* {
font-family: Arial, sans-serif !important;
}
}