Jon West | 197faff | 2019-05-02 18:27:18 -0400 | [diff] [blame] | 1 | #wrap_a { |
2 | max-width: 800px; | ||||
3 | margin: 0 auto; | ||||
4 | } | ||||
5 | |||||
6 | #output_a { | ||||
7 | margin: 2em 1em; | ||||
8 | text-align: left; | ||||
9 | /* font-family: monospace; */ | ||||
10 | font-size: 1.1em; | ||||
11 | line-height: 1.5; | ||||
12 | color: #fc9; | ||||
13 | } | ||||
14 | #output_a .title { | ||||
15 | color: white; | ||||
16 | text-align: center; | ||||
17 | } | ||||
18 | #output_a ul { | ||||
19 | color: white; | ||||
20 | } | ||||
21 | #output_a ul li { | ||||
22 | margin: 1em; | ||||
23 | } | ||||
24 | #output_a ul a { | ||||
25 | color: lightblue; | ||||
26 | text-decoration: none; | ||||
27 | } | ||||
28 | #output_a ul a.win { | ||||
29 | color: limegreen; | ||||
30 | } | ||||
31 | #output_a ul a.lose { | ||||
32 | color: red; | ||||
33 | } | ||||
34 | #output_a ul a:hover { | ||||
35 | color: white; | ||||
36 | } | ||||
37 | #output_a .inv { | ||||
38 | color: #ca9; | ||||
39 | font-size: 0.8em; | ||||
40 | padding-top: 2em; | ||||
41 | } |