aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-12-25 18:22:35 +0100
committerGitHub <noreply@github.com>2019-12-25 18:22:35 +0100
commit55ea72b372051672ad2246ecb471f1bcaf04bb39 (patch)
treed0e707c6d06a6754f1ab1947541332fa1208cadf /webAO/client.css
parent96220bf48024cf2722b45366bb176d6c1879fe7e (diff)
parent25bf92857171e5d81daba41676ad23ea00eb8369 (diff)
Merge pull request #38 from AttorneyOnline/arup
area updates
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css46
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