diff --git a/public/buzzer.css b/public/buzzer.css index 8b67fb6..6ba0fe9 100644 --- a/public/buzzer.css +++ b/public/buzzer.css @@ -23,25 +23,32 @@ ul { margin: 0; padding: 0;*/ } -li.me::after { +.player.inactive { + color: grey; +} +.player.inactive::after { + content: " (gone)"; + font-style: italic; +} +.player.me::after { content: " — that's you!"; font-style: italic; } -li.buzzing { +.player.buzzing { color: red; font-weight: bold; font-size: 2em; list-style-type: none; } -li.buzzing.first::before { +.player.buzzing.first::before { content: "🥇 "; } -li.buzzing.too-late { +.player.buzzing.too-late { color: black; font-weight: bold; font-size: 1.2em; } -li.buzzing.too-late::before { +.player.buzzing.too-late::before { content: "🥈 "; } #info { diff --git a/public/buzzer.html b/public/buzzer.html index 476d51c..af6575f 100644 --- a/public/buzzer.html +++ b/public/buzzer.html @@ -15,7 +15,7 @@ placeholder="Please put your name here ..." />

All Players

-