summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/play.css b/play.css
index a3c3606..9171d3d 100644
--- a/play.css
+++ b/play.css
@@ -219,6 +219,16 @@ header.your_turn { background-color: orange; }
left: 16px;
}
+.demInflValue_10 {
+ position: absolute;
+ box-sizing: border-box;
+ font-family: 'Open Sans';
+ font-size: 20px;
+ font-weight: bold;
+ top: 10px;
+ left: 10px;
+}
+
.comInflValue {
position: absolute;
box-sizing: border-box;
@@ -229,6 +239,16 @@ header.your_turn { background-color: orange; }
left: 74px;
}
+.comInflValue_10 {
+ position: absolute;
+ box-sizing: border-box;
+ font-family: 'Open Sans';
+ font-size: 20px;
+ font-weight: bold;
+ top: 12px;
+ left: 68px;
+}
+
.comInflValue.controlled, .held {
color: whitesmoke;
text-shadow:
@@ -247,6 +267,24 @@ header.your_turn { background-color: orange; }
-1px -1px 0 #ffffff; /* Left top */
}
+.comInflValue_10.controlled, .held {
+ color: whitesmoke;
+ text-shadow:
+ 1px 1px 0 #c2272d, /* Right bottom */
+ -1px 1px 0 #c2272d, /* Left bottom */
+ 1px -1px 0 #c2272d, /* Right top */
+ -1px -1px 0 #c2272d; /* Left top */
+}
+
+.comInflValue_10.uncontrolled {
+ color: #c2272d;
+ text-shadow:
+ 1px 1px 0 #ffffff, /* Right bottom */
+ -1px 1px 0 #ffffff, /* Left bottom */
+ 1px -1px 0 #ffffff, /* Right top */
+ -1px -1px 0 #ffffff; /* Left top */
+}
+
/* GAME MARKERS */