| 1 |
lars |
1 |
|
|
|
2 |
.avail { background-color: white; color: black; font-size: 10pt; }
|
|
|
3 |
|
|
|
4 |
.reportRange { text-align: center; font-weight: bold; font-size: 10pt; }
|
|
|
5 |
.reportDuration { text-align: center; }
|
|
|
6 |
.reportTime { text-align: center; }
|
|
|
7 |
|
|
|
8 |
.dataTitle { text-align: center; font-weight: bold; font-size: 12pt; }
|
|
|
9 |
|
|
|
10 |
TABLE.data { font-size: 10pt; background-color: white; padding: 2px;border-collapse:separate; }
|
|
|
11 |
|
|
|
12 |
/* TH.data { font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; } */
|
|
|
13 |
.dataOdd { background-color: #DBDBDB; }
|
|
|
14 |
.dataEven { background-color: #C4C2C2; }
|
|
|
15 |
|
|
|
16 |
.optionBoxTitle { text-align: center; font-weight: bold; font-size: 10pt; }
|
|
|
17 |
.optionBox { font-size: 10pt; background-color: #EEEEF4; padding: 2px; }
|
|
|
18 |
|
|
|
19 |
.hostUP { text-align: left; background-color: #33FF00; font-weight: bold; }
|
|
|
20 |
.hostDOWN { text-align: left; background-color: #F83838; font-weight: bold; }
|
|
|
21 |
.hostUNREACHABLE { text-align: left; background-color: #F83838; font-weight: bold; }
|
|
|
22 |
|
|
|
23 |
.serviceOK { text-align: left; background-color: #33FF00; font-weight: bold; }
|
|
|
24 |
.serviceWARNING { text-align: left; background-color: #FFFF00; font-weight: bold; }
|
|
|
25 |
.serviceUNKNOWN { text-align: left; background-color: #FF9900; font-weight: bold; }
|
|
|
26 |
.serviceCRITICAL { text-align: left; background-color: #F83838; font-weight: bold; }
|
|
|
27 |
|
|
|
28 |
.optBox { font-size: 10pt; font-weight: bold; }
|
|
|
29 |
.optBoxItem { font-weight: bold; color: red; }
|
|
|
30 |
|
|
|
31 |
.helpfulHint { text-align: left; font-style: italic; text-align: center; }
|
|
|
32 |
|
|
|
33 |
.dateSelectTitle { text-align: center; font-weight: bold; font-size: 12pt; }
|
|
|
34 |
.dateSelectSubTitle { text-align: left; font-weight: bold; font-size: 10pt; }
|
|
|
35 |
.dateSelectItem { text-align: left; }
|
|
|
36 |
|
|
|
37 |
.reportSelectTip { text-align: left; font-style: italic; }
|
|
|
38 |
.reportSelectTitle { text-align: center; font-weight: bold; font-size: 12pt; }
|
|
|
39 |
.reportSelectSubTitle { text-align: right; font-size: 10pt; }
|
|
|
40 |
.reportSelectItem { text-align: left; }
|
|
|
41 |
|
|
|
42 |
TABLE.logEntries { background-color: white; padding: 3px; }
|
|
|
43 |
TH.logEntries { font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; }
|
|
|
44 |
.logEntriesEven { background-color: white; text-align: left; background-color: #C4C2C2; color: black; }
|
|
|
45 |
.logEntriesOdd { background-color: white; text-align: left; background-color: #DBDBDB; color: black; }
|
|
|
46 |
|
|
|
47 |
.logEntriesINDETERMINATE { background-color: #ACACAC; }
|
|
|
48 |
|
|
|
49 |
.logEntriesOK { background-color: #33FF00; }
|
|
|
50 |
.logEntriesUNKNOWN { background-color: #FF9900; }
|
|
|
51 |
.logEntriesWARNING { background-color: #FFFF00; }
|
|
|
52 |
.logEntriesCRITICAL { background-color: #F83838; }
|
|
|
53 |
.logEntriesUP { background-color: #33FF00; }
|
|
|
54 |
.logEntriesDOWN { background-color: #F83838; }
|
|
|
55 |
.logEntriesUNREACHABLE { background-color: #F83838; }
|
|
|
56 |
|
|
|
57 |
|
|
|
58 |
|