Make player ELO Scores in the player board smaller
BoardGameArena Small ELO Score - HighProgrammer by alandesmet
Imported and mirrored from https://alandesmet.gitlab.io/alan-usercss/boardgamearena-small-elo.user.css
Details
Authoralandesmet
LicenseGPL-2.0-or-later
Categoryboardgamearena
Created
Updated
Size882 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name BoardGameArena Small ELO Score - HighProgrammer
@namespace gitlab.com/AlanDeSmet/alan-usercss
@version 1.0.0
@description Make player ELO Scores in the player board smaller
@author Alan De Smet
@homepageURL https://alandesmet.gitlab.io/alan-usercss/
@supportURL https://gitlab.com/AlanDeSmet/alan-usercss/issues
@license GPL-2.0-or-later
==/UserStyle== */
@-moz-document domain("boardgamearena.com") {
span.player_elo_wrap {
font-size: 60%;
max-height:10px;
}
span.player_elo_wrap span.icon20_rankw {
height: 10px;
/*xwidth: 10px;*/
width: 20px;
background-size: 50%;
background-position: 0px -1040px;
background-repeat: no-repeat;
}
span.player_elo_wrap div.gamerank {
height:10px;
}
}