diff options
| author | sD <stoned@derpymail.org> | 2019-12-26 18:32:25 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-26 18:32:25 +0100 |
| commit | 2a07690d7a49fb6f1f21f3d13d8cd25eee170cd5 (patch) | |
| tree | 5ac7d7db1f85142958df5a4d6a22655ceb866ad8 /webAO/client.css | |
| parent | 6840bc478608079aeb2cdebfa858d14e44deda67 (diff) | |
| parent | 42c73f8fae6eb3b6dcc4666f543d39c156534757 (diff) | |
Merge branch 'master' into no_jquery
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 46 |
1 files changed, 39 insertions, 7 deletions
diff --git a/webAO/client.css b/webAO/client.css index 037bb0a..8b19f1b 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -157,10 +157,6 @@ img { width: 100%; } -.area_btn { - width: 20%; -} - #client_court { position: absolute; height: 100%; @@ -547,9 +543,8 @@ img { font-size: 1.5em; } -.location-box { +.area-button { border-style: solid; - background-color: #7B2900; min-width: 120px; margin: 5px; display: inline-block; @@ -558,8 +553,45 @@ img { border-color: white; border-width: 1px; cursor: pointer; + color: #000; } -.location-box:hover { +.area-button:hover { border-color: #FFD081; +} + +.area-default { + background-color: rgb(54,198,68); +} + +.area-idle { + background-color: rgb(54,198,68); +} + +.area-looking-for-players { + background-color: rgb(255,255,0); +} + +.area-casing { + background-color: rgb(255,166,0); +} + +.area-recess { + background-color: rgb(255,190,30); +} + +.area-rp { + background-color: rgb(200,52,252); +} + +.area-gaming { + background-color: rgb(55,255,255); +} + +.area-locked { + background-color: rgb(127,127,127); +} + +.area-spectatable { + background-color: rgb(54,198,68); }
\ No newline at end of file |
