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