Changes the background
Protectorate Background by thomwalks
Details
Authorthomwalks
LicenseNo License
Categoryroblox
Created
Updated
Size801 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Protectorate Background
@namespace USO Archive
@author Thomas
@description Changes the background to a Terrene Protectorate One. Again, fits my shirt only.
@version 20190504.21.42
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("roblox.com") {
body
{
background: transparent !important;
}
.content
{
background: rgba(0, 0, 0, .05) !important;
}
#fb-root
{
width: 100% !important;
height: 100% !important;
position: fixed !important;
background-image: url("https://i.imgur.com/zZW8u9p.png") !important; /*Change The URL To Your Background!*/
background-size: cover !important;
background-attachment: fixed !important;
}
}