Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 26 | Zur aktuellen Revision | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
86 lars 1
/* $Id$ */
26 lars 2
.tac { font-family: arial,serif; background-color: #fff; color: #000; font-size: 8pt; }
3
 
4
a { color: #6e7475; text-decoration: none; }
5
a:hover { color: #000; }
6
td { font-size: 8pt; }
7
 
8
.errorMessage { font-weight: bold; font-size: 10pt; background-color: #fff; color: #000; }
9
.errorDescription { text-align: center; font-weight: bold; font-size: 10pt; }
10
.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; }
11
 
12
.infoBox { color: #000; padding: 2; border: 0; }
13
.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; }
14
.infoBoxBadProcStatus { color: #ff3300; }
15
 
16
.title { font-weight: bold; font-size: large; background-color: #000; color: #fff; }
17
.titleItem { background-color: #000;  color: #fff; }
18
.infoBoxBadProcStatus { background-color: #e9e9e9; color: #ff3300; }
19
 
20
.healthTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; }
21
.healthBox { padding: 2px; background-color: #e9e9e9; color: #fff; }
22
.healthItem { font-size: 10pt; background-color: #e9e9e9; color: #6e7475; }
23
.healthBar { background-color: #ededed; color: #fff; }
24
 
25
.perfTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; }
26
.perfBox { background-color: #e9e9e9; color: #fff; }
27
.perfItem { font-size: 10pt; background-color: #e9e9e9; color: #6e7475; }
28
.perfValue { font-size: 10pt; background-color: #e9e9e9; color: #6e7475; }
29
 
30
.featureTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; }
31
.featureHeader { text-align: center; font-size: 10pt; background-color: #e9e9e9; color: #6e7475; }
32
 
33
.featureEnabled { text-align: center; font-size: 10pt; background-color: #00cc33; color: #8f8f8f; }
34
.featureDisabled { text-align: center; font-size: 10pt; background-color: #ff3300; color: #b3b3b3; }
35
 
36
.featureEnabledFlapDetection { text-align: center; font-size: 10pt; background-color: #00cc33; color: #fff; }
37
.featureDisabledFlapDetection { text-align: center; font-size: 10pt; background-color: #ff3300; color: #fff; }
38
.featureItemEnabledServiceFlapDetection { text-align: center; background-color: #00cc33; color: #fff; }
39
.featureItemDisabledServiceFlapDetection { text-align: center; background-color: #ff3300; color: #fff; }
40
.featureItemEnabledHostFlapDetection { text-align: center; background-color: #00cc33; color: #fff; }
41
.featureItemDisabledHostFlapDetection { text-align: center; background-color: #ff3300; color: #fff; }
42
.featureItemServicesNotFlapping { text-align: center; background-color: #00cc33; color: #fff; }
43
.featureItemServicesFlapping { text-align: center; background-color: #ff3300; color: #fff; }
44
.featureItemHostsNotFlapping { text-align: center; background-color: #00cc33; color: #fff; }
45
.featureItemHostsFlapping { text-align: center; background-color: #ff3300; color: #fff; }
46
.featureItemDisabledServiceFlapDetection a, .featureItemDisabledHostFlapDetection a, .featureItemServicesFlapping a, .featureItemHostsFlapping a { color: #fff; }
47
.featureItemDisabledServiceFlapDetection a:hover, .featureItemDisabledHostFlapDetection a:hover, .featureItemServicesFlapping a:hover, .featureItemHostsFlapping a:hover { color: #000; }
48
 
49
.featureEnabledNotifications { text-align: center; font-size: 10pt; background-color: #00cc33; color: #fff; }
50
.featureDisabledNotifications { text-align: center; font-size: 10pt; background-color: #ff3300; color: #fff; }
51
.featureItemEnabledServiceNotifications { text-align: center; background-color: #00cc33; color: #fff; }
52
.featureItemDisabledServiceNotifications { text-align: center; background-color: #ff3300; color: #fff; }
53
.featureItemEnabledHostNotifications { text-align: center; background-color: #00cc33; color: #fff; }
54
.featureItemDisabledHostNotifications { text-align: center; background-color: #ff3300; color: #fff; }
55
.featureItemDisabledServiceNotifications a, .featureItemDisabledHostNotifications a { color: #fff; }
56
.featureItemDisabledServiceNotifications a:hover, .featureItemDisabledHostNotifications a:hover { color: #000; }
57
 
58
.featureEnabledHandlers { text-align: center; background-color: #00CC33; color: #fff; }
59
.featureDisabledHandlers { text-align: center; background-color: #ff3300; color: #fff; }
60
.featureItemEnabledServiceHandlers { text-align: center; background-color: #00CC33; color: #fff; }
61
.featureItemDisabledServiceHandlers { text-align: center; background-color: #ff3300; color: #fff; }
62
.featureItemEnabledHostHandlers { text-align: center; background-color: #00cc33; color: #fff; }
63
.featureItemDisabledHostHandlers { text-align: center; background-color: #ff3300; color: #fff; }
64
.featureItemDisabledServiceHandlers a, .featureItemDisabledHostHandlers a { color: #fff; }
65
.featureItemDisabledServiceHandlers a:hover, .featureItemDisabledHostHandlers a:hover { color: #000; }
66
 
67
.featureEnabledActiveChecks { text-align: center; background-color: #00cc33; color: #fff; }
68
.featureDisabledActiveChecks { text-align: center; background-color: #ff3300; color: #fff; }
69
.featureItemEnabledActiveServiceChecks { text-align: center; background-color: #00cc33; color: #fff; }
70
.featureItemDisabledActiveServiceChecks { text-align: center; background-color: #ff3300; color: #fff; }
71
.featureItemEnabledActiveHostChecks { text-align: center; background-color: #00CC33; color: #fff; }
72
.featureItemDisabledActiveHostChecks { text-align: center; background-color: #ff3300; color: #fff; }
73
.featureItemDisabledActiveServiceChecks a, .featureItemDisabledActiveHostCheck a { color: #fff; }
74
.featureItemDisabledActiveServiceChecks a:hover, .featureItemDisabledActiveHostCheck a:hover { color: #000; }
75
 
76
.featureEnabledPassiveChecks { text-align: center; background-color: #00cc33; color: #fff; }
77
.featureDisabledPassiveChecks { text-align: center; background-color: #ff3300; color: #fff; }
78
.featureItemEnabledPassiveServiceChecks { text-align: center; background-color: #00cc33; color: #fff; }
79
.featureItemDisabledPassiveServiceChecks { text-align: center; background-color: #ff3300; color: #fff; }
80
.featureItemEnabledPassiveHostChecks { text-align: center; background-color: #00CC33; color: #fff; }
81
.featureItemDisabledPassiveHostChecks { text-align: center; background-color: #ff3300; color: #fff; }
82
.featureItemDisabledPassiveServiceChecks a, .featureItemDisabledPassiveHostChecks  a { color: #fff; }
83
.featureItemDisabledPassiveServiceChecks a:hover, .featureItemDisabledPassiveHostChecks  a:hover { color: #000; }
84
 
85
.outageTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; }
86
.outageHeader { text-align: center; font-size: 10pt; background-color: #e9e9e9; color: #6e7475; }
87
 
88
.outageImportantProblem { text-align: center; background-color: #ff3300; color: #fff; }
89
.outageUnimportantProblem { text-align: center; background-color: #ff3300; color: #fff; }
90
.outageUnimportantProblem a, .outageUnimportantProblem a { color: #fff; }
91
.outageUnimportantProblem a:hover, .outageUnimportantProblem a:hover { color: #000; }
92
 
93
.hostTitle { font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; }
94
.hostHeader { text-align: center; font-size: 10pt; background-color: #e9e9e9; color: #6e7475; }
95
 
96
.hostImportantProblem { text-align: center; background-color: #ff3300; color: #fff; }
97
.hostUnimportantProblem { text-align: center; background-color: #ff3300; color: #6e7475; }
98
.hostImportantProblem a, .hostUnimportantProblem a { color: #fff; }
99
.hostImportantProblem a:hover, .hostUnimportantProblem a:hover { color: #000; }
100
 
101
.serviceTitle {  font-weight: bold; font-size: 10pt; background-color: #707677; color: #fff; }
102
.serviceHeader { text-align: center; font-size: 10pt; background-color: #e9e9e9; color: #6e7475; }
103
 
104
.serviceImportantProblem { text-align: center; background-color: #ff3300; color: #fff; }
105
.serviceUnimportantProblem { text-align: center; background-color: #ff3300; color: #6e7475; }
106
.serviceImportantProblem a, .serviceUnimportantProblem a { color: #fff; }
107
.serviceImportantProblem a:hover, .serviceUnimportantProblem a:hover { color: #000; }