style: switch to a lighter tables background
[web.git] / css / lede.css
1 html {
2 background: #aaa;
3 }
4
5 body.article {
6 max-width: 800px;
7 border: 1px solid #999;
8 border-width: 0 1px;
9 margin: auto;
10 padding: 10px;
11 background: #fff;
12 }
13
14 .image.left {
15 margin: 0 10px 0 0;
16 float: left;
17 }
18
19 h1 {
20 margin: 0.5em 0;
21 }
22
23 #footer-text {
24 float: none;
25 text-align: right;
26 padding: 0;
27 font-size: 0.8em;
28 color: #444;
29 }
30
31 #header {
32 background: url("/logo/logo_small.png") no-repeat scroll left top;
33 height: 60px;
34 line-height: 60px;
35 padding-left: 50px;
36 }
37
38 #header h1 {
39 border: none;
40 display: inline;
41 font-size: 1.4em;
42 margin: 0;
43 }
44
45 #preamble {
46 margin: 0;
47 }
48
49 .tableblock tr th {
50 background-color: #527bbd;
51 color: #fff;
52 }
53
54 .tableblock tr:nth-child(even) {
55 background-color: #CFE2FF;
56 }
57
58 .tableblock tr:nth-child(odd) {
59 background-color: #fff;
60 }
61
62 .menu ol {
63 padding: 0;
64 margin: 0 -10px;
65 border: 2px solid #527bbd;
66 border-width: 2px 0;
67 }
68
69 .menu ol li,
70 .menu ol li p {
71 padding: 0;
72 margin: 1px 1px 1px 1px;
73 }
74
75 .menu ol:after {
76 content: "";
77 display: block;
78 clear: both;
79 }
80
81 .menu ol li {
82 list-style: none;
83 float: left;
84 }
85
86 .menu ol li p a:link,
87 .menu ol li p a:visited {
88 color: #527bbd;
89 font-size: 1.1em;
90 text-decoration: none;
91 display: block;
92 padding: 2px 4px;
93 border-radius: 3px 3px 3px 3px;
94 }
95
96 .menu ol li p a:hover,
97 .menu ol li p a:active,
98 .menu ol li p a.active {
99 background-color: #527bbd;
100 color: #fff;
101 }