/etc/icinga/stylesheets/notifications.css is in icinga-cgi-bin 1.11.6-1+b4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | .notifications { font-family: arial,serif; font-size: 8pt; background-color: #fff; color: #000; }
a { color: #6e7475; text-decoration: none; }
a:hover { color: #000; }
th { text-align: left; font-size: 8pt; padding: 0 5px; border: 0; }
td { font-size: 8pt; border: 0; }
.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; }
.infoBox { color: #000; padding: 2; border: 0; }
.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; }
.infoBoxBadProcStatus { color: #ff3300; }
a.homepageURL:Hover { color: #ff3300; }
.dataTitle { text-align: center; font-weight: bold; font-size: 10pt; }
.navBoxTitle { font-weight: bold; }
.navBoxItem { color: #707677; }
.navBoxFile { font-weight: bold; text-align: center; color: #707677; }
table.notifications { background-color: #fff; padding: 5; }
th.notifications { font-size: 10pt; background-color: #707677; color: #fff; }
.notificationsOdd { background-color: #ededed; }
.notificationsEven { background-color: #e9e9e9; }
.notificationsOK { background-color: #00cc33; color: #fff; text-align: center; }
.notificationsUNKNOWN { background-color: #bf44b2; color: #fff; text-align: center; }
.notificationsWARNING { background-color: #ffa500; color: #fff; text-align: center; }
.notificationsCRITICAL { background-color: #ff3300; color: #fff; text-align: center; }
.notificationsACKNOWLEDGEMENT { background-color: #acacac; color: #fff; text-align: center; }
.notificationsCUSTOM { background-color: #778899; color: #fff; text-align: center; }
.notificationsHOSTUP { background-color: #00cc33; color: #fff; text-align: center; }
.notificationsHOSTDOWN { background-color: #ff3300; color: #fff; text-align: center; }
.notificationsHOSTUNREACHABLE { background-color: #bf44b2; color: #fff; text-align: center; }
.notificationsHOSTACKNOWLEDGEMENT { background-color: #acacac; color: #fff; text-align: center; }
.notificationsHOSTCUSTOM { background-color: #778899; color: #fff; text-align: center; }
|