summaryrefslogtreecommitdiff
path: root/interactor/game.css
diff options
context:
space:
mode:
Diffstat (limited to 'interactor/game.css')
-rw-r--r--interactor/game.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/interactor/game.css b/interactor/game.css
new file mode 100644
index 0000000..bce55f8
--- /dev/null
+++ b/interactor/game.css
@@ -0,0 +1,28 @@
+#cvs {
+ border: 1px #473d32 solid;
+}
+
+.invisible {
+ display: none;
+}
+
+#serverlog > div {
+ font-family: monospace;
+}
+
+#movelog_container {
+ width: 500px;
+ height: 200px;
+ overflow-y: scroll;
+}
+
+#movelog {
+ border-collapse: collapse;
+ width: 100%;
+ table-layout: fixed;
+}
+
+#movelog td {
+ border: 1px #000000 solid;
+ width: 50%;
+}