~yolanda.robla/ubuntu/saucy/nagios3/dep-8-tests

« back to all changes in this revision

Viewing changes to html/stylesheets/status.css

  • Committer: Package Import Robot
  • Author(s): Alexander Wirt
  • Date: 2012-06-16 09:05:19 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120616090519-ne14zejkhhyboolc
Tags: 3.4.1-1
* [28e077b] Imported Upstream version 3.3.1
* [d5314e0] don't call updatepo in clean target
* [45b3eb9] Don't remove config foo
* [54e3dff] Don't fix permissions in cgi postinst
* [d7be9db] Build-depend on libpng-dev (Closes: #662441)
* [4c47006] Add dutch po translation (Closes: #654855)
* [2b6573b] Refresh 10_p1_pl_shebang.dpatch
* [316fd7a] Update 40_fix_spurious_dollar_signs_added_to_command_lines
* [5ff2780] Refresh 55_strip_logarchivepath.dpatch
* [811d269] Refresh 60_fix_p1.pl_patch_mini_epn.dpatch
* [39a1e9c] Remove now unneeded patch 98_fix_XSS_CVE-2011-2179
* [785a4e8] Remove unneded patch 99_fix_XSS_CVE-2011-1523
* [6ce98ef] Remove unneeded patchs from 00list
* [1d18266] Imported Upstream version 3.4.0
* [05584c8] Refresh patches
* [58098cd] Imported Upstream version 3.4.1
* [3e9e07a] Bump standards version
* [fe991e2] wrap-and-sort
* [1ba78f7] Also create /var/run/nagios in cgi package (Closes: #626854)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
.status { font-family: arial,serif;  background-color: white;  color: black; }
3
 
 
4
 
.errorMessage { font-family: arial,serif;  text-align: center;  color: red;  font-weight: bold;  font-size: 12pt; }
5
 
.errorDescription { font-family: arial,serif;  text-align: center;  font-weight: bold;  font-size: 12pt; }
6
 
.warningMessage { font-family: arial,serif;  text-align: center;  color: red;  font-weight: bold;  font-size: 10pt; }
7
 
.infoMessage { font-family: arial,serif;  text-align: center;  color: red;  font-weight: bold; }
8
 
 
9
 
.infoBox { font-family: arial,serif;  font-size: 8pt;  background-color: #C4C2C2;  padding: 2px; }
10
 
.infoBoxTitle { font-family: arial,serif;  font-size: 10pt;  font-weight: bold; }
11
 
.infoBoxBadProcStatus { font-family: arial,serif;  color: red; }
12
 
A.homepageURL:Hover { font-family: arial,serif;  color: red; }
13
 
 
14
 
.linkBox { font-family: arial,serif;  font-size: 8pt;  background-color: #DBDBDB;  padding: 1px; }
15
 
 
16
 
.filter { font-family: arial,serif;  font-size: 8pt;  background-color: #DBDBDB; }
17
 
.filterTitle { font-family: arial,serif;  font-size: 10pt;  font-weight: bold;  background-color: #DBDBDB; }
18
 
.filterName { font-family: arial,serif;  font-size: 8pt;  background-color: #DBDBDB; }
19
 
.filterValue { font-family: arial,serif;  font-size: 8pt;  background-color: #DBDBDB; }
20
 
 
21
 
.itemTotalsTitle { font-family: arial,serif;  font-size: 8pt;  text-align: center; }
22
 
 
23
 
.statusTitle { font-family: arial,serif;  text-align: center;  font-weight: bold;  font-size: 12pt; }
24
 
.statusSort { font-family: arial,serif;  font-size: 8pt; }
25
 
 
26
 
TABLE.status { font-family: arial,serif;  font-size: 8pt;  background-color: white;  padding: 2px; }
27
 
TH.status { font-family: arial,serif;  font-size: 10pt;  text-align: left;  background-color: #999797;  color: #DCE5C1; }
28
 
DIV.status { font-family: arial,serif;  font-size: 10pt;  text-align: center; }
29
 
.statusOdd { font-family: arial,serif;  font-size: 8pt;  background-color: #DBDBDB; }
30
 
.statusEven { font-family: arial,serif;  font-size: 8pt;  background-color: #C4C2C2; }
31
 
 
32
 
.statusPENDING { font-family: arial,serif;  font-size: 8pt;  background-color: #ACACAC; }
33
 
.statusOK { font-family: arial,serif;  font-size: 8pt;  background-color: #33FF00; }
34
 
.statusRECOVERY { font-family: arial,serif;  font-size: 8pt;  background-color: #33FF00; }
35
 
.statusUNKNOWN { font-family: arial,serif;  font-size: 8pt;  background-color: #FF9900; }
36
 
.statusWARNING { font-family: arial,serif;  font-size: 8pt;  background-color: #FFFF00; }
37
 
.statusCRITICAL { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
38
 
 
39
 
.statusHOSTPENDING { font-family: arial,serif;  font-size: 8pt;  background-color: #ACACAC; }
40
 
.statusHOSTUP { font-family: arial,serif;  font-size: 8pt;  background-color: #33FF00; }
41
 
.statusHOSTDOWN { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
42
 
.statusHOSTDOWNACK { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
43
 
.statusHOSTDOWNSCHED { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
44
 
.statusHOSTUNREACHABLE { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
45
 
.statusHOSTUNREACHABLEACK { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
46
 
.statusHOSTUNREACHABLESCHED { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
47
 
 
48
 
.statusBGUNKNOWN { font-family: arial,serif;  font-size: 8pt;  background-color: #FFDA9F; }
49
 
.statusBGUNKNOWNACK { font-family: arial,serif;  font-size: 8pt;  background-color: #FFDA9F; }
50
 
.statusBGUNKNOWNSCHED { font-family: arial,serif;  font-size: 8pt;  background-color: #FFDA9F; }
51
 
.statusBGWARNING { font-family: arial,serif;  font-size: 8pt;  background-color: #FEFFC1; }
52
 
.statusBGWARNINGACK { font-family: arial,serif;  font-size: 8pt;  background-color: #FEFFC1; }
53
 
.statusBGWARNINGSCHED { font-family: arial,serif;  font-size: 8pt;  background-color: #FEFFC1; }
54
 
.statusBGCRITICAL { font-family: arial,serif;  font-size: 8pt;  background-color: #FFBBBB; }
55
 
.statusBGCRITICALACK { font-family: arial,serif;  font-size: 8pt;  background-color: #FFBBBB; }
56
 
.statusBGCRITICALSCHED { font-family: arial,serif;  font-size: 8pt;  background-color: #FFBBBB; }
57
 
.statusBGDOWN { font-family: arial,serif;  font-size: 8pt;  background-color: #FFBBBB; }
58
 
.statusBGDOWNACK { font-family: arial,serif;  font-size: 8pt;  background-color: #FFBBBB; }
59
 
.statusBGDOWNSCHED { font-family: arial,serif;  font-size: 8pt;  background-color: #FFBBBB; }
60
 
.statusBGUNREACHABLE { font-family: arial,serif;  font-size: 8pt;  background-color: #FFBBBB; }
61
 
.statusBGUNREACHABLEACK { font-family: arial,serif;  font-size: 8pt;  background-color: #FFBBBB; }
62
 
.statusBGUNREACHABLESCHED { font-family: arial,serif;  font-size: 8pt;  background-color: #FFBBBB; }
63
 
 
64
 
DIV.serviceTotals { font-family: arial,serif;  text-align: center;  font-weight: bold;  font-size: 10pt; }
65
 
TABLE.serviceTotals { font-family: arial,serif;  font-size: 10pt;  background-color: white;  padding: 2px; }
66
 
TH.serviceTotals,A.serviceTotals { font-family: arial,serif;  font-size: 10pt;  background-color: white;  text-align: center;  background-color: #999797;  color: #DCE5C1; }
67
 
TD.serviceTotals { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #e9e9e9; }
68
 
 
69
 
.serviceTotalsOK { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #33FF00; }
70
 
.serviceTotalsWARNING { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #FFFF00;  font-weight: bold; }
71
 
.serviceTotalsUNKNOWN { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #FF9900;  font-weight: bold; }
72
 
.serviceTotalsCRITICAL { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #F83838;  font-weight: bold; }
73
 
.serviceTotalsPENDING { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #ACACAC; }
74
 
.serviceTotalsPROBLEMS { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: orange;  font-weight: bold; }
75
 
 
76
 
 
77
 
DIV.hostTotals { font-family: arial,serif;  text-align: center;  font-weight: bold;  font-size: 10pt; }
78
 
TABLE.hostTotals { font-family: arial,serif;  font-size: 10pt;  background-color: white;  padding: 2px; }
79
 
TH.hostTotals,A.hostTotals { font-family: arial,serif;  font-size: 10pt;  background-color: white;  text-align: center;  background-color: #999797;  color: #DCE5C1; }
80
 
TD.hostTotals { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #e9e9e9; }
81
 
 
82
 
.hostTotalsUP { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #33FF00; }
83
 
.hostTotalsDOWN { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #F83838;  font-weight: bold; }
84
 
.hostTotalsUNREACHABLE { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #F83838;  font-weight: bold; }
85
 
.hostTotalsPENDING { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: #ACACAC; }
86
 
.hostTotalsPROBLEMS { font-family: arial,serif;  font-size: 8pt;  text-align: center;  background-color: orange;  font-weight: bold; }
87
 
 
88
 
.miniStatusPENDING { font-family: arial,serif;  font-size: 8pt;  background-color: #ACACAC;  text-align: center; }
89
 
.miniStatusOK { font-family: arial,serif;  font-size: 8pt;  background-color: #33FF00;  text-align: center; }
90
 
.miniStatusUNKNOWN { font-family: arial,serif;  font-size: 8pt;  background-color: #FF9900;  text-align: center; }
91
 
.miniStatusWARNING { font-family: arial,serif;  font-size: 8pt;  background-color: #FFFF00;  text-align: center; }
92
 
.miniStatusCRITICAL { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838;  text-align: center; }
93
 
 
94
 
.miniStatusUP { font-family: arial,serif;  font-size: 8pt;  background-color: #33FF00;  text-align: center; }
95
 
.miniStatusDOWN { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838;  text-align: center; }
96
 
.miniStatusUNREACHABLE { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838;  text-align: center; }
97
 
 
98
 
.hostImportantProblem { text-align: left;  font-family: arial;  font-size: 8pt;  background-color: #ff0000;  color: black; text-decoration: blink; }
99
 
.hostUnimportantProblem { text-align: left;  font-family: arial;  font-size: 8pt;  background-color: #ffcccc;  color: black; }
100
 
 
101
 
.serviceImportantProblem { text-align: left;  font-family: arial;  font-size: 8pt;  background-color: #ff0000;  color: black; text-decoration: blink; }
102
 
.serviceUnimportantProblem { text-align: left;  font-family: arial;  font-size: 8pt;  background-color: #ffcccc;  color: black; }
103
 
 
 
2
.status {  background-color: white;  color: black;}
 
3
 
 
4
/* classes to replace deprecated inline styles */
 
5
.headertable{border:0; width:100%; }
 
6
 
 
7
 
 
8
table.filter {border:1px solid #AAA; padding:2px;}
 
9
.filterTitle {  font-size: 10pt;  font-weight: bold; padding:0 2px; }
 
10
td.filter {padding:0 3px;}
 
11
/*
 
12
.filter {  background-color: #DBDBDB; }
 
13
.filterName {  background-color: #DBDBDB; }
 
14
.filterValue {  background-color: #DBDBDB; }
 
15
*/ 
 
16
 
 
17
.itemTotalsTitle {  text-align: center; clear:both;}
 
18
 
 
19
.statusTitle {  text-align: center;  font-weight: bold;  font-size: 12pt; }
 
20
.statusSort { }
 
21
 
 
22
table.status {  background-color: white;  padding: 2px;  border-collapse:separate;} /* border-collapse:separate; */
 
23
/* table.status tr td {border:1px solid white;} */
 
24
table.pageTitle {margin-bottom:3px;}
 
25
th.status {  font-size: 10pt;  text-align: left;  background-color: #999797; }
 
26
div.status {  font-size: 10pt;  text-align: center; }
 
27
.statusOdd {  background-color: #DBDBDB; }
 
28
.statusEven {  background-color: #C4C2C2; }
 
29
 
 
30
/* CSS styles won't inherit correctly as long as there are nested tables */ 
 
31
/* .statusPENDING {  background-color: #ACACAC; } */
 
32
 /* .statusOK {  background-color: #33FF00; } */
 
33
.statusRECOVERY {  background-color: #33FF00; }
 
34
.statusUNKNOWN {  background-color: #FF9900; }
 
35
.statusWARNING {  background-color: #FFFF00; }
 
36
/* .statusCRITICAL {  background-color: #F83838; } */
 
37
 
 
38
.statusHOSTPENDING,.statusPENDING {  background-color: #ACACAC; }
 
39
.statusHOSTUP,.statusOK  {  background-color: #33FF00; }
 
40
.statusHOSTDOWN,.statusCRITICAL  {  background-color: #F83838; }
 
41
.statusHOSTDOWNACK {  background-color: #F83838; }
 
42
.statusHOSTDOWNSCHED {  background-color: #F83838; }
 
43
.statusHOSTUNREACHABLE {  background-color: #F83838; }
 
44
.statusHOSTUNREACHABLEACK {  background-color: #F83838; }
 
45
.statusHOSTUNREACHABLESCHED {  background-color: #F83838; }
 
46
 
 
47
 
 
48
.statusBGUNKNOWN {  background-color: #FFDA9F; }
 
49
.statusBGUNKNOWNACK {  background-color: #FFDA9F; }
 
50
.statusBGUNKNOWNSCHED {  background-color: #FFDA9F; }
 
51
.statusBGWARNING {  background-color: #FEFFC1; }
 
52
.statusBGWARNINGACK {  background-color: #FEFFC1; }
 
53
.statusBGWARNINGSCHED {  background-color: #FEFFC1; }
 
54
.statusBGCRITICAL {  background-color: #FFBBBB; }
 
55
.statusBGCRITICALACK {  background-color: #FFBBBB; }
 
56
.statusBGCRITICALSCHED {  background-color: #FFBBBB;}
 
57
.statusBGDOWN {  background-color: #FFBBBB; }
 
58
.statusBGDOWNACK {  background-color: #FFBBBB; }
 
59
.statusBGDOWNSCHED {  background-color: #FFBBBB; }
 
60
.statusBGUNREACHABLE {  background-color: #FFBBBB; }
 
61
.statusBGUNREACHABLEACK {  background-color: #FFBBBB; }
 
62
.statusBGUNREACHABLESCHED {  background-color: #FFBBBB; }
 
63
 
 
64
 
 
65
div.serviceTotals,div.hostTotals {  text-align: center;  font-weight: bold;  font-size: 10pt;  }
 
66
table.serviceTotals, table.hostTotals {  font-size: 10pt; padding: 2px; margin-bottom:3px;border-collapse:separate;}
 
67
th.serviceTotals,th.hostTotals{ font-size: 10pt; text-align: center; background-color: #999797; }
 
68
th.serviceTotals a:hover,th.hostTotals a:hover {color: #FFC47F;}
 
69
/* removed <a> styles */
 
70
 
 
71
td.serviceTotals,td.hostTotals,td.hostTotals {  text-align: center;  background-color: #e9e9e9; }
 
72
 
 
73
.serviceTotalsOK {  text-align: center;  background-color: #33FF00; }
 
74
.serviceTotalsWARNING {  text-align: center;  background-color: #FFFF00;  font-weight: bold; }
 
75
.serviceTotalsUNKNOWN {  text-align: center;  background-color: #FF9900;  font-weight: bold; }
 
76
.serviceTotalsCRITICAL {  text-align: center;  background-color: #F83838;  font-weight: bold; }
 
77
.serviceTotalsPENDING {  text-align: center;  background-color: #ACACAC; }
 
78
.serviceTotalsPROBLEMS {  text-align: center;  background-color: orange;  font-weight: bold; }
 
79
 
 
80
/*
 
81
div.hostTotals {  text-align: center;  font-weight: bold;  font-size: 10pt; }
 
82
table.hostTotals {  font-size: 10pt;  background-color: white;  padding: 2px; border:1px solid #AAA; border-collapse:collapse;} 
 
83
th.hostTotals,a.hostTotals {  font-size: 10pt;  text-align: center;  background-color: #999797;  } 
 
84
td.hostTotals {  text-align: center;  background-color: #e9e9e9; }
 
85
*/
 
86
.hostTotalsUP {  text-align: center;  background-color: #33FF00; }
 
87
.hostTotalsDOWN {  text-align: center;  background-color: #F83838;  font-weight: bold; }
 
88
.hostTotalsUNREACHABLE {  text-align: center;  background-color: orange;  font-weight: bold; }
 
89
.hostTotalsPENDING {  text-align: center;  background-color: #ACACAC; }
 
90
.hostTotalsPROBLEMS {  text-align: center;  background-color: orange;  font-weight: bold; }
 
91
 
 
92
.miniStatusPENDING {  background-color: #ACACAC;  text-align: center; }
 
93
.miniStatusOK {  background-color: #33FF00;  text-align: center; }
 
94
.miniStatusUNKNOWN {  background-color: #FF9900;  text-align: center; }
 
95
.miniStatusWARNING {  background-color: #FFFF00;  text-align: center; }
 
96
.miniStatusCRITICAL {  background-color: #F83838;  text-align: center; }
 
97
 
 
98
.miniStatusUP {  background-color: #33FF00;  text-align: center; }
 
99
.miniStatusDOWN {  background-color: #F83838;  text-align: center; }
 
100
.miniStatusUNREACHABLE {  background-color: #F83838;  text-align: center; }
 
101
 
 
102
.hostImportantProblem { text-align: left;   background-color: #ff0000;  color: black; text-decoration: blink; }
 
103
.hostUnimportantProblem { text-align: left;  background-color: #ffcccc;  color: black; }
 
104
 
 
105
.serviceImportantProblem { text-align: left;  background-color: #ff0000;  color: black; text-decoration: blink; }
 
106
.serviceUnimportantProblem { text-align: left;  background-color: #ffcccc;  color: black; }
 
107
 
 
108
/* page number styles, added 2/01/2012 -MG */
 
109
#top_page_numbers {float:right;} 
 
110
#result_limit {display:inline;} 
 
111
.pagenumber { display: block; float:left; border: 1px solid #AAAAAA; padding: 0 2px 0 2px; margin: 1px;text-align:center; height:15px; }
 
112
a.pagenumber:hover,a.pagenumber:active { background-color: #EFEFEF;text-decoration:none;}
 
113
.current_page { color: #AAA; }
 
114
#inner_numbers { clear:right;} 
 
115
#pagelimit,#bottom_page_numbers {margin-bottom:1em;}