From 71cd5aa94b2706a75f47d5d4c3ab2a5296cc6023 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 14 Jun 2015 23:21:04 +0100 Subject: moved the webapp pages in the webapp/ dir the procedure to install the webapp is described in the README file. Signed-off-by: Olivier Gayot --- webapp/cao-common.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 webapp/cao-common.css (limited to 'webapp/cao-common.css') diff --git a/webapp/cao-common.css b/webapp/cao-common.css new file mode 100644 index 0000000..c574b6d --- /dev/null +++ b/webapp/cao-common.css @@ -0,0 +1,32 @@ +body { + background-color: #222222; + color: #dddddd; +} + +td { + border: 1px white solid; +} + +#black_card { + display: none; +} + +#white_cards { + display: none; +} + +#played_cards { + display: none; +} + +#btn_join { + display: none; +} + +#btn_collect { + display: none; +} + +#btn_pick_black { + display: none; +} -- cgit v1.2.3