summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-06-04 05:57:04 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-06-04 05:57:04 +0100
commitbce4fed55e552c870a82ec9ac3a415eda4ce231e (patch)
tree683ad5b3c969c20eeafafac3ac999465877a3282 /style.css
parent0cae8115a93589e37943590db45967beec841a07 (diff)
added the first version of the GUI
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'style.css')
-rw-r--r--style.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..c6ecbe6
--- /dev/null
+++ b/style.css
@@ -0,0 +1,28 @@
+body {
+ background-color: #222222;
+ color: #dddddd;
+}
+
+td {
+ border: 1px white solid;
+}
+
+#black_card {
+ display: none;
+}
+
+#white_cards {
+ display: none;
+}
+
+#btn_join {
+ display: none;
+}
+
+#btn_collect {
+ display: none;
+}
+
+#btn_pick_black {
+ display: none;
+}