It looks something like Roblox in 2008...
Brick Hill - 2008 ROBLOX by adagiogio
Details
Authoradagiogio
LicenseNo License
Categorybrick-hill
Created
Updated
Size3.3 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 Brick Hill - 2008 ROBLOX
@version 20220702.16.10
@namespace userstyles.world/user/adagiogio
@description It looks something like Roblox in 2008...
@author adagiogio
@license No License
==/UserStyle== */
@-moz-document domain("brick-hill.com") {
nav div.primary {
background-color:#6e99c9 !important;
}
nav .info {
background-color:#fff !important;
}
.red-text {
color:#ff0000 !important;
}
body {
background-color: #fff !important;
font-family:cursive !important;
}
nav .info a {
color:black !important;
}
.img-white {
filter: brightness(1) invert(0) !important;
}
.card .top:not(.absolute) {
color:#fff !important;
background-color:#4455aa !important;
border-color:#4455aa !important;
}
.dropdown-content li * {
background-color:#f00
}
.card .content {
background-color:#def !important;
border:groove !important;
}
.darkest-gray-text {
color: blue !important;
}
.dark-gray-text {
color: blue !important;
}
button:not(.plain):not([disabled]).blue, .button:not(.plain):not([disabled]).blue {
color: #000 !important;
background-color: #e9e9e9 !important;
border-color: #000000 !important;
}
.input-group .input-button {
color: #000000 !important;
}
input, textarea {
border:dashed !important;
}
.alert
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: 700;
padding: 2px;
border-radius: unset;
border: 1px solid white;
outline: 1px solid black;
background-image: url(https://i.imgur.com/isJTL9b.png);
background-repeat: no-repeat;
background-position: left;
}
.primary ul li:nth-of-type(2) a:after {
font-size: 18px;
content: "Catalog";
}
.primary ul li:nth-of-type(2) a {
font-size: 0.1px;
}
.primary ul li:nth-of-type(3) a {
font-size: 0.1px;
}
.primary ul li:nth-of-type(3) a:after {
font-size: 18px;
content: "Groups";
}
.primary ul li:nth-of-type(6) a {
font-size: 0.1px;
}
.primary ul li:nth-of-type(6) a:after {
font-size: 18px;
content: "Builder's Club";
}
.primary ul li:after
{
content: "|";
}
.primary ul li:last-child:after
{
content: none;
}
.secondary ul li:after
{
content: "|";
}
.secondary ul li:last-child:after
{
content: none;
}
.secondary ul li:nth-of-type(3) a {
font-size: 0.1px;
}
.secondary ul li:nth-of-type(3) a:after
{
font-size: 14px;
content: "Character";
}
.primary ul li:nth-of-type(1) a:after {
font-size: 18px;
content: "Games";
}
.primary ul li:nth-of-type(1) a {
font-size: 0.1px;
}
.primary ul li:nth-of-type(4) a:after {
font-size: 18px;
content: "People";
}
.primary ul li:nth-of-type(4) a {
font-size: 0.1px;
}
nav div.secondary ul li a
{
padding: 5.5px 5px;
font-size: 13.5px;
}
.user-desc
{
color: black;
font-weight: normal;
font-size: 14.5px !important;
}
.read-more-desc
{
background-color: rgba(0, 0, 0, 0) !important;
}
.toggle-user-desc:not(.open):after
{
background-color: transparent;
content: "...";
}
nav div.primary ul li a:hover, nav div.secondary ul li a:hover
{
border-bottom: none;
}
}