Blaseball UI Tweaks, Modified off of BeeFox's Rletroball style.
Mlechtroball by zweihawke
Details
Authorzweihawke
LicenseNo License
Categorywww.blaseball.com
Created
Updated
Size1.6 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 Mlechtroball
@namespace beefox.xyz
@version 2.0.0
@author Beefox, Tweaks by ZweiHawke
@license ACSL
@preprocessor less
@var color ForegroundColor "Foreground Color" lime
@var color BackgroundColor "Background Color" green
@var range HueRotate "Image Hue" [50, 0, 360, 1, "deg"]
@var range Saturation "Image Saturation" [1500, 0, 10000, 1, "%"]
@var range Brightness "Image Brightness" [100, 0, 300, 1, "%"]
@var checkbox ScreenEnable "Enable Screen Door" 1
@var color ScreenDoor "Screen Door Color" rgba(0,26,16,1)
==/UserStyle== */
@-moz-document domain("blaseball.com") {
@font-face{
font-family: Nouveau IBM;
src: url(https://github.com/ZweiHawke/ZweiLibrary/blob/main/Nouveau_IBM.ttf);
}
*{
font-family: "Nouveau IBM", monospace !important;
border-radius: 0 !important;
font-weight: 0;
}
/* .playtab__cover-cta button, .playtab__cover-cta a, .playtab__election-button--primary, .playtab__election-button{
background-color: @ForegroundColor !important;
} */
.game-header__team, .game-header__team--away {
font-size: 0.95rem;
font-weight: 0;
}
a .navigation__link{
width: auto;
}
.navigation{
background-color: black !important;
}
.Post-Title{
font-size: 2rem;
}
.playtab__weather {
font-size: 1rem;
}
// .playtab__cover-cta-icon img, .playtab__cover-banner img, .decree__image,
.referendum__live-button{
padding-inline: 2ch;
}
}