summaryrefslogtreecommitdiff
path: root/playoff.css
diff options
context:
space:
mode:
Diffstat (limited to 'playoff.css')
-rw-r--r--playoff.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/playoff.css b/playoff.css
new file mode 100644
index 0000000..30fd68b
--- /dev/null
+++ b/playoff.css
@@ -0,0 +1,16 @@
+tr.winner > td {
+ background: #dfd;
+}
+tr.loser > td {
+ background: #fee;
+}
+
+.team-predicted-label {
+ opacity: 0.3
+}
+
+@media print {
+ span#logo, p.swiss_links, table.leaderboard, table.caption_table, body>p.f {
+ display: none;
+ }
+}