furatto 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. data/.gitignore +18 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +29 -0
  5. data/Rakefile +1 -0
  6. data/furatto.gemspec +21 -0
  7. data/lib/furatto.rb +16 -0
  8. data/lib/furatto/engine.rb +6 -0
  9. data/lib/furatto/version.rb +3 -0
  10. data/vendor/assets/fonts/fontawesome/FontAwesome.otf +0 -0
  11. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
  12. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.svg +399 -0
  13. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
  14. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
  15. data/vendor/assets/fonts/meteocons-webfont.eot +0 -0
  16. data/vendor/assets/fonts/meteocons-webfont.svg +81 -0
  17. data/vendor/assets/fonts/meteocons-webfont.ttf +0 -0
  18. data/vendor/assets/fonts/meteocons-webfont.woff +0 -0
  19. data/vendor/assets/images/icheck/aero.png +0 -0
  20. data/vendor/assets/images/icheck/aero@2x.png +0 -0
  21. data/vendor/assets/images/icheck/blue.png +0 -0
  22. data/vendor/assets/images/icheck/blue@2x.png +0 -0
  23. data/vendor/assets/images/icheck/flat.png +0 -0
  24. data/vendor/assets/images/icheck/flat@2x.png +0 -0
  25. data/vendor/assets/images/icheck/green.png +0 -0
  26. data/vendor/assets/images/icheck/green@2x.png +0 -0
  27. data/vendor/assets/images/icheck/grey.png +0 -0
  28. data/vendor/assets/images/icheck/grey@2x.png +0 -0
  29. data/vendor/assets/images/icheck/orange.png +0 -0
  30. data/vendor/assets/images/icheck/orange@2x.png +0 -0
  31. data/vendor/assets/images/icheck/pink.png +0 -0
  32. data/vendor/assets/images/icheck/pink@2x.png +0 -0
  33. data/vendor/assets/images/icheck/purple.png +0 -0
  34. data/vendor/assets/images/icheck/purple@2x.png +0 -0
  35. data/vendor/assets/images/icheck/red.png +0 -0
  36. data/vendor/assets/images/icheck/red@2x.png +0 -0
  37. data/vendor/assets/images/icheck/yellow.png +0 -0
  38. data/vendor/assets/images/icheck/yellow@2x.png +0 -0
  39. data/vendor/assets/images/icons/customize-icon150.png +0 -0
  40. data/vendor/assets/images/icons/flexible-icon.png +0 -0
  41. data/vendor/assets/images/icons/github-128-black.png +0 -0
  42. data/vendor/assets/images/icons/iphone-icon150.png +0 -0
  43. data/vendor/assets/images/icons/lock-icon128.png +0 -0
  44. data/vendor/assets/images/icons/rocket-icon128.png +0 -0
  45. data/vendor/assets/images/icons/rocket-icon150.png +0 -0
  46. data/vendor/assets/images/icons/screen-icon.png +0 -0
  47. data/vendor/assets/images/icons/screens-icon.png +0 -0
  48. data/vendor/assets/images/icons/screens2-icon.png +0 -0
  49. data/vendor/assets/images/next.png +0 -0
  50. data/vendor/assets/images/previous.png +0 -0
  51. data/vendor/assets/images/themes.gif +0 -0
  52. data/vendor/assets/images/toggle.png +0 -0
  53. data/vendor/assets/javascripts/dropdown.js +169 -0
  54. data/vendor/assets/javascripts/furatto.js +15 -0
  55. data/vendor/assets/javascripts/jpanel.js +547 -0
  56. data/vendor/assets/javascripts/jquery.avgrund.js +127 -0
  57. data/vendor/assets/javascripts/jquery.dropkick-1.0.0.js +400 -0
  58. data/vendor/assets/javascripts/jquery.icheck.js +462 -0
  59. data/vendor/assets/javascripts/jquery.tagsinput.js +354 -0
  60. data/vendor/assets/javascripts/jquery.toolbar.js +242 -0
  61. data/vendor/assets/javascripts/legacy.js +140 -0
  62. data/vendor/assets/javascripts/picker.date.js +957 -0
  63. data/vendor/assets/javascripts/picker.js +785 -0
  64. data/vendor/assets/javascripts/picker.time.js +651 -0
  65. data/vendor/assets/javascripts/rainbow-custom.min.js +13 -0
  66. data/vendor/assets/javascripts/responsive-tables.js +67 -0
  67. data/vendor/assets/javascripts/responsiveslides.js +391 -0
  68. data/vendor/assets/javascripts/tooltip.js +353 -0
  69. data/vendor/assets/stylesheets/furatto.scss +101 -0
  70. data/vendor/assets/stylesheets/furatto/_alerts.scss +81 -0
  71. data/vendor/assets/stylesheets/furatto/_base.scss +187 -0
  72. data/vendor/assets/stylesheets/furatto/_buttons.scss +100 -0
  73. data/vendor/assets/stylesheets/furatto/_code.scss +66 -0
  74. data/vendor/assets/stylesheets/furatto/_date_picker.date.scss +266 -0
  75. data/vendor/assets/stylesheets/furatto/_date_picker.scss +158 -0
  76. data/vendor/assets/stylesheets/furatto/_date_picker.time.scss +122 -0
  77. data/vendor/assets/stylesheets/furatto/_dropdown.scss +261 -0
  78. data/vendor/assets/stylesheets/furatto/_font-awesome-ie7.scss +1953 -0
  79. data/vendor/assets/stylesheets/furatto/_fonts.scss +614 -0
  80. data/vendor/assets/stylesheets/furatto/_footer.scss +44 -0
  81. data/vendor/assets/stylesheets/furatto/_forms.scss +290 -0
  82. data/vendor/assets/stylesheets/furatto/_grid.scss +56 -0
  83. data/vendor/assets/stylesheets/furatto/_images.scss +44 -0
  84. data/vendor/assets/stylesheets/furatto/_labels.scss +43 -0
  85. data/vendor/assets/stylesheets/furatto/_layout.scss +0 -0
  86. data/vendor/assets/stylesheets/furatto/_left_navbar.scss +100 -0
  87. data/vendor/assets/stylesheets/furatto/_mixins.scss +283 -0
  88. data/vendor/assets/stylesheets/furatto/_modal.scss +103 -0
  89. data/vendor/assets/stylesheets/furatto/_nav.scss +106 -0
  90. data/vendor/assets/stylesheets/furatto/_navbar.scss +187 -0
  91. data/vendor/assets/stylesheets/furatto/_pagination.scss +158 -0
  92. data/vendor/assets/stylesheets/furatto/_responsive-1200px-min.scss +21 -0
  93. data/vendor/assets/stylesheets/furatto/_responsive-767px-max.scss +82 -0
  94. data/vendor/assets/stylesheets/furatto/_responsive-768px-979px.scss +23 -0
  95. data/vendor/assets/stylesheets/furatto/_responsive_navbar.scss +184 -0
  96. data/vendor/assets/stylesheets/furatto/_responsive_tables.scss +28 -0
  97. data/vendor/assets/stylesheets/furatto/_responsiveslides.scss +202 -0
  98. data/vendor/assets/stylesheets/furatto/_select.scss +191 -0
  99. data/vendor/assets/stylesheets/furatto/_tables.scss +90 -0
  100. data/vendor/assets/stylesheets/furatto/_tags.scss +107 -0
  101. data/vendor/assets/stylesheets/furatto/_toolbars.scss +116 -0
  102. data/vendor/assets/stylesheets/furatto/_tooltips.scss +143 -0
  103. data/vendor/assets/stylesheets/furatto/_typography.scss +266 -0
  104. data/vendor/assets/stylesheets/furatto/_variables.scss +628 -0
  105. data/vendor/assets/stylesheets/furatto/_vrt_navbar.scss +61 -0
  106. data/vendor/assets/stylesheets/furatto/icheck/_aero.scss +64 -0
  107. data/vendor/assets/stylesheets/furatto/icheck/_all.scss +20 -0
  108. data/vendor/assets/stylesheets/furatto/icheck/_blue.scss +64 -0
  109. data/vendor/assets/stylesheets/furatto/icheck/_flat.scss +64 -0
  110. data/vendor/assets/stylesheets/furatto/icheck/_green.scss +64 -0
  111. data/vendor/assets/stylesheets/furatto/icheck/_grey.scss +64 -0
  112. data/vendor/assets/stylesheets/furatto/icheck/_orange.scss +64 -0
  113. data/vendor/assets/stylesheets/furatto/icheck/_pink.scss +64 -0
  114. data/vendor/assets/stylesheets/furatto/icheck/_purple.scss +64 -0
  115. data/vendor/assets/stylesheets/furatto/icheck/_red.scss +64 -0
  116. data/vendor/assets/stylesheets/furatto/icheck/_yellow.scss +64 -0
  117. data/vendor/assets/stylesheets/normalize.scss +403 -0
  118. metadata +162 -0
