-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathdefault.css
108 lines (90 loc) · 1.73 KB
/
default.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
* {
padding: 0px;
margin: 0px;
}
html, body { height: 99%; }
body {
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
background-color: #000000;
font-size: 14px;
text-align: center;
}
table {
width: 100%;
border: none;
border-spacing: 2px;
white-space: nowrap;
}
th, td { padding: 2px 10px; }
th, td.hostname, td.address { background-color: #d3d3d3; }
.output {
white-space: normal;
text-align: left;
}
.subhosts {
margin: 2px;
padding: 1px;
font-size: 12px;
text-align: left;
}
h1 {
text-align: center;
font-weight: bold;
color: #ffffff;
}
h2.title {
text-align: left;
font-weight: bold;
padding-bottom: 5px;
font-size: 1.2em;
}
h3.title {
text-align: left;
font-weight: bold;
padding: 10px 2px 0px 2px;
font-size: 12px;
color: #ffffff;
}
#content {
height: 97.0%;
margin: 10px;
}
.section {
color: #ffffff;
font-weight: bold;
overflow: auto;
padding: 20px 2px 0px 2px;
margin-top: 10px;
}
.subsection { font-size: 12px; }
.stats {
float: right;
margin-top: -2em;
}
.stat {
display: inline;
padding: 3px;
margin-left: 10px;
}
div.state {
font-size: 20px;
font-weight: bold;
color: #ffffff;
margin: 0px 2px 3px 2px;
padding: 3px;
}
.up, .ok { background-color: green; }
.warning { background-color: yellow; }
.critical, .down { background-color: red; }
.pending { background-color: #488acf; }
.unknown { background-color: #00ffff; }
.notification { background-color: #69b3b3; }
.acknowledged { background-color: #d3d3d3; }
.unreachable { background-color: orange; }
.fortune {
margin-top: 10px;
color: #ffffff;
}
.statusFileState {
color: #ffffff;
}