Release diogenes-0.9.22
[diogenes.git] / styles / default_blue.css
1 /* insert your CSS customisations below */
2
3 #header {
4 margin: 1px;
5 padding: 3px;
6 border: 1px dotted #2050a0;
7 background-color: #edf8ff;
8 color: #2050a0;
9 }
10
11 #footer {
12 margin: 1px;
13 padding: 3px;
14 border: 1px dotted #2050a0;
15 background-color: #edf8ff;
16 }
17
18 body {
19 background-color: #60a5e0;
20 color: inherit;
21 }
22
23 .menu .item a {
24 background-color: #4080c0;
25 color: inherit;
26 }
27
28 .menu .item a.odd {
29 background-color: #4590d0;
30 color: inherit;
31 }
32
33 .menu .item a:hover {
34 background-color: #3050d0;
35 color: white;
36 }
37
38 .menu .item a.top {
39 background-color: #2050a0;
40 color: white;
41 }
42
43 /* table class 'light' */
44 table.light {
45 border-collapse: collapse;
46 background-color: #edf8ff;
47 border: 2px solid #2050a0;
48 color: black;
49 }
50
51 table.light tr.odd {
52 background-color: #90c0e0;
53 }
54
55 table.light th {
56 background-color: #2050a0;
57 color: white;
58 }
59
60 /* version */
61 .version {
62 font-size: 8pt;
63 }
64
65 .hidden {
66 /* display: none */;
67 color: #60a5e0;
68 font-size: 1pt;
69 }