]>
Commit | Line | Data |
---|---|---|
1 | html, body{ | |
2 | background-color: black; | |
3 | color: white; | |
4 | } | |
5 | ||
6 | table, tr, td, th{ | |
7 | border-collapse: collapse; | |
8 | text-align: center; | |
9 | border: thin dotted white; | |
10 | padding: 0.1em; | |
11 | } | |
12 | ||
13 | table{ | |
14 | width: 98%; | |
15 | margin: 1% | |
16 | } | |
17 | ||
18 | a:link, a:visited{ | |
19 | color: white; | |
20 | } | |
21 | ||
22 | tbody > tr:nth-child(odd){ | |
23 | background-color: #222; | |
24 | } | |
25 | ||
26 | #player { | |
27 | text-align: center; | |
28 | } |