@@ -0,0 +1,143 @@
1
+ /*------------------------------------*\
2
+ $TOOLTIPS
3
+ \*------------------------------------*/
4
+ /**
5
+ * Basic tooltip structural styling
6
+ *
7
+ * Designed and built @kurenn
8
+ */
9
+
10
+ .tooltip {
11
+ position: absolute;
12
+ z-index: 1030;
13
+ display: block;
14
+ padding: 5px;
15
+ font-size: 11px;
16
+ opacity: 0;
17
+ filter: alpha(opacity=0);
18
+ visibility: visible;
19
+ }
20
+
21
+ .tooltip.in {
22
+ opacity: 0.8;
23
+ filter: alpha(opacity=80);
24
+ }
25
+
26
+ .tooltip.top {
27
+ margin-top: -3px;
28
+ }
29
+
30
+ .tooltip.right {
31
+ margin-left: 3px;
32
+ }
33
+
34
+ .tooltip.bottom {
35
+ margin-top: 3px;
36
+ }
37
+
38
+ .tooltip.left {
39
+ margin-left: -3px;
40
+ }
41
+
42
+ .tooltip-inner {
43
+ max-width: 200px;
44
+ padding: 3px 8px;
45
+ color: $white;
46
+ text-align: center;
47
+ text-decoration: none;
48
+ background-color: #000000;
49
+ -webkit-border-radius: 4px;
50
+ -moz-border-radius: 4px;
51
+ border-radius: 4px;
52
+ }
53
+
54
+ .tooltip-arrow {
55
+ position: absolute;
56
+ width: 0;
57
+ height: 0;
58
+ border-color: transparent;
59
+ border-style: solid;
60
+ }
61
+
62
+ .tooltip.top .tooltip-arrow {
63
+ bottom: 0;
64
+ left: 50%;
65
+ margin-left: -5px;
66
+ border-top-color: #000000;
67
+ border-width: 5px 5px 0;
68
+ }
69
+
70
+ .tooltip.right .tooltip-arrow {
71
+ top: 50%;
72
+ left: 0;
73
+ margin-top: -5px;
74
+ border-right-color: #000000;
75
+ border-width: 5px 5px 5px 0;
76
+ }
77
+
78
+ .tooltip.left .tooltip-arrow {
79
+ top: 50%;
80
+ right: 0;
81
+ margin-top: -5px;
82
+ border-left-color: #000000;
83
+ border-width: 5px 0 5px 5px;
84
+ }
85
+
86
+ .tooltip.bottom .tooltip-arrow {
87
+ top: 0;
88
+ left: 50%;
89
+ margin-left: -5px;
90
+ border-bottom-color: #000000;
91
+ border-width: 0 5px 5px;
92
+ }
93
+
94
+ .tooltip {
95
+ font-size: 13px;
96
+ &.in {
97
+ @include opacity(0.9);
98
+ }
99
+ &.top {
100
+ padding-bottom: 9px;
101
+ .tooltip-arrow {
102
+ border-top-color: $inverse;
103
+ border-width: 9px 9px 0;
104
+ bottom: 0;
105
+ margin-left: -9px;
106
+ }
107
+ }
108
+ &.right {
109
+ .tooltip-arrow {
110
+ border-right-color: $inverse;
111
+ border-width: 9px 9px 9px 0;
112
+ margin-top: -9px;
113
+ left: -3px;
114
+ }
115
+ }
116
+ &.bottom {
117
+ padding-top: 8px;
118
+ .tooltip-arrow {
119
+ border-bottom-color: $inverse;
120
+ border-width: 0 9px 9px;
121
+ margin-left: -9px;
122
+ top: -1px;
123
+ }
124
+ }
125
+ &.left {
126
+ .tooltip-arrow {
127
+ border-left-color: $inverse;
128
+ border-width: 9px 0px 9px 9px;
129
+ margin-top: -9px;
130
+ right: -3px;
131
+ }
132
+ }
133
+ }
134
+
135
+ .tooltip-inner {
136
+ background-color: $inverse;
137
+ line-height: 18px;
138
+ padding: 12px 5px;
139
+ text-align: center;
140
+ width: 180px;
141
+ @include border-radius(6px);
142
+ }
143
+
@@ -0,0 +1,266 @@
1
+ /*------------------------------------*\
2
+ $TYPOGRAPHY
3
+ \*------------------------------------*/
4
+ /**
5
+ * Basic typograhy structural styling
6
+ *
7
+ * Designed and built @kurenn
8
+ */
9
+
10
+ p {
11
+ margin: 0 0 $base-line-height / 2;
12
+ color: #777;
13
+ }
14
+
15
+ /* Emphasis & miscelaneous */
16
+ /* ----------------------- */
17
+
18
+ small {
19
+ font-size: 85%;
20
+ }
21
+
22
+ strong {
23
+ font-weight: bold;
24
+ }
25
+
26
+ em {
27
+ font-style: italic;
28
+ }
29
+
30
+ //Utility classes
31
+
32
+ .muted {
33
+ color: $light-gray;
34
+ }
35
+
36
+ .text-warning {
37
+ color: $dark-orange;
38
+ }
39
+
40
+ .text-error {
41
+ color: $dark-red;
42
+ }
43
+
44
+ .text-success {
45
+ color: $dark-green;
46
+ }
47
+
48
+ .text-info {
49
+ color: $dark-blue;
50
+ }
51
+
52
+ .text-left {
53
+ text-align: left;
54
+ }
55
+
56
+ .text-right {
57
+ text-align: right;
58
+ }
59
+
60
+ .text-center {
61
+ text-align: center;
62
+ }
63
+
64
+ //Headings
65
+ //--------------------------------
66
+
67
+ h1,h2,h3,h4,h5,h6 {
68
+ margin: $base-line-height 0;
69
+ font-family: inherit;
70
+ font-weight: 500;
71
+ line-height: $base-line-height;
72
+ color: $headings-color;
73
+ text-rendering: optimizelegibility; // Fix the character spacing for headings
74
+
75
+ small {
76
+ font-weight: normal;
77
+ line-height: 1;
78
+ color: $light-gray;
79
+ }
80
+ }
81
+
82
+ .light {
83
+ font-weight: 200;
84
+ }
85
+
86
+ /* Headers definition */
87
+ /* ------------------ */
88
+
89
+ h1, h2, h3 {
90
+ line-height: $base-line-height * 2;
91
+ }
92
+
93
+ h5, h6 {
94
+ text-transform: uppercase;
95
+ }
96
+
97
+ h1 {
98
+ font-size: $base-font-size * 2.75; // ~44px
99
+ }
100
+
101
+ h2 {
102
+ font-size: $base-font-size * 2.25; // ~36px
103
+ }
104
+
105
+ h3 {
106
+ font-size: $base-font-size * 1.75; // ~28px
107
+ }
108
+
109
+ h4 {
110
+ font-size: $base-font-size * 1.25; // ~20px
111
+ }
112
+
113
+ h5 {
114
+ font-size: $base-font-size; // 16px
115
+ }
116
+
117
+ h6 {
118
+ font-size: $base-font-size * 0.85; // ~13.6px
119
+ }
120
+
121
+ /* Lists */
122
+ /* ----- */
123
+
124
+ // Unordered and Ordered lists
125
+ ul, ol {
126
+ padding: 0;
127
+ margin: 0 0 $base-line-height / 2 25px;
128
+ }
129
+ ul ul,
130
+ ul ol,
131
+ ol ol,
132
+ ol ul {
133
+ margin-bottom: 0;
134
+ }
135
+ li {
136
+ line-height: $base-line-height;
137
+ }
138
+
139
+ // Remove default list styles
140
+ ul.unstyled,
141
+ ol.unstyled {
142
+ margin-left: 0;
143
+ list-style: none;
144
+ }
145
+
146
+ // Single-line list items
147
+ ul.inline,
148
+ ol.inline {
149
+ margin-left: 0;
150
+ list-style: none;
151
+ > li {
152
+ display: inline-block;
153
+ padding-left: 5px;
154
+ padding-right: 5px;
155
+ }
156
+ }
157
+
158
+ //Color Lists
159
+ .color-list {
160
+ margin-left: 0;
161
+ list-style: none;
162
+ > li {
163
+ display: inline-block;
164
+ height: $color-list-item-height;
165
+ width: $color-list-item-width;
166
+ background: #222;
167
+ cursor: pointer;
168
+
169
+ &.red {
170
+ background: #ec7063;
171
+ }
172
+
173
+ &.green {
174
+ background: #1abc9c;
175
+ }
176
+
177
+ &.blue {
178
+ background: #3498db;
179
+ }
180
+
181
+ &.aero {
182
+ background: #9cc2cb;
183
+ }
184
+
185
+ &.grey {
186
+ background: #95a5a6;
187
+ }
188
+
189
+ &.orange {
190
+ background: #f39c12;
191
+ }
192
+
193
+ &.yellow {
194
+ background: #f1c40f;
195
+ }
196
+
197
+ &.pink {
198
+ background: #af7ac5;
199
+ }
200
+
201
+ &.purple {
202
+ background: #8677a7;
203
+ }
204
+ }
205
+ }
206
+
207
+ // Description Lists
208
+ dl {
209
+ margin-bottom: $base-line-height;
210
+ }
211
+ dt,
212
+ dd {
213
+ line-height: $base-line-height;
214
+ }
215
+ dt {
216
+ font-weight: bold;
217
+ }
218
+ dd {
219
+ margin-left: $base-line-height / 2;
220
+ }
221
+ // Horizontal layout (like forms)
222
+ .dl-horizontal {
223
+ @include clearfix(); // Ensure dl clears floats if empty dd elements present
224
+ dt {
225
+ float: left;
226
+ clear: left;
227
+ text-align: right;
228
+ }
229
+ }
230
+
231
+ .inline {
232
+ display: inline-block;
233
+ }
234
+
235
+ //Color states
236
+ .info {
237
+ color: $dark-blue;
238
+ }
239
+
240
+ .success {
241
+ color: $dark-green;
242
+ }
243
+
244
+ .warning {
245
+ color: $dark-orange;
246
+ }
247
+
248
+ .error {
249
+ color: $dark-red;
250
+ }
251
+
252
+
253
+ //Inline code
254
+ .code {
255
+ padding: 2px 4px;
256
+ color: #d14;
257
+ white-space: nowrap;
258
+ background-color: #f7f7f9;
259
+ border: 1px solid #e1e1e8;
260
+ font-size: $base-font-size;
261
+ @include border-radius(3px);
262
+ }
263
+
264
+ i.nomargin {
265
+ margin-right: 0 !important;
266
+ }
@@ -0,0 +1,628 @@
1
+ /*------------------------------------*\
2
+ $VARIABLES
3
+ \*------------------------------------*/
4
+ /**
5
+ * Variables for manage the different styles
6
+ *
7
+ * Designed and built @kurenn
8
+ */
9
+
10
+ /* Body */
11
+ /* ---- */
12
+ $bg-color: #fefefe !default;
13
+ /*$bg-color: #ebe7df;*/
14
+
15
+ /* Fonts */
16
+ /* ----- */
17
+ $font-family: 'Lato', 'Helvetica Neue';
18
+ $base-font-size: 16px;
19
+ $base-line-height: 20px;
20
+ $base-font-weight: 500;
21
+
22
+ /* Border */
23
+ /* ------ */
24
+ $base-radius: 2px;
25
+
26
+ /* Colors */
27
+ /* ------ */
28
+
29
+ //Reds
30
+ $red: #e74c3c;
31
+ $dark-red: #C0392B;
32
+
33
+ //Hipsters
34
+ $info: #1ABC9C;
35
+ $dark-info: #16A085;
36
+
37
+ //Inverse
38
+ $dark-inverse: #2C3E50;
39
+ $inverse: #34495E;
40
+
41
+ //Blues
42
+ $dark-blue: #2980B9;
43
+ $blue: #3498DB;
44
+
45
+ //Grays
46
+ $dark-gray: #7F8C8D;
47
+ $gray: #95a5a6;
48
+ $light-gray: #ecf0f1;
49
+
50
+ //Purples
51
+ $purple: #9B59B6;
52
+ $dark-purple: #8E44AD;
53
+
54
+ //Greens
55
+ $green: #2ECC71;
56
+ $dark-green: #27AE60;
57
+
58
+ //Orange
59
+ $dark-orange: #f39c12;
60
+ $orange: #f1c40f;
61
+
62
+ //Black
63
+ $dark-black: #232323;
64
+ $black: lighten($dark-black, 10%);
65
+
66
+ //White
67
+ $white: #FFF;
68
+
69
+ //All colors
70
+ $colors: primary $dark-blue $blue, //class name, bg color, hover bg color
71
+ success $dark-green $green,
72
+ danger $dark-red $red,
73
+ warning $dark-orange $orange,
74
+ inverse $dark-inverse $inverse,
75
+ info $dark-info $info,
76
+ default $dark-gray $gray,
77
+ funky $dark-purple $purple,
78
+ dark $dark-black $black;
79
+
80
+ /* Buttons */
81
+ /* ------- */
82
+
83
+ $font-size-large: $base-font-size * 1.25; // ~18px
84
+ $font-size-xlarge: $base-font-size * 1.50; // ~24px
85
+ $font-size-small: $base-font-size * 0.85; // ~12px
86
+ $font-size-mini: $base-font-size * 0.75; // ~11px
87
+
88
+ $padding-large: 11px 19px; // 44px
89
+ $padding-small: 2px 10px; // 26px
90
+ $padding-mini: 0 6px; // 22px
91
+ $padding-xlarge: 20px 30px; // 44px
92
+
93
+ /* Alerts */
94
+ /* ------ */
95
+ $warning-alert-color: #d38305;
96
+ $warning-header-color: #cc6633;
97
+
98
+ $success-alert-color: #006633;
99
+ $success-header-color: #006633;
100
+
101
+ $info-alert-color: #195999;
102
+ $info-header-color: #195999;
103
+
104
+ $danger-alert-color: #993333;
105
+ $danger-header-color: #993333;
106
+
107
+ /* Navbar */
108
+ /* ------ */
109
+ $navbar-height: 55px;
110
+ $navbar-bg-color: #232323;
111
+ $navbar-border: #38393a;
112
+ $navbar-text: #eaeaea;
113
+ $navbar-brand-color: $navbar-text;
114
+ $navbar-link-color-active: #FFF;
115
+ $navbar-alpha: 0.75;
116
+
117
+ /* Vertical Navbar */
118
+ /* --------------- */
119
+ $vrt-navbar-background: #232323;
120
+ $vrt-navbar-width: 4em;
121
+ $vrt-navbar-height: $vrt-navbar-width;
122
+ $vrt-navbar-lineheight: 2em;
123
+ $vrt-navbar-border: #000;
124
+ $vrt-navbar-links-bg: $blue;
125
+ $vrt-navbar-links-color: #FFF;
126
+ $vrt-navbar-li-hover: $blue;
127
+
128
+ /* Inputs */
129
+ /* ------ */
130
+ $input-color: #34495e;
131
+ $input-border-radius: 2px;
132
+ $input-bg: #FFF;
133
+ $input-border-color: #CCC;
134
+ $input-focus-color: $blue;
135
+
136
+ /* Tables */
137
+ /* ------ */
138
+ $table-color: #FFF;
139
+ $table-header-primary: $dark-blue;
140
+ $table-border-color: #d2d2d2;
141
+ $table-striped-color: #f9f9f9;
142
+
143
+ /* Responsive Navbar */
144
+ /* ----------------- */
145
+ $nav-bar-collapse-width: 979px;
146
+ $nav-bar-collapse-width-desktop: $nav-bar-collapse-width + 1;
147
+
148
+ /* Images */
149
+ /* ------ */
150
+ $img-border: $dark-green;
151
+
152
+ /* Select */
153
+ /* ------ */
154
+ $select-bg: $dark-info;
155
+ $select-text-color: #FFF;
156
+ $select-options-bg: $inverse;
157
+
158
+ /* Checkbox and radio buttons */
159
+ /* -------------------------- */
160
+ $ch-rb-color: $dark-info;
161
+
162
+ /* Grid */
163
+ /* ---- */
164
+
165
+ // Default 940px grid
166
+ // -------------------------
167
+ $gridColumns: 12 !default;
168
+ $gridColumnWidth: 60px !default;
169
+ $gridGutterWidth: 20px !default;
170
+ $gridRowWidth: ($gridColumns * $gridColumnWidth) + ($gridGutterWidth * ($gridColumns - 1)) !default;
171
+
172
+ // 1200px min
173
+ $gridColumnWidth1200: 70px !default;
174
+ $gridGutterWidth1200: 30px !default;
175
+ $gridRowWidth1200: ($gridColumns * $gridColumnWidth1200) + ($gridGutterWidth1200 * ($gridColumns - 1)) !default;
176
+
177
+ // 768px-979px
178
+ $gridColumnWidth768: 42px !default;
179
+ $gridGutterWidth768: 20px !default;
180
+ $gridRowWidth768: ($gridColumns * $gridColumnWidth768) + ($gridGutterWidth768 * ($gridColumns - 1)) !default;
181
+
182
+
183
+ /* Fluid grid */
184
+ /* ---------- */
185
+ $fluidGridColumnWidth: percentage($gridColumnWidth/$gridRowWidth) !default;
186
+ $fluidGridGutterWidth: percentage($gridGutterWidth/$gridRowWidth) !default;
187
+
188
+ // 1200px min
189
+ $fluidGridColumnWidth1200: percentage($gridColumnWidth1200/$gridRowWidth1200) !default;
190
+ $fluidGridGutterWidth1200: percentage($gridGutterWidth1200/$gridRowWidth1200) !default;
191
+
192
+ // 768px-979px
193
+ $fluidGridColumnWidth768: percentage($gridColumnWidth768/$gridRowWidth768) !default;
194
+ $fluidGridGutterWidth768: percentage($gridGutterWidth768/$gridRowWidth768) !default;
195
+
196
+ /* Forms */
197
+ /* ----- */
198
+ $inputHeight: $base-line-height + 10px; // base line-height + 8px vertical padding + 2px top/bottom border
199
+
200
+ /* Footer */
201
+ /* ------ */
202
+ $footer-bg: lighten($navbar-bg-color, 0.5);
203
+ $footer-text-color: #FFF;
204
+ $footer-height: 80px;
205
+
206
+ /* Icons */
207
+ /* ----- */
208
+ $icon-base-color: $dark-inverse;
209
+ $icon-base-inverse-color: #FFF;
210
+ $icon-small-size: 2em;
211
+ $icon-medium-size: 4em;
212
+ $icon-large-size: 6em;
213
+ $icon-xlarge-size: 8em;
214
+ $icon-xxlarge-size: 10em;
215
+
216
+
217
+ /* Links */
218
+ /* ----- */
219
+ $link-color: #0088cc;
220
+
221
+ /* Headings */
222
+ /* -------- */
223
+ $headings-color: #4b4b4b;
224
+
225
+ /* Color Lists */
226
+ /* ----------- */
227
+ $color-list-item-height: 16px;
228
+ $color-list-item-width: $color-list-item-height;
229
+
230
+ /* Pagination */
231
+ /* ---------- */
232
+ $pagination-color: desaturate(lighten($inverse, 57.5%), 17%);
233
+
234
+ /* Toolbars */
235
+ /* -------- */
236
+ $toolbar-bg-color: #232323;
237
+
238
+ /* Dropdown */
239
+ /* -------- */
240
+ $zindex-dropdown: 1000 !default;
241
+ $dropdown-bg: $white !default;
242
+ $dropdown-border: rgba(0,0,0,0.2);
243
+ $dropdown-link-color: $dark-gray !default;
244
+ $dropdown-link-color-hover: $white !default;
245
+ $dropdown-link-color-hover-bg: lighten($blue, 10%);
246
+
247
+ /* Code */
248
+ /*---------------------*/
249
+ $code-bg: #fafafa;
250
+ $code-font-size: 0.8em;
251
+
252
+ /* Calendar */
253
+ /*---------------------*/
254
+ $calendar-highlight-color: #b1dcfb;
255
+ $calendar-highlighted-color: #0089ec;
256
+
257
+ /* Font Awesome Icons */
258
+ /* ------------------ */
259
+
260
+ $FontAwesomePath: "/assets/fontawesome" !default;
261
+ $FontAwesomeVersion: "3.2.1" !default;
262
+ $borderColor: #eeeeee !default;
263
+ $iconMuted: #eeeeee !default;
264
+ $iconLight: white !default;
265
+ $iconDark: #333333 !default; //1d1d1b
266
+ $icons-li-width: (30em/14);
267
+
268
+ $glass: "\f000";
269
+ $music: "\f001";
270
+ $search: "\f002";
271
+ $envelope-alt: "\f003";
272
+ $heart: "\f004";
273
+ $star: "\f005";
274
+ $star-empty: "\f006";
275
+ $user: "\f007";
276
+ $film: "\f008";
277
+ $th-large: "\f009";
278
+ $th: "\f00a";
279
+ $th-list: "\f00b";
280
+ $ok: "\f00c";
281
+ $remove: "\f00d";
282
+ $zoom-in: "\f00e";
283
+ $zoom-out: "\f010";
284
+ $off: "\f011";
285
+ $signal: "\f012";
286
+ $cog: "\f013";
287
+ $trash: "\f014";
288
+ $home: "\f015";
289
+ $file-alt: "\f016";
290
+ $time: "\f017";
291
+ $road: "\f018";
292
+ $download-alt: "\f019";
293
+ $download: "\f01a";
294
+ $upload: "\f01b";
295
+ $inbox: "\f01c";
296
+ $play-circle: "\f01d";
297
+ $repeat: "\f01e";
298
+ $refresh: "\f021";
299
+ $list-alt: "\f022";
300
+ $lock: "\f023";
301
+ $flag: "\f024";
302
+ $headphones: "\f025";
303
+ $volume-off: "\f026";
304
+ $volume-down: "\f027";
305
+ $volume-up: "\f028";
306
+ $qrcode: "\f029";
307
+ $barcode: "\f02a";
308
+ $tag: "\f02b";
309
+ $tags: "\f02c";
310
+ $book: "\f02d";
311
+ $bookmark: "\f02e";
312
+ $print: "\f02f";
313
+ $camera: "\f030";
314
+ $font: "\f031";
315
+ $bold: "\f032";
316
+ $italic: "\f033";
317
+ $text-height: "\f034";
318
+ $text-width: "\f035";
319
+ $align-left: "\f036";
320
+ $align-center: "\f037";
321
+ $align-right: "\f038";
322
+ $align-justify: "\f039";
323
+ $list: "\f03a";
324
+ $indent-left: "\f03b";
325
+ $indent-right: "\f03c";
326
+ $facetime-video: "\f03d";
327
+ $picture: "\f03e";
328
+ $pencil: "\f040";
329
+ $map-marker: "\f041";
330
+ $adjust: "\f042";
331
+ $tint: "\f043";
332
+ $edit: "\f044";
333
+ $share: "\f045";
334
+ $check: "\f046";
335
+ $move: "\f047";
336
+ $step-backward: "\f048";
337
+ $fast-backward: "\f049";
338
+ $backward: "\f04a";
339
+ $play: "\f04b";
340
+ $pause: "\f04c";
341
+ $stop: "\f04d";
342
+ $forward: "\f04e";
343
+ $fast-forward: "\f050";
344
+ $step-forward: "\f051";
345
+ $eject: "\f052";
346
+ $chevron-left: "\f053";
347
+ $chevron-right: "\f054";
348
+ $plus-sign: "\f055";
349
+ $minus-sign: "\f056";
350
+ $remove-sign: "\f057";
351
+ $ok-sign: "\f058";
352
+ $question-sign: "\f059";
353
+ $info-sign: "\f05a";
354
+ $screenshot: "\f05b";
355
+ $remove-circle: "\f05c";
356
+ $ok-circle: "\f05d";
357
+ $ban-circle: "\f05e";
358
+ $arrow-left: "\f060";
359
+ $arrow-right: "\f061";
360
+ $arrow-up: "\f062";
361
+ $arrow-down: "\f063";
362
+ $share-alt: "\f064";
363
+ $resize-full: "\f065";
364
+ $resize-small: "\f066";
365
+ $plus: "\f067";
366
+ $minus: "\f068";
367
+ $asterisk: "\f069";
368
+ $exclamation-sign: "\f06a";
369
+ $gift: "\f06b";
370
+ $leaf: "\f06c";
371
+ $fire: "\f06d";
372
+ $eye-open: "\f06e";
373
+ $eye-close: "\f070";
374
+ $warning-sign: "\f071";
375
+ $plane: "\f072";
376
+ $calendar: "\f073";
377
+ $random: "\f074";
378
+ $comment: "\f075";
379
+ $magnet: "\f076";
380
+ $chevron-up: "\f077";
381
+ $chevron-down: "\f078";
382
+ $retweet: "\f079";
383
+ $shopping-cart: "\f07a";
384
+ $folder-close: "\f07b";
385
+ $folder-open: "\f07c";
386
+ $resize-vertical: "\f07d";
387
+ $resize-horizontal: "\f07e";
388
+ $bar-chart: "\f080";
389
+ $twitter-sign: "\f081";
390
+ $facebook-sign: "\f082";
391
+ $camera-retro: "\f083";
392
+ $key: "\f084";
393
+ $cogs: "\f085";
394
+ $comments: "\f086";
395
+ $thumbs-up-alt: "\f087";
396
+ $thumbs-down-alt: "\f088";
397
+ $star-half: "\f089";
398
+ $heart-empty: "\f08a";
399
+ $signout: "\f08b";
400
+ $linkedin-sign: "\f08c";
401
+ $pushpin: "\f08d";
402
+ $external-link: "\f08e";
403
+ $signin: "\f090";
404
+ $trophy: "\f091";
405
+ $github-sign: "\f092";
406
+ $upload-alt: "\f093";
407
+ $lemon: "\f094";
408
+ $phone: "\f095";
409
+ $check-empty: "\f096";
410
+ $bookmark-empty: "\f097";
411
+ $phone-sign: "\f098";
412
+ $twitter: "\f099";
413
+ $facebook: "\f09a";
414
+ $github: "\f09b";
415
+ $unlock: "\f09c";
416
+ $credit-card: "\f09d";
417
+ $rss: "\f09e";
418
+ $hdd: "\f0a0";
419
+ $bullhorn: "\f0a1";
420
+ $bell: "\f0a2";
421
+ $certificate: "\f0a3";
422
+ $hand-right: "\f0a4";
423
+ $hand-left: "\f0a5";
424
+ $hand-up: "\f0a6";
425
+ $hand-down: "\f0a7";
426
+ $circle-arrow-left: "\f0a8";
427
+ $circle-arrow-right: "\f0a9";
428
+ $circle-arrow-up: "\f0aa";
429
+ $circle-arrow-down: "\f0ab";
430
+ $globe: "\f0ac";
431
+ $wrench: "\f0ad";
432
+ $tasks: "\f0ae";
433
+ $filter: "\f0b0";
434
+ $briefcase: "\f0b1";
435
+ $fullscreen: "\f0b2";
436
+ $group: "\f0c0";
437
+ $link: "\f0c1";
438
+ $cloud: "\f0c2";
439
+ $beaker: "\f0c3";
440
+ $cut: "\f0c4";
441
+ $copy: "\f0c5";
442
+ $paper-clip: "\f0c6";
443
+ $save: "\f0c7";
444
+ $sign-blank: "\f0c8";
445
+ $reorder: "\f0c9";
446
+ $list-ul: "\f0ca";
447
+ $list-ol: "\f0cb";
448
+ $strikethrough: "\f0cc";
449
+ $underline: "\f0cd";
450
+ $table: "\f0ce";
451
+ $magic: "\f0d0";
452
+ $truck: "\f0d1";
453
+ $pinterest: "\f0d2";
454
+ $pinterest-sign: "\f0d3";
455
+ $google-plus-sign: "\f0d4";
456
+ $google-plus: "\f0d5";
457
+ $money: "\f0d6";
458
+ $caret-down: "\f0d7";
459
+ $caret-up: "\f0d8";
460
+ $caret-left: "\f0d9";
461
+ $caret-right: "\f0da";
462
+ $columns: "\f0db";
463
+ $sort: "\f0dc";
464
+ $sort-down: "\f0dd";
465
+ $sort-up: "\f0de";
466
+ $envelope: "\f0e0";
467
+ $linkedin: "\f0e1";
468
+ $undo: "\f0e2";
469
+ $legal: "\f0e3";
470
+ $dashboard: "\f0e4";
471
+ $comment-alt: "\f0e5";
472
+ $comments-alt: "\f0e6";
473
+ $bolt: "\f0e7";
474
+ $sitemap: "\f0e8";
475
+ $umbrella: "\f0e9";
476
+ $paste: "\f0ea";
477
+ $lightbulb: "\f0eb";
478
+ $exchange: "\f0ec";
479
+ $cloud-download: "\f0ed";
480
+ $cloud-upload: "\f0ee";
481
+ $user-md: "\f0f0";
482
+ $stethoscope: "\f0f1";
483
+ $suitcase: "\f0f2";
484
+ $bell-alt: "\f0f3";
485
+ $coffee: "\f0f4";
486
+ $food: "\f0f5";
487
+ $file-text-alt: "\f0f6";
488
+ $building: "\f0f7";
489
+ $hospital: "\f0f8";
490
+ $ambulance: "\f0f9";
491
+ $medkit: "\f0fa";
492
+ $fighter-jet: "\f0fb";
493
+ $beer: "\f0fc";
494
+ $h-sign: "\f0fd";
495
+ $plus-sign-alt: "\f0fe";
496
+ $double-angle-left: "\f100";
497
+ $double-angle-right: "\f101";
498
+ $double-angle-up: "\f102";
499
+ $double-angle-down: "\f103";
500
+ $angle-left: "\f104";
501
+ $angle-right: "\f105";
502
+ $angle-up: "\f106";
503
+ $angle-down: "\f107";
504
+ $desktop: "\f108";
505
+ $laptop: "\f109";
506
+ $tablet: "\f10a";
507
+ $mobile-phone: "\f10b";
508
+ $circle-blank: "\f10c";
509
+ $quote-left: "\f10d";
510
+ $quote-right: "\f10e";
511
+ $spinner: "\f110";
512
+ $circle: "\f111";
513
+ $reply: "\f112";
514
+ $github-alt: "\f113";
515
+ $folder-close-alt: "\f114";
516
+ $folder-open-alt: "\f115";
517
+ $expand-alt: "\f116";
518
+ $collapse-alt: "\f117";
519
+ $smile: "\f118";
520
+ $frown: "\f119";
521
+ $meh: "\f11a";
522
+ $gamepad: "\f11b";
523
+ $keyboard: "\f11c";
524
+ $flag-alt: "\f11d";
525
+ $flag-checkered: "\f11e";
526
+ $terminal: "\f120";
527
+ $code: "\f121";
528
+ $reply-all: "\f122";
529
+ $mail-reply-all: "\f122";
530
+ $star-half-empty: "\f123";
531
+ $location-arrow: "\f124";
532
+ $crop: "\f125";
533
+ $code-fork: "\f126";
534
+ $unlink: "\f127";
535
+ $question: "\f128";
536
+ $info: "\f129";
537
+ $exclamation: "\f12a";
538
+ $superscript: "\f12b";
539
+ $subscript: "\f12c";
540
+ $eraser: "\f12d";
541
+ $puzzle-piece: "\f12e";
542
+ $microphone: "\f130";
543
+ $microphone-off: "\f131";
544
+ $shield: "\f132";
545
+ $calendar-empty: "\f133";
546
+ $fire-extinguisher: "\f134";
547
+ $rocket: "\f135";
548
+ $maxcdn: "\f136";
549
+ $chevron-sign-left: "\f137";
550
+ $chevron-sign-right: "\f138";
551
+ $chevron-sign-up: "\f139";
552
+ $chevron-sign-down: "\f13a";
553
+ $html5: "\f13b";
554
+ $css3: "\f13c";
555
+ $anchor: "\f13d";
556
+ $unlock-alt: "\f13e";
557
+ $bullseye: "\f140";
558
+ $ellipsis-horizontal: "\f141";
559
+ $ellipsis-vertical: "\f142";
560
+ $rss-sign: "\f143";
561
+ $play-sign: "\f144";
562
+ $ticket: "\f145";
563
+ $minus-sign-alt: "\f146";
564
+ $check-minus: "\f147";
565
+ $level-up: "\f148";
566
+ $level-down: "\f149";
567
+ $check-sign: "\f14a";
568
+ $edit-sign: "\f14b";
569
+ $external-link-sign: "\f14c";
570
+ $share-sign: "\f14d";
571
+ $compass: "\f14e";
572
+ $collapse: "\f150";
573
+ $collapse-top: "\f151";
574
+ $expand: "\f152";
575
+ $eur: "\f153";
576
+ $gbp: "\f154";
577
+ $usd: "\f155";
578
+ $inr: "\f156";
579
+ $jpy: "\f157";
580
+ $cny: "\f158";
581
+ $krw: "\f159";
582
+ $btc: "\f15a";
583
+ $file: "\f15b";
584
+ $file-text: "\f15c";
585
+ $sort-by-alphabet: "\f15d";
586
+ $sort-by-alphabet-alt: "\f15e";
587
+ $sort-by-attributes: "\f160";
588
+ $sort-by-attributes-alt: "\f161";
589
+ $sort-by-order: "\f162";
590
+ $sort-by-order-alt: "\f163";
591
+ $thumbs-up: "\f164";
592
+ $thumbs-down: "\f165";
593
+ $youtube-sign: "\f166";
594
+ $youtube: "\f167";
595
+ $xing: "\f168";
596
+ $xing-sign: "\f169";
597
+ $youtube-play: "\f16a";
598
+ $dropbox: "\f16b";
599
+ $stackexchange: "\f16c";
600
+ $instagram: "\f16d";
601
+ $flickr: "\f16e";
602
+ $adn: "\f170";
603
+ $bitbucket: "\f171";
604
+ $bitbucket-sign: "\f172";
605
+ $tumblr: "\f173";
606
+ $tumblr-sign: "\f174";
607
+ $long-arrow-down: "\f175";
608
+ $long-arrow-up: "\f176";
609
+ $long-arrow-left: "\f177";
610
+ $long-arrow-right: "\f178";
611
+ $apple: "\f179";
612
+ $windows: "\f17a";
613
+ $android: "\f17b";
614
+ $linux: "\f17c";
615
+ $dribbble: "\f17d";
616
+ $skype: "\f17e";
617
+ $foursquare: "\f180";
618
+ $trello: "\f181";
619
+ $female: "\f182";
620
+ $male: "\f183";
621
+ $gittip: "\f184";
622
+ $sun: "\f185";
623
+ $moon: "\f186";
624
+ $archive: "\f187";
625
+ $bug: "\f188";
626
+ $vk: "\f189";
627
+ $weibo: "\f18a";
628
+ $renren: "\f18b";