really quick light mode for blaseball
Blaseball Light Mode, Sort Of by faeiri
Details
Authorfaeiri
LicenseNo License
Categoryblaseball.com
Created
Updated
Size4.2 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 Light Mode, Sort Of
@version 20230125.23.00
@namespace userstyles.world/user/faeiri
@description really quick light mode for blaseball
@author faeiri
@license No License
==/UserStyle== */
@-moz-document domain("blaseball.com") {
/*
name: Blaseball Light Mode, Sort Of
who: denne/faeiri#2364
what: [BETA] light mode until the official light mode is added.
To use, install Stylus:
Firefox: https://addons.mozilla.org/en-US/firefox/addon/styl-us/
Chrome: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en
Then open blaseball.com, click the Stylus extension, click "Write style for: blaseball.com", and copy-paste this stuff in there.
If things become illegible (entity messages probably...), you can click the Stylus extension and then click "Turn all styles off."
(Note: there was some text I couldn't figure out, including the Pitching/Batting team colors. If anyone figures that out please let me know. Thank you!)
*/
.League__button {
color: #000000;
}
.pinventory__header-email-text{
color: #000000;
}
.pinventory__header-sub-text-white{
color: #000000;
}
.theme-dark {
background-color: #f5f4f2;
color: #000;
}
.ticker {
background: #f5f4f2;
border-bottom: 1px solid #828799;
}
.ticker-message {
color: #000;
}
.navigation__link--active {
color: #000;
}
a:hover {
color: #373737;
}
.playtab__election-button--primary {
color: #0a0b0d;
}
.playtab__cover-cta button {
color: #000;
}
.Post-Title {
color: #000;
}
.PostUser-Username-OriginalPost {
color: #000;
}
.Post-ActionBar-Mod {
color: #000;
}
.schedule {
background-color: #f5f4f2;
color: #000;
}
.schedule__live--selected {
border: 2px solid #000;
}
.schedule__day--active {
border: 3px solid #828799;
color: #060504;
}
.shared__glass-container {
border: 1px solid hsla(0,0%,0%,.3);
}
.playtab__weather {
color: #000;
}
.playtab__weather__label {
color: #272727;
}
.game-header__odds {
color: #272727;
}
.game-widget_position {
color: #272727;
}
.game-widget__count-label {
color: #272727;
}
.game-widget__inning {
color: #000;
}
.game-widget__circle {
border: 1px solid #000;
}
.game-widget__circle--filled {
background: #000;
}
.game-widget__field {
background: #0a0b0d;
border-radius: 16px;
}
.game-widget__log {
color: #0d0a00;
}
.playtab__weather__label {
color: #828799;
}
.StatTableRowLayout {
color: #060504;
}
.schedule__day--selected--active {
color: #060504;
border: 2px solid #060504;
}
.hour__marker--default .hour__time {
color: #060504;
}
.bet-widget__odds, .bet-widget__record {
color: #060504;
}
.bet-widget__info, .bet-widget__info--finished {
color: var(--team-background);
}
.bet-widget__payout {
background: var(--team-primary);
}
.bet-widget__wager-button--input {
color: #0d0a00;
}
.modal__background {
background: rgba(20,22,26,.1);
}
.election-modal {
border: 1px solid hsla(0,0%,0%,.3);
}
.election-modal__title {
color: #0d0a00;
}
.purchase-votes__box {
border: 1px solid hsla(0,0%,0%,.3);
color: #0d0a00;
}
.purchase-votes__input-label {
color: #0d0a00;
}
.purchase-votes__amount-button {
color: #000;
}
.election-modal__submit-button {
color: #000;
}
.elections__header {
color: #030200;
}
.submit-votes__totals {
text-shadow: none;
}
.submit-votes__input, .submit-votes__vote-value {
color: #646770;
}
.blessing__header--small {
color: #646770;
}
.submit-votes__description--decree {
text-shadow: none;
}
.submit-votes__vote-bar--decree {
color: #14161a;
background-color: #f5f4f2;
}
.decree__button {
background: #6e6e6e;
}
.account__miniheader, .account__title {
color: #060504;
}
.account__tabs__link.active {
color: #060504 !important;
}
.account__content__section {
color: #646770;
}
.navigation__icon {
background: #0a0b0d;
border-radius: 8px;
}
.playtab__cover-cta-icon {
background: #0a0b0d;
}
}