59be9aa3e3a37404eca139f86faa45b8d55b89db
[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 .thermoalias {
34         margin:1%;
35         width:30%;
36         float:left;
37 }
38
39 .thermoname {
40         margin:1%;
41         width:20%;
42         float:left;
43 }
44
45 .thermostate {
46         margin:1%;
47         width:10%;
48         float:left;
49 }
50
51 .thermoeco {
52         margin:1%;
53         width:10%;
54         float:left;
55 }
56
57 .thermocomfort {
58         margin:1%;
59         width:10%;
60         float:left;
61 }
62