move plugin skeletons to include/Plugin/Skel
[diogenes.git] / style.css
CommitLineData
6855525e
JL
1/* insert your CSS customisations below */
2
3body {
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' */
29table.light {
30 border-collapse: collapse;
31 background-color: #edf8ff;
32 border: 2px solid #2050a0;
33 color: black;
34}
35
36table.light tr.odd {
37 background-color: #90c0e0;
38}
39
40table.light th {
41 background-color: #2050a0;
42 color: white;
43}