| 1 |
lars |
1 |
|
|
|
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;}
|