Makes much of the text on the new blaseball website larger and easier to read, mostly on the live games page.
blaseball but some of the text is larger by twotwos
Details
Authortwotwos
Licensefollow your heart
Categoryblaseball.com
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
May break if the website changes, but that's Blaseball for you.
Source code
/* ==UserStyle==
@name blaseball but some of the text is larger
@namespace github.com/openstyles/stylus
@version 0.2.2.2
@description Makes much of the text on the new blaseball website larger and easier to read, mostly on the live games page. Likely fragile.
@author @twotwos#5985
==/UserStyle== */
@-moz-document domain("blaseball.com") {
.ticker__message {
color: #C2C9E5;
font-size: 1.5rem; /*flicker-less ticker!*/
font-weight: bolder;
}
.navigation__link {
color: #C2C9E5; /*improve contrast on these links, sorta*/
}
/*coins and team in sidebar*/
.user-header__info__resource {
font-size: 1rem;
}
.user-header__choices {
font-size: 1rem;
}
/*live games*/
.game-widget__log, .game-widget__player, .game-widget__player-name, .game-widget__position{
font-size:1rem;
line-height:1.1;
}
.game-header__team{
font-size:1.1rem;
}
.playtab__weather{
font-size:1rem;
}
.playtab__weather__label{
margin-right:1rem;
}
.playtab__gamelist {
/*make game boxes wider*/
grid-template-columns: repeat(auto-fill,minmax(var(--auto-grid-min-size),26rem));
}
.game-widget {
width: 411px; /*in conjunction with previous*/
}
.playtab__weather {
line-height: 100%;
margin-bottom: 0.6rem;
}
.game-widget__atbat__row {
display:flex;
margin-bottom: 0.5rem;
}
.game-widget__inning{
font-size:1rem;
}
}