From 0227331ff38716076ea0e6b2bdd6ec76b178b5e6 Mon Sep 17 00:00:00 2001 From: LawnCable Date: Tue, 26 Jun 2018 01:28:31 +0200 Subject: Online Count Visuals --- assets/index.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'assets') diff --git a/assets/index.css b/assets/index.css index 07ef7e5..ce41722 100644 --- a/assets/index.css +++ b/assets/index.css @@ -157,6 +157,38 @@ html, body { .sidebarItem.selected > .title > div { background: linear-gradient(to right,rgba(0,0,0,0),hsla(215, 15%, 28%, 1) 25pt); } +.onlineCounter { + font-family: SourceSansPro; + position: absolute; + margin-top: 5.25pt; + padding: 2pt 4pt; + right: 130pt; + z-index: 30; + background-color: rgba(0,0,0,0.7); + border-radius: 2pt; + color:white; + cursor:default; +} + +.onlineCounter > .playerList { + font-size: 11pt; +} +.onlineCounter > .playerList > .playerItem { + display: block; +} +.onlineCounter > .playerList > .playerItem > svg { + color:lightgrey; + margin-right: 0; +} +.onlineCounter > .playerList > .morePlayers { + font-size: 10pt; + cursor: help; +} + +.onlineCounter > svg { + color:lime; + margin-right: 3pt; +} .sidebarItem.selected > .title { cursor: default; -- cgit v1.2.3-70-g09d2