summaryrefslogtreecommitdiff
path: root/playoff.css
blob: b5daaa731175e8f924483a0c0a00a927e78970ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tr.winner > td {
	background: #dfd;
}
tr.loser > td {
	background: #fee;
}

.team-predicted-label {
    opacity: 0.3
}

.playoff_matchbox.faded {
    opacity: 0.3;
}

@media print {
    span#logo, p.swiss_links, table.leaderboard, table.caption_table, body>p.f {
        display: none;
    }
}