-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
75 lines (63 loc) · 1.09 KB
/
index.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
body {
font-family: monospace;
color: #ccc;
background-color: #111;
}
.fa {
font-size: 13px;
vertical-align: middle;
margin-right: 0.4em;
}
.server-list {
display: flex;
justify-content: center;
flex-wrap: wrap;
max-width: 1024px;
margin: auto;
}
.server-entry {
margin: 1.5em;
}
.server-entry h2 {
margin-bottom: 0.25em;
}
.status-row {
display: flex;
align-items: center;
}
.status-info {
margin: 0;
margin-right: 1em;
}
.status-info ul {
list-style-type: none;
margin: 1em 0;
padding: 0;
}
.status-info li {
margin: 1em;
}
.last-seen {
color: #5e5e5e;
margin: 0;
}
.report-history {
display: flex;
border: 1px solid #2e2e2e;
border-radius: 2px;
padding: 2px;
}
.timeslice {
display: flex;
flex-direction: column;
justify-content: flex-end;
width: 6px;
margin-top: 6px;
}
.timeslice .entry {
background-color: #6f6f6f;
width: 4px;
height: 4px;
border-radius: 1px;
margin: 1px;
}