diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-12-25 18:22:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-25 18:22:35 +0100 |
| commit | 55ea72b372051672ad2246ecb471f1bcaf04bb39 (patch) | |
| tree | d0e707c6d06a6754f1ab1947541332fa1208cadf /webAO/client.css | |
| parent | 96220bf48024cf2722b45366bb176d6c1879fe7e (diff) | |
| parent | 25bf92857171e5d81daba41676ad23ea00eb8369 (diff) | |
Merge pull request #38 from AttorneyOnline/arup
area updates
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 4199cf9..c22c0f9 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -144,10 +144,6 @@ img { width: 100%; } -.area_btn { - width: 20%; -} - #client_court { position: absolute; height: 100%; @@ -531,9 +527,8 @@ img { font-size: 1.5em; } -.location-box { +.area-button { border-style: solid; - background-color: #7B2900; min-width: 120px; margin: 5px; display: inline-block; @@ -542,8 +537,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 |
