aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-21 21:30:24 +0100
committersD <stoned@derpymail.org>2019-12-21 21:30:24 +0100
commit3b80b4e1fa3de2d7d9591c0ccca5ce23c4afe93a (patch)
tree2f0608722706eceeefa18b083ec39d50f794eb7f /webAO/client.css
parentfe15f578472c6f9f3e6f40b9bffd685795727871 (diff)
add area indicators
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css30
1 files changed, 26 insertions, 4 deletions
diff --git a/webAO/client.css b/webAO/client.css
index 82199e2..0783922 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -508,19 +508,41 @@ img {
font-size: 1.5em;
}
-.location-box {
+.area-button {
border-style: solid;
- background-color: #7B2900;
min-width: 120px;
margin: 5px;
display: inline-block;
padding: 6px;
border-radius: 5px;
- border-color: white;
+ border-color: black;
border-width: 1px;
cursor: pointer;
}
-.location-box:hover {
+.area-button:hover {
border-color: #FFD081;
+}
+.area-default {
+ background-color: rgb(54,198,68);
+}
+
+.area-looking {
+ 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);
} \ No newline at end of file