summaryrefslogtreecommitdiff
path: root/static/pool.css
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-06-07 17:11:08 +0200
committerPatrick Simianer <p@simianer.de>2016-06-07 17:11:08 +0200
commit83db5f918da692f13bd0fd886caf5374337e1d00 (patch)
treee3907077889037e31221c072d793f40558447187 /static/pool.css
parent2380944390691789dfaea133cd76f3c921820272 (diff)
pool
Diffstat (limited to 'static/pool.css')
-rw-r--r--static/pool.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/pool.css b/static/pool.css
new file mode 100644
index 0000000..98fde49
--- /dev/null
+++ b/static/pool.css
@@ -0,0 +1,14 @@
+body { background: #fff; color: #fff}
+
+td {
+ background:#eee;
+ color: #000;
+ padding: 2em;
+ font-weight: bold;
+ font-size: 1.2em;
+ text-align:center;
+}
+
+td:hover {
+ background: #fff
+}