Yeah, the title explains it.
Roblox Dark Topbar by somerandomtwopeople

Details
Authorsomerandomtwopeople
LicenseNo License
CategoryRoblox
Created
Updated
Code size1.1 kB
Code checksum7b606b70
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 Dark Topbar
@namespace idk
@author ClassicRobloxStuff
@description Yeah, the title explains it.
@version 20181027.13.09
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("roblox.com")
{
.content
{
background-image: url(https://wallpapercave.com/wp/rwlW8LL.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.container-fluid
{
background-color: #000000;
}
#MasterContainer
{
background-image: url(https://wallpapercave.com/wp/rwlW8LL.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
#Body
{
width: 970px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
#MessagesAdSkyscraper
{
padding-top: 0px;
}
.container-main
{
background-image: url(https://t6.rbxcdn.com/b270ee4cb66860c1546a58560c002817);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
}