Merge branch 'maint/7.0'
[ninja.git] / application / views / css / base-sass / config.sass
bloba039774879abf95d1a990e073a56c7a27f5d25ba
1 // General CSS settings
3 $fonts: helvetica, arial, tahoma, sans-serif
4 $header_height: 48px
6 // Preferably hex or RGB colors, don't use RGBA, not all browsers have support
8 $font_color: #3a3a3a // General font color, may be overridden in sub-selectors
9 $link_color: #444 // General link color, may be overridden in sub-selectors
10 $link_color_hover: #333 // General link hover color, may be overridden in sub-selectors
12 $general_background_color: #fdfdfd // The background color shown under content
13 $general_min_width: 620px // Should be kept somewhere between 600 - 768
15 $input_background_color: #fff
17 $border-color-dark: #777
18 $border-color-light: #aaa
20 $table-odd-color: #f1f0ed
21 $table-even-color: transparent
23 $weak-shadow-color: #bbb
24 $hard-shadow-color: #888
26 $gradient-dark-hi: #fafbf9
27 $gradient-dark-lo: #eeecea
29 $gradient-medium-hi: #fff
30 $gradient-medium-hi: #fff
32 $gradient-light-hi: #fff
33 $gradient-light-lo: #fff
36 $status-green-hi: #a7d690
37 $status-green-lo: #5ba238
39 $status-yellow-hi: #fad460
40 $status-yellow-lo: #d1bd3a
42 $status-orange-hi: #ee983d
43 $status-orange-lo: #bf6720
45 $status-red-hi: #d33f2f
46 $status-red-lo: #942d23
48 $highlight-bg: lightblue
49 $highlight-fg: black
51 $widget_error_background_color: #ccc
53 // adjustable for custom login logo
54 // relative to application/views/css/*theme*
55 $login_image_src: 'images/login.png'
56 // pro tip: add some pixels for whitespace
57 $login_image_width: 300px
58 // pro tip: add some pixels for whitespace
59 $login_image_height: 66px
62 // Auxiliary CSS settings
64 $inactive_opacity: 0.4