histogram: Make histograms crash less
[ninja.git] / application / views / css / classic / sass / common.sass
blob782258f7bfe435c4a51e925e930b5c426bc054d5
1 @import "../../base-sass/config"
3 $font_color: #111
4 $link_color: #333
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
20         a
21                 text-shadow: 0 0 3px #f00
22                 color: #000 !important
23                 font-weight: normal
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
32         a
33                 text-shadow: 0 0 3px #ff0
34                 color: #000 !important
35                 font-weight: normal
37 .status-unknown
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
41         font-weight: normal
42         border: 1px solid #9d440e !important
43         text-shadow: 0 0 3px #fc0
45         a
46                 text-shadow: 0 0 3px #fc0
47                 color: #000 !important
48                 font-weight: normal
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
57         a
58                 text-shadow: 0 0 3px #0f0
59                 color: #000 !important
60                 font-weight: normal
62 td.up, td.ok
63         @include background(linear-gradient(top, $status-green-hi, $status-green-lo))
64         @include filter-gradient($status-green-hi, $status-green-lo, vertical)
66 td.critical, td.down
67         @include background(linear-gradient(top, $status-red-hi, $status-red-lo))
68         @include filter-gradient($status-red-hi, $status-red-lo, vertical)
70 td.unknown
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)
78 .logo-image
79         background: url('../../icons/icon.png') no-repeat