summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/play.css b/play.css
index 19731a1..d6aac5a 100644
--- a/play.css
+++ b/play.css
@@ -147,6 +147,26 @@ header.your_turn { background-color: orange; }
visibility: hidden;
}
+.border {
+ position: absolute;
+ width: 24px;
+ height: 24px;
+ border-radius: 50%;
+ text-align: center;
+ line-height: 24px;
+ font-size: 16px;
+ font-weight: bold;
+ color: #000c;
+ background-color: #535a26;
+}
+
+.border.sea { background-color: #ecb30c; }
+.border.major { background-color: #cbc183; }
+.border.minor { background-color: #946127; }
+.border.river { background-color: #91a1a9; }
+.border.Lancaster { background-color: brown; color: #fed; }
+.border.York { background-color: #fdfefc; color: #ae2e24; }
+
/* BLOCKS */
body.shift .block.known:hover {