-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
99 lines (81 loc) · 1.29 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
body {
text-align: center;
margin: 0em;
color: #E5E5E5;
background: #111821;
font-family: sans-serif;
}
a {
color: #00DAEA;
text-decoration: none;
}
h1 {
font-weight: normal;
text-align: center;
font-size: 170%;
}
h2 {
font-weight: bold;
margin-top: 1.2em;
margin-bottom: 0.6em;
font-size: 120%;
}
.contentBlock {
display: inline-block;
max-width: 31em;
text-align: left;
}
.error {
color: red;
text-align: center;
text-align: left;
margin-top: 0.5em;
}
.field {
display: inline-block;
}
.col0 {
display: inline-block;
min-width: 8em;
}
.col1 {
display: inline-block;
min-width: 7em;
}
.field, .row0, .row1 {
margin-bottom: 0.3em;
}
.UploadLabel {
border-bottom: solid 1px red;
}
.DownloadLabel {
border-bottom: solid 1px lime;
}
#UploadRateChartMax, #DownloadRateChartMax {
display: inline-block;
min-width: 60px;
border-top: 1px solid #8E8E8E;
font-size: 80%;
vertical-align: top;
text-align: right;
}
.chart {
margin-top: 1em;
}
table {
border-spacing: 0;
border-collapse: collapse;
font-size: 85%;
}
th {
text-align: center;
font-weight: bold;
}
th, td {
padding-left: 0.3em; padding-right: 0.3em;
padding-top: 0.12em;
padding-bottom: 0.12em;
border-style: solid;
border-width: 0.1em;
border-color: #6D6D6D;
}