-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.css
More file actions
58 lines (54 loc) · 873 Bytes
/
data.css
File metadata and controls
58 lines (54 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body {
margin: 0;
}
.telemetry-holder {
width: 100vw;
height: 50vh;
font-size: 0;
}
.camera {
width: 33.3333vw;
height: 50vh;
display: inline-block;
font-size: 16px;
position: absolute;
}
.camera > span {
font-size: 2em;
font-family: "Courier New";
}
#camera-1 {
background-color: #CCFFFF;
}
#camera-2 {
background-color: #CCFFDD;
margin-left: 33.3333vw;
}
#thermal-1 {
background-color: #FFFFEE;
margin-left: 66.6666vw;
}
.data {
width: 25vw;
height: 50vh;
display: inline-block;
position: absolute;
}
#drive {
background-color: #A79AFF;
}
#arm {
background-color: #85E3FF;
margin-left: 25vw;
}
#orientation {
background-color: #E7FFAC;
margin-left: 50vw;
}
#temperatures {
background-color: #FFABAB;
margin-left: 75vw;
}
#temp-graph {
margin-top: 10vh;
}