aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
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