forked from geekbeard/Raspberry-Pi-Heartbeat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·70 lines (55 loc) · 922 Bytes
/
Copy pathstyle.css
File metadata and controls
executable file
·70 lines (55 loc) · 922 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
59
60
61
62
63
64
65
66
67
68
69
70
@charset "utf-8";
/* CSS Document */
/*
<div id="temp">
<div id="chart_nowmeter"></div>
<div id="chart_cpunowmeter"></div>
<div id="traffic">
<div id="traffic_graph"></div>
<div style="clear:both"></div>
<div id="traffic_div"></div>
</div>
</div>
<div id="chart_temphistory"></div>
<div id="chart_cpuhistory"></div>
*/
#gencontainer {
width: 900px;
margin: 0 auto;
}
#topmenu {
}
#temp {
width=100%;
overflow:hidden;
display:inline-block;
}
#chart_nowmeter {
position:relative;
float:left;
margin-left:100px;
width:256px;
height:256px;
display:inline-block;
}
#chart_cpunowmeter {
position:relative;
float:left;
width:256px;
height:256px;
display:inline-block;
}
#traffic_div{
// position:relative;
width:30%;
height: 92px;
}
#traffic{
height:250px;
position: relative;
float:left;
}
#chart_temphistory{
}
#chart_cpuhistory{
}