Commit | Line | Data |
---|---|---|
6855525e JL |
1 | /* insert your CSS customisations below */ |
2 | ||
3 | body { | |
4 | background-color: #60a5e0; | |
5 | color: inherit; | |
6 | } | |
7 | ||
8 | .menu .item a { | |
9 | background-color: #4080c0; | |
10 | color: inherit; | |
11 | } | |
12 | ||
13 | .menu .item a.odd { | |
14 | background-color: #4590d0; | |
15 | color: inherit; | |
16 | } | |
17 | ||
18 | .menu .item a:hover { | |
19 | background-color: #3050d0; | |
20 | color: white; | |
21 | } | |
22 | ||
23 | .menu .item a.top { | |
24 | background-color: #2050a0; | |
25 | color: white; | |
26 | } | |
27 | ||
28 | /* table class 'light' */ | |
29 | table.light { | |
30 | border-collapse: collapse; | |
31 | background-color: #edf8ff; | |
32 | border: 2px solid #2050a0; | |
33 | color: black; | |
34 | } | |
35 | ||
36 | table.light tr.odd { | |
37 | background-color: #90c0e0; | |
38 | } | |
39 | ||
40 | table.light th { | |
41 | background-color: #2050a0; | |
42 | color: white; | |
43 | } |