summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/play.css b/play.css
index 57459ea..5ad6c16 100644
--- a/play.css
+++ b/play.css
@@ -190,6 +190,41 @@ header.your_turn.austria { background-color: var(--color-light-austria); }
--color-reserve: #59594c;
}
+/* DEALS */
+
+dialog {
+ background-color: #f3ebd4;
+}
+
+dialog button {
+ margin-left: 8px;
+}
+
+#political_body table {
+ width: 100%;
+ background-color: var(--color-light-political);
+ border: 1px solid #0008;
+}
+
+#political_body div.deal {
+ margin: 16px 8px 8px 8px;
+}
+
+#political_body td {
+ border: 1px solid #0004;
+ padding: 4px;
+}
+
+#political_body td img {
+ display: block;
+ border: 1px solid black;
+}
+
+#political_body th {
+ font-weight: normal;
+ background-color: #0002;
+}
+
/* PANELS */
.panel {