| 1 |
lars |
1 |
|
|
|
2 |
.notifications { }
|
|
|
3 |
|
|
|
4 |
.dataTitle { text-align: center; font-weight: bold; font-size: 12pt; }
|
|
|
5 |
|
|
|
6 |
|
|
|
7 |
TABLE.notifications { font-size: 10pt; background-color: white; padding: 5px; border-collapse:separate; }
|
|
|
8 |
TH.notifications { font-size: 10pt; text-align: left; background-color: #999797; }
|
|
|
9 |
.notificationsOdd { background-color: #DBDBDB; }
|
|
|
10 |
.notificationsEven { background-color: #C4C2C2; }
|
|
|
11 |
|
|
|
12 |
.notificationsOK { background-color: #33FF00; }
|
|
|
13 |
.notificationsUNKNOWN { background-color: #FF9900; }
|
|
|
14 |
.notificationsWARNING { background-color: #FFFF00; }
|
|
|
15 |
.notificationsCRITICAL { background-color: #F83838; }
|
|
|
16 |
.notificationsACKNOWLEDGEMENT { background-color: #AAAAAA; }
|
|
|
17 |
.notificationsCUSTOM { background-color: #778899; }
|
|
|
18 |
|
|
|
19 |
.notificationsHOSTUP { background-color: #33FF00; }
|
|
|
20 |
.notificationsHOSTDOWN { background-color: #F83838; }
|
|
|
21 |
.notificationsHOSTUNREACHABLE { background-color: #F83838; }
|
|
|
22 |
.notificationsHOSTACKNOWLEDGEMENT { background-color: #AAAAAA; }
|
|
|
23 |
.notificationsHOSTCUSTOM { background-color: #778899; }
|
|
|
24 |
|