6331da75ad17adee81268c5f9716cc4766353c19
[outofuni/intres.git] / css / intres.css
1
2 html {
3         height:100%;
4 }
5
6 body {
7         height:100%;
8         margin:0px;
9         font-family:Arial;
10         background-color:black;
11         color:white;
12 }
13
14 .stdpart {
15         margin:1%;
16         background-color:grey;
17         width:95%;
18 }
19
20 .stdhead {
21         margin:1%;
22         width:95%;
23 }
24
25 .stdbody {
26         margin:1%;
27         width:95%;
28 }
29
30
31 /* thermos */
32
33 .thermo {
34         width:99%;
35         margin-left:1%;
36         margin-bottom:1%;
37         background-color:#222;
38         float:left;
39 }
40
41 .thermoalias {
42         margin:1%;
43         width:30%;
44         float:left;
45 }
46
47 .thermoname {
48         margin:1%;
49         width:20%;
50         float:left;
51 }
52
53 .thermostate {
54         margin:1%;
55         width:10%;
56         float:left;
57 }
58
59 .thermoeco {
60         margin:1%;
61         width:10%;
62         float:left;
63 }
64
65 .thermocomfort {
66         margin:1%;
67         width:10%;
68         float:left;
69 }
70