Skip to content

Blaseball in OpenSans by agentpony

Screenshot of Blaseball in OpenSans

Details

Authoragentpony

LicenseNo License

Categoryblaseball

Created

Updated

Size4.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

changes majority of the text in the new Blaseball.com site to Open Sans

Notes

derived from agent kit's Blaseball in OpenDyslexic/ Blaseball in Wingdings

change font that links back to the schedule from the election page

Source code

ing a Time /* ==UserStyle==
@name           Blaseball in OpenSans
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    i honest to god miss the old body site font of opensans so yeah, with a sprinkle of Lora in it for good measure
@author         Agent Pony
==/UserStyle== */

@-moz-document domain("blaseball.com")

/*derived from agent kit's blaseball in opendyslexic userstyle -AP*/
/*theoreticallly, everything, but it only mostly wokrs*/
{
	font-family: 'Open Sans', sans-serif;
}

/* most titles, labels, smaller headings */
.h1, .jumbo-h1, .playtab__cover-header__title {
    font-family: 'Open Sans', sans-serif;
}
.label-serif-large, .label-serif-medium, .h2, .election-modal__title, .submit-votes__total-tickets {
    font-family: 'Open Sans', sans-serif;
}
.h3, .p, .p-small, .label-sans-medium, .label-mono-medium, .label-mono-small, .takeover__message.takeover__being--7, .takeover__being--default .takeover__message {
    font-family: 'Lora', serif;
}
.span{
    font-family: 'Open Sans', sans-serif;
}

/*we are all love the ticker*/
.ticker__message{
    font-family: 'Open Sans', sans-serif;
}

/* methinks nav bar stuff? idk im praying this works -AP */
.user-header__choices__fav-team, .user-header__choices, .user-header__info, .navigation__title{
	font-family: 'Open Sans', sans-serif;
}

/* scores on the main watch live page*/
.game-header__score{
    font-family: 'Open Sans', sans-serif;
}
/*days on the watch live page*/
.schedule__day{
    font-family: 'Open Sans', sans-serif;
}

/* weather -AP */
.playtab__weather{
	font-family: 'Open Sans', sans-serif;
}

/* inning counter, boy im having a Time -AP */
.game-widget__inning{
    font-family: 'Open Sans', sans-serif;
}
/*bets payouts*/
.bet-widget__payout, .bet-widget__odds{
    font-family: 'Open Sans', sans-serif;
}
/*finished bets results thingy -AP*/
.bet-widget__data, .bet-widget__data--home{
	font-family: 'Open Sans', sans-serif;
} 
.bet-widget__record{
	font-family: 'Open Sans', sans-serif;
}

/*watch live button*/
.schedule__live {
    font-family: 'Open Sans', sans-serif;
}
/*one of these is hours on the betting page*/
.hour, .hour__marker, .hour__time, .hour__empty{
    font-family: 'Open Sans', sans-serif;
}
/*i think it's this one but i;m leaving the other in*/
.hour__marker--default .hour__time{
    font-family: 'Open Sans', sans-serif;
}
.hour__marker--default .hour__name{
    font-family: 'Open Sans', sans-serif;
}
.hour__marker--default .hour__empty{
    font-family: 'Open Sans', sans-serif;
}
.hour__empty span{
    font-family: 'Open Sans', sans-serif;
}

/*the main play page*/
.playtab{
    font-family: 'Open Sans', sans-serif;
}
/*season no and season  dates*/
.playtab__cover-header__dates,.playtab__cover-header__season{
    font-family: 'Open Sans', sans-serif;
}
/*games/blessings/decrees descriptions*/
.playtab__cover-cta, .playtab__cover-cta-title, .playtab__cover-cta-description{
    font-family: 'Open Sans', sans-serif;
}
/*watch live/view schedule buttons*/
.playtab__election-button, .playtab__election-button--primary{
    font-family: 'Open Sans', sans-serif;
}
/*team, players, logs*/
.game-header__team, .game-widget__player-name, .game-widget__log{
    font-family: 'Open Sans', sans-serif;
}

/*messages header*/
.PostFeed-Header-Title, .PostFeed-Header-Subtitle{
    font-family: 'Open Sans', sans-serif;
}
/*message titles*/
.Post-Title{
    font-family: 'Open Sans', sans-serif;
}

/*league page - but not the main title of this page. no clue what tag that is.*/
.League-DivisionCard-Title, .League-DivisionCard-TeamName, .League-DivisionCard-Rank{
    font-family: 'Open Sans', sans-serif;
}
/*theoretically it's this this, but. it's not working*/
.League-Name h3{
    font-family: 'Open Sans', sans-serif;
}

/*elections, decrees, blessings*/
.elections__header, .decree__name, .blessing__header{
    font-family: 'Open Sans', sans-serif;
}
/*purchase votes, choose*/
.elections__button{
    font-family: 'Open Sans', sans-serif;
}

Reviews

No reviews yet.