-
Notifications
You must be signed in to change notification settings - Fork 25
/
mactrack.css
63 lines (54 loc) · 2.1 KB
/
mactrack.css
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2023 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
| as published by the Free Software Foundation; either version 2 |
| of the License, or (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
+-------------------------------------------------------------------------+
| Cacti: The Complete RRDtool-based Graphing Solution |
+-------------------------------------------------------------------------+
| This code is designed, written, and maintained by the Cacti Group. See |
| about.php and/or the AUTHORS file for specific developer information. |
+-------------------------------------------------------------------------+
| http://www.cacti.net/ |
+-------------------------------------------------------------------------+
*/
.int_up {
background-color: rgba(148, 179, 107);
color: #eeeeee;
}
.int_up_wo_alias {
background-color: rgba(255, 122, 48);
color: #eeeeee;
}
.int_errors {
background-color: rgba(251, 74, 20);
color: #eeeeee;
}
.int_discards {
background-color: rgba(250, 253, 158);
color: #eeeeee;
}
.int_no_graph {
background-color: rgba(205, 207, 196);
color: #eeeeee;
}
.int_no_device {
background-color: color: rgba(250, 253, 158);
color: #eeeeee;
}
.int_changed {
background-color: rgba(242, 25, 36);
color: #eeeeee;
}
.int_down {
background-color: rgba(242, 23, 33);
color: #eeeeee;
}