-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
109 lines (109 loc) · 1.6 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
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
106
107
108
109
body {
background: #e9ecef;
}
.container {
padding-top: 20px;
}
.jumbotron {
background: #d8dbde;
}
.category {
margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}
h2 {
font-size: 32px;
}
hr {
border: 1px solid #2c2f33;
width: calc(100% + 40px);
margin-left: -20px;
}
.entry {
border: 2px solid #d8dbde;
border-radius: 7px;
padding: 20px;
}
.online {
color: #1ea81f;
}
.right {
text-align: right;
float: right
}
.text-online {
color: #1ea81f;
}
.text-down {
color: #a8271e;
}
.text-intermittent {
color: #a8771e;
}
.text-unknown {
color: #d8dbde;
}
.bg-online {
background: #1ea81f;
}
.bg-down {
background: #a8271e;
}
.bg-intermittent {
background: #a8771e;
}
.bg-unknown {
background: #7289da;
}
.progress-out {
border-radius: 5px;
background-color: #d8dbde;
width: 100%;
height: 24px;
margin: 0;
padding: 0;
}
.progress-in {
border-radius: 5px;
width: 100%;
height: 100%;
background: #1ea81f;
}
.progress-master {
background: #1e5aa8;
text-align: center;
color: white;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
z-index: 10;
}
.progress-underlay {
color: #1e5aa8;
margin-bottom: -24px;
padding-left: 10px;
padding-right: 10px;
z-index: 0;
}
a.hide-link {
text-decoration: none;
color: black;
}
a.hide-link:hover {
text-decoration: none;
color: #777;
}
.news {
padding: 10px;
}
.news-empty {
color: #b6b9bc;
}
.entry > .monitor:last-child > hr {
display: none;
}
.footer {
margin-bottom: 30px;
}