summaryrefslogtreecommitdiff
path: root/assets/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/index.css')
-rw-r--r--assets/index.css32
1 files changed, 32 insertions, 0 deletions
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;