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

« back to all changes in this revision

Viewing changes to html/stylesheets/notifications.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
 
.notifications { 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
 
 
8
 
.infoBox { font-family: arial,serif;  font-size: 8pt;  background-color: #C4C2C2;  padding: 2px; }
9
 
.infoBoxTitle { font-family: arial,serif;  font-size: 10pt;  font-weight: bold; }
10
 
.infoBoxBadProcStatus { color: red; }
11
 
A.homepageURL:Hover { font-family: arial,serif;  color: red; }
12
 
 
13
 
.linkBox { font-family: arial,serif;  font-size: 8pt;  background-color: #DBDBDB;  padding: 1px; }
14
 
 
15
 
.dataTitle { font-family: arial,serif;  text-align: center;  font-weight: bold;  font-size: 12pt; }
16
 
 
17
 
.navBoxTitle { font-family: arial narrow,serif;  font-size: 10pt;  font-weight: bold; }
18
 
.navBoxItem { font-family: arial,serif;  font-size: 8pt;  font-weight: bold;  color: red; }
19
 
.navBoxDate { font-family: arial,serif;  font-size: 8pt;  font-weight: bold; }
20
 
.navBoxFile { font-family: arial,serif;  font-size: 8pt;  font-weight: bold;  text-align: center; }
21
 
 
22
 
.optBox { font-family: arial narrow,serif;  font-size: 10pt;  font-weight: bold; }
23
 
.optBoxItem { font-family: arial,serif;  font-size: 8pt;  font-weight: bold;  color: red; }
24
 
 
25
 
TABLE.notifications { font-family: arial,serif;  font-size: 10pt;  background-color: white;  padding: 5px; }
26
 
TH.notifications { font-family: arial,serif;  font-size: 10pt;  background-color: white;  text-align: left;  background-color: #999797;  color: #DCE5C1; }
27
 
.notificationsOdd { font-family: arial,serif;  font-size: 8pt;  background-color: #DBDBDB; }
28
 
.notificationsEven { font-family: arial,serif;  font-size: 8pt;  background-color: #C4C2C2; }
29
 
 
30
 
.notificationsOK { font-family: arial,serif;  font-size: 8pt;  background-color: #33FF00; }
31
 
.notificationsUNKNOWN { font-family: arial,serif;  font-size: 8pt;  background-color: #FF9900; }
32
 
.notificationsWARNING { font-family: arial,serif;  font-size: 8pt;  background-color: #FFFF00; }
33
 
.notificationsCRITICAL { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
34
 
.notificationsACKNOWLEDGEMENT { font-family: arial,serif;  font-size: 8pt;  background-color: #AAAAAA; }
35
 
.notificationsCUSTOM { font-family: arial,serif;  font-size: 8pt;  background-color: #778899; }
36
 
 
37
 
.notificationsHOSTUP { font-family: arial,serif;  font-size: 8pt;  background-color: #33FF00; }
38
 
.notificationsHOSTDOWN { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
39
 
.notificationsHOSTUNREACHABLE { font-family: arial,serif;  font-size: 8pt;  background-color: #F83838; }
40
 
.notificationsHOSTACKNOWLEDGEMENT { font-family: arial,serif;  font-size: 8pt;  background-color: #AAAAAA; }
41
 
.notificationsHOSTCUSTOM { font-family: arial,serif;  font-size: 8pt;  background-color: #778899; }
 
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; }
42
24