added psensor 1.2.1 news
[www.git] / www / psensor / screenshots / style.css
1 body {
2     background-color: #111;
3     font-family: Ubuntu,Arial,Verdana;
4     font-style: normal;
5     color: white;
6 }
7
8 .nav {
9     text-align:center;
10     color: #666;
11 }
12
13 a {
14     text-decoration: none;
15     color: white;
16 }
17
18 img {
19     border: 0;
20  }
21
22 .imgpreview {
23     margin-top: 8pt;
24     margin-left: 8pt;    
25
26     text-align:center;
27 }
28
29 ul {
30
31
32     list-style-type:none;
33     margin:0;
34     padding:0;
35 }
36
37 li {
38     display:inline;
39
40     background-color: #333;
41
42 }
43
44 div.geninfo {
45     font-size:8pt;
46     text-align: right;
47     color: #888;
48 }
49
50
51 td {
52     width: 128px;
53     height: 128px;
54     padding: 8px;
55 }