fixed foreground color
[psensor.git] / www / style.css
1 body {
2     padding: 1em 1em 1em 1em;
3     font-family: "Ubuntu", sans-serif;
4     color: #000;
5     background-color: #fff;
6 }
7
8 a {
9     color: #1982D1;
10     font-style: normal;
11     text-decoration: none;
12 }
13
14 a:hover {
15     text-decoration: underline;
16 }
17
18 h1 {
19     text-transform: uppercase;
20 }
21
22 #footer {
23     padding-top: 2em;
24     color: #666;
25     clear: both;
26     text-align: right;
27     font-size: 75%;
28 }
29
30 p {
31     font-size: 12px;
32     line-height: 16px;
33     color: #333333;
34     margin-bottom: 8px;
35 }
36
37 table {
38         text-align: left;
39         width: 100%;
40         padding-left: 8px;
41         padding-right: 8px;
42 }
43
44 thead {
45     background-color: #aea79f;
46     font-size: 12px;
47     line-height: 16px;
48     color: #ffffff;
49     font-weight: bold;
50     padding-top: 4px;
51     padding-bottom: 4px;
52 }
53
54 tbody {
55     font-size: 12px;
56     line-height: 16px;
57     color: #333333;
58     padding-top: 4px;
59     padding-bottom: 4px;
60 }
61
62 th, td {
63     padding: 4px 4px 4px 4px;
64 }
65
66 .chart {
67     color: #000;
68 }