Skip to content

Protectorate Background by thomwalks

Screenshot of Protectorate Background

Details

Authorthomwalks

LicenseNo License

Categoryroblox

Created

Updated

Size801 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the background

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;
  }
}

Reviews

No reviews yet.