summaryrefslogtreecommitdiff
path: root/playoff.css
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-02-23 15:51:31 +0100
committeremkael <emkael@tlen.pl>2019-02-23 15:51:31 +0100
commit0bf3209ac695379ad0e3ebc3f52a19b226fa73ba (patch)
treed79af80dd52a5bca53d102479e883065af22487a /playoff.css
parent879d6c638d37bff77c116aa2d88b91a4f3985fea (diff)
External CSS + hiding everything apart from the bracket for print styles
Fixes #31
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;
+ }
+}