-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (49 loc) · 1.07 KB
/
Copy pathstyle.css
File metadata and controls
58 lines (49 loc) · 1.07 KB
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
.ethos-stats-widget-container > .totals {
text-align: center;
color: #fff;
background-color: #00a0d2;
border: solid 2px #aaa;
border-radius: 5px;
padding: 5px;
margin: 5px auto;
}
.ethos-stats-widget-container > .not-mining {
background-color: #ee5f5b;
}
.ethos-stats-widget-container > .totals > h1 {
font-weight: bold;
margin: 0;
}
.ethos-stats-widget-container > .ethos-stats-widget-data > .rig {
background-color: #eee;
padding: 5px;
border-radius: 5px;
margin-bottom: 5px;
}
.ethos-stats-gpu-data {
margin: 0;
}
.ethos-stats-gpu-data > tbody > tr >td {
padding: 0;
border: none;
}
.ethos-stats-rig-data {
margin-top: 0.5em;
}
.ethos-stats-rig-data > tbody > tr >td {
padding: 0;
border: none;
}
.ethos-stats-rig-data > tbody > tr > td > .hashrate,
.ethos-stats-rig-data > tbody > tr > td > .minercount
{
font-size: 1.5em;
font-weight: bold;
}
.ethos-stats-rig-data > tbody > tr > th {
font-weight: normal;
padding: 0;
border: none;
color: #00a0d2;
font-weight: bold;
}