1 @import "../../base-sass/config"
5 $link_color_hover: #000
6 $general_background_color: #f9f9f9
7 $border-color-dark: #aaa
8 $gradient-dark-hi: #f9faf8
9 $gradient-dark-lo: #e5e6e4
11 @import "../../base-sass/common"
13 .status-critical, .status-down
14 @include background(linear-gradient(top, $status-red-hi, $status-red-lo))
15 @include filter-gradient($status-red-hi, $status-red-lo, vertical)
16 color: #000 !important
17 text-shadow: 0 0 3px #f00
18 border: 1px solid #44100a !important
21 text-shadow: 0 0 3px #f00
22 color: #000 !important
25 .status-warning, .status-unreachable
26 @include background(linear-gradient(top, $status-yellow-hi, $status-yellow-lo))
27 @include filter-gradient($status-yellow-hi, $status-yellow-lo, vertical)
28 color: #000 !important
29 text-shadow: 0 0 3px #ff0
30 border: 1px solid #a67b28 !important
33 text-shadow: 0 0 3px #ff0
34 color: #000 !important
38 @include background(linear-gradient(top, $status-orange-hi, $status-orange-lo))
39 @include filter-gradient($status-orange-hi, $status-orange-lo, vertical)
40 color: #000 !important
42 border: 1px solid #9d440e !important
43 text-shadow: 0 0 3px #fc0
46 text-shadow: 0 0 3px #fc0
47 color: #000 !important
50 .status-ok, .status-up
51 @include background(linear-gradient(top, $status-green-hi, $status-green-lo))
52 @include filter-gradient($status-green-hi, $status-green-lo, vertical)
53 color: #000 !important
54 text-shadow: 0 0 3px #0f0
55 border: 1px solid #4a862d !important
58 text-shadow: 0 0 3px #0f0
59 color: #000 !important
63 @include background(linear-gradient(top, $status-green-hi, $status-green-lo))
64 @include filter-gradient($status-green-hi, $status-green-lo, vertical)
67 @include background(linear-gradient(top, $status-red-hi, $status-red-lo))
68 @include filter-gradient($status-red-hi, $status-red-lo, vertical)
71 @include background(linear-gradient(top, $status-orange-hi, $status-orange-lo))
72 @include filter-gradient($status-orange-hi, $status-orange-lo, vertical)
74 td.warning, td.unreachable
75 @include background(linear-gradient(top, $status-yellow-hi, $status-yellow-lo))
76 @include filter-gradient($status-yellow-hi, $status-yellow-lo, vertical)
79 background: url('../../icons/icon.png') no-repeat