Tries to bring back some of Blaseball's old look to Blaseball 1.0.
Retro Blaseball by clockworkgadget
Details
Authorclockworkgadget
LicenseNo License
Categoryblaseball.com
Created
Updated
Size2.5 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 blaseball.com - 1/10/2023, 2:26:39 PM
@namespace github.com/openstyles/stylus
@version 1.0.3
@description Tries to bring back some of Blaseball's old look to Blaseball 1.0.
@author clock
==/UserStyle== */
@-moz-document domain("blaseball.com") {
.ticker__message {
color: white;
font-weight: 700;
font-family: Open Sans, Courier New, monospace;
}
.ticker {
background-color: rgba(30, 30, 30, 0.64);
font-size: 14px;
height: 32px;
padding: 8px 0 0 0;
margin-top: 10px;
margin-bottom: 10px;
border: 0;
}
.navigation {
border: 0;
}
.user-header {
border: 0;
}
.bet-widget__list {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
body, .League-DivisionCard-TeamName, .League-DivisionCard-ListItem .WinLossValues, .bet-widget__odds, .bet-widget__record, .landing-title, .League-Name h3, .League-DivisionCard-Title, .playtab__cover-header__season, .playtab__cover-header__dates, .playtab__cover-header__title, .playtab__cover-cta-content .playtab__cover-cta-title, .playtab__cover-cta-content .playtab__cover-cta-description {
font-family: Lora, Helvetica Neue, sans serif;
}
.League-DivisionCard-Rank, .bet-widget__info, .navigation__block, .user-header__info {
font-family: Open Sans, Courier New, monospace;
font-weight: 700;
}
.navigation__link--active {
background-color: white;
color: black !important;
border-radius: 20px;
}
.navigation__link--active .navigation__icon path, .navigation__link--active .navigation__title path, .playtab__election-button--primary path {
color: black;
fill: black;
}
.navigation__link--active:hover {
color: black;
}
.navigation__link {
color: white;
width: 75%;
}
.playtab__cover-cta button, .playtab__cover-cta a, .playtab__election-button--primary, .playtab__election-button {
color: black !important;
background-color: white;
font-family: Open Sans, Courier New, monospace;
font-size: 14px;
font-weight: 700;
border: none;
border-radius: 20px;
}
.playtab__cover-cta button:hover, .playtab__cover-cta a:hover, .playtab__election-button:hover, .playtab__election-button--primary:hover {
border: none;
color: black !important;
}
}