-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle.css
105 lines (83 loc) · 1.17 KB
/
style.css
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body {
padding: 0;
margin: 0;
background-color: #111;
}
body.modal {
background-color: #333;
color: #eee;
padding: 12px;
}
table.statistics {
display: inline-block;
width: 320px;
}
table.statistics tr td {
background-color: #333;
color: #eee;
font-size: 11px;
}
td.desc {
width: 120px;
}
td.val {
width: 190px;
}
#chart {
height: calc(100% - 120px);
}
#error {
width: 100%;
height: 100%;
text-align: center;
padding-top: 200px;
color: #eee;
font-size: 24px;
z-index: 1000;
}
.unit, .label, .stats {
color: #eee;
}
#stats {
padding-bottom: 12px;
}
.stats {
min-width: 60px;
display: inline-block;
}
#infos {
padding-left: 32px;
color: #777;
}
.label {
padding-left: 32px;
padding-right: 6px;
}
#psp, #tsp, #duration {
width: 60px;
}
#degreeunit {
width: 100px;
display: inline-block;
}
.form-control {
height: 30px;
}
.btn {
margin-top: -1px;
}
#controls {
padding-top: 4px;
height: 56px;
}
#output {
width: 560px;
height: 370px;
overflow-y: scroll;
}
#input {
color: #111;
}
#console {
padding-bottom: 6px;
}