forked from kepi/IcingaChromedStatus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
icinga.css
128 lines (104 loc) · 2.03 KB
/
icinga.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
body {
font-family: Arial,Verdana,sans-serif;
font-size: 10px;
padding: 0px;
margin: 0px;
}
#totalsHosts {
float: left;
margin-right: 10px;
}
#totalsServices {
float: left
}
#totalsHosts th, #totalsServices th {
background: #707677;
color: white;
}
#totalsHosts td, #totalsServices td {
text-align: center;
}
h3 {
margin: 0px 0px 3px 0px;
}
.ok, .cri, .unr, .pend, .unkn, .warn {
color: white;
}
.ok { background: #00cc33 }
.cri { background: #ff3300 }
.unr, .pend {
background: #e9e9e9;
color: black;
}
.unkn { background: #bf44b2 }
.warn { background: #ffa500 }
.normal { background: #e9e9e9; }
.state { text-transform: capitalize; padding: 0px 5px; white-space: nowrap; }
tr.host { font-weight: bold; }
td a:link { text-decoration: none; }
td a:hover { text-decoration: underline; }
br.clear { clear: both; }
.tools {
white-space: nowrap;
}
.tools a {
float: left;
}
.center {
text-align: center;
}
.ui-tabs {
border: 0px !important;
}
a#refresh-data {
position: absolute;
top: 9px;
right: 20px;
z-index: 1000;
width: 16px;
height: 17px;
background: url("img/reload.png") no-repeat;
}
#footer {
font-family: Arial, Verdana, sans-serif;
text-align: right;
margin-top: 5px;
padding: 10px;
padding-top: 15px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#e6f2cb));
}
#footer span#flattrbutton {
float: left;
}
#footer a {
color: black;
}
#footer a:hover {
color: navy;
}
/* ugly hack.. I'm receiving orange border arround fist <a> with href and I don't know
* why. So this is temp solution */
a.uglyfirstahack {
width: 1px; height: 1px;
position: absolute;
top: -20px;
}
.downtime {
background-image: url('img/downtime.png');
background-repeat: no-repeat;
background-position: right;
padding-right: 24px;
}
#searchHosts, #searchServices {
width: 300px;
}
#all-ok {
background: url('img/ok.png') no-repeat;
padding-left: 40px;
font-weight: bold;
line-height: 26px;
margin-top: 20px;
}
body#popup {
min-width: 400px;
}