This is a republish of a style that I was still using while it was removed.
Night Sky Roblox Theme Republish by yazinyan
Details
Authoryazinyan
LicenseNo License
Categoryroblox
Created
Updated
Size3.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Apologies for the preview image not looking like the actual style, that is due to not having an actual picture.
Source code
/* ==UserStyle==
@name Night Sky Roblox Theme
@namespace USO Archive
@author elixeria
@description `Due to the complaints about the ad blocker, it has been removed.`
@version 20180403.22.22
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("roblox.com")
{
#header
{
background-color: #18196F;
}
.navigation .notification-icon,
.rbx-highlight
{
background: #18196F;
}
#chat-header
{
background: #18196F;
}
.slide-item-container-left,
.profile-avatar-right
{
background: #18196F;
}
.rbx-tabs-horizontal .rbx-tab.active .rbx-tab-heading,
.rbx-tabs-horizontal .rbx-tab-heading:hover,
.rbx-tabs-horizontal .rbx-tab-heading:focus,
.rbx-tabs-horizontal .rbx-tab-heading:active
{
box-shadow: 0 -4px 0 .6 #18196F inset;
/* Yea idk what this is for*/
;
}
.forum-table-header,
body .forum-table-header th,
body .forum-table-footer,
#ctl00_cphRoblox_Message1_ctl00_CenterColumn > table > tbody > tr:nth-child(1) > th,
#ctl00_cphRoblox_CenterColumn > table > tbody > tr:nth-child(1) > th
{
background: #18196F !important;
}
.rbx-upgrade-now #upgrade-now-button,
.rbx-btn-secondary-xs.btn-more,
#AjaxCommentsContainer > div > div.comment-form > form > button,
.rbx-vip-server-create,
.btn-secondary-xs
{
background-color: #18196F !important;
border-color: #18196F;
}
.rbx-upgrade-now #upgrade-now-button:hover,
.rbx-btn-secondary-xs.btn-more:hover,
#AjaxCommentsContainer > div > div.comment-form > form > button:hover,
.rbx-vip-server-create:hover,
.btn-secondary-xs:hover
{
background: #18196F !important;
border-color: #18196F;
}
#navbar-search-input,
#navbar-search-btn
{
border: 1px solid #18196F;
}
body
{
background: transparent !important;
}
.content
{
background: transparent !important;
}
#fb-root
{
width: 100% !important;
height: 100% !important;
position: fixed !important;
background-image: url("https://cdn.discordapp.com/attachments/357979927343005698/397538003079397376/unknown.png") !important;
background-size: cover !important;
background-attachment: fixed !important;
}
#party_none_title,
div.friend_dock_chatbox_titlebar.chat-header-blink-off
{
background: linear-gradient(to bottom, #18196F, #18196F);
}
#ctl00_cphRoblox_RightColumn,
#Body > table > tbody > tr > td:nth-child(3),
#Body > table > tbody > tr > td:nth-child(4)
{
display: none;
}
#GamesPageLeftColumn
{
width: auto;
margin-right: 10px !important;
margin-left: 10px !important;
}
#GamesListsContainer > div
{
background-color: transparent !important;
width: 100% !important;
}
#navigation
{
background-color: rgba(36, 26, 97, 0.8);
}
.rbx-btn-primary-lg
{
background-color: rgba(36, 26, 97, 0.5);
}
.rbx-btn-primary-lg:hover, .rbx-btn-primary-lg:focus
{
background-color: rgba(36, 26, 97, 0.5);
}
}