From bce4fed55e552c870a82ec9ac3a415eda4ce231e Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 4 Jun 2015 05:57:04 +0100 Subject: added the first version of the GUI Signed-off-by: Olivier Gayot --- style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} -- cgit v1.2.3