poodle-rb 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +34 -0
  5. data/app/assets/fonts/FontAwesome.otf +0 -0
  6. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  7. data/app/assets/fonts/fontawesome-webfont.svg +520 -0
  8. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  10. data/app/assets/javascripts/poodle/application.js +21 -0
  11. data/app/assets/javascripts/poodle/bootstrap.js +2323 -0
  12. data/app/assets/javascripts/poodle/common.js +0 -0
  13. data/app/assets/javascripts/poodle/photo_upload.js +104 -0
  14. data/app/assets/javascripts/poodle/utilities.js +50 -0
  15. data/app/assets/javascripts/poodle/validations/sample.js +67 -0
  16. data/app/assets/stylesheets/poodle/application.css +18 -0
  17. data/app/assets/stylesheets/poodle/bootstrap-theme.css +473 -0
  18. data/app/assets/stylesheets/poodle/bootstrap.css +5482 -0
  19. data/app/assets/stylesheets/poodle/font-awesome.css +1672 -0
  20. data/app/assets/stylesheets/poodle/poodle-theme.css +55 -0
  21. data/app/controllers/poodle/application_controller.rb +15 -0
  22. data/app/helpers/poodle/application_helper.rb +4 -0
  23. data/app/helpers/poodle/display_helper.rb +36 -0
  24. data/app/helpers/poodle/flash_helper.rb +14 -0
  25. data/app/helpers/poodle/image_helper.rb +100 -0
  26. data/app/helpers/poodle/meta_tags_helper.rb +4 -0
  27. data/app/helpers/poodle/navigation_helper.rb +20 -0
  28. data/app/helpers/poodle/notification_helper.rb +20 -0
  29. data/app/helpers/poodle/params_parser_helper.rb +32 -0
  30. data/app/helpers/poodle/title_helper.rb +16 -0
  31. data/app/helpers/poodle/url_helper.rb +21 -0
  32. data/app/views/layouts/poodle/application/_footer.html.erb +5 -0
  33. data/app/views/layouts/poodle/application/_header.html.erb +26 -0
  34. data/app/views/layouts/poodle/application/_sidebar.html.erb +45 -0
  35. data/app/views/layouts/poodle/application.html.erb +56 -0
  36. data/app/views/layouts/poodle/common/_field.html.erb +46 -0
  37. data/app/views/layouts/poodle/common/_flash_message.html.erb +23 -0
  38. data/app/views/layouts/poodle/common/_meta_tags.html.erb +42 -0
  39. data/app/views/layouts/poodle/common/_overlays.html.erb +28 -0
  40. data/app/views/layouts/poodle/public.html.erb +48 -0
  41. data/app/views/widgets/_more_details.html.erb +89 -0
  42. data/config/initializers/api_errors.rb +32 -0
  43. data/config/routes.rb +2 -0
  44. data/lib/poodle/configuration.rb +14 -0
  45. data/lib/poodle/engine.rb +5 -0
  46. data/lib/poodle/version.rb +3 -0
  47. data/lib/poodle-rb.rb +20 -0
  48. data/lib/tasks/poodle_tasks.rake +4 -0
  49. data/test/dummy/README.rdoc +28 -0
  50. data/test/dummy/Rakefile +6 -0
  51. data/test/dummy/app/assets/javascripts/application.js +13 -0
  52. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  53. data/test/dummy/app/controllers/application_controller.rb +5 -0
  54. data/test/dummy/app/helpers/application_helper.rb +2 -0
  55. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  56. data/test/dummy/bin/bundle +3 -0
  57. data/test/dummy/bin/rails +4 -0
  58. data/test/dummy/bin/rake +4 -0
  59. data/test/dummy/config/application.rb +23 -0
  60. data/test/dummy/config/boot.rb +5 -0
  61. data/test/dummy/config/database.yml +25 -0
  62. data/test/dummy/config/environment.rb +5 -0
  63. data/test/dummy/config/environments/development.rb +37 -0
  64. data/test/dummy/config/environments/production.rb +78 -0
  65. data/test/dummy/config/environments/test.rb +39 -0
  66. data/test/dummy/config/initializers/assets.rb +8 -0
  67. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  68. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  69. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  70. data/test/dummy/config/initializers/inflections.rb +16 -0
  71. data/test/dummy/config/initializers/mime_types.rb +4 -0
  72. data/test/dummy/config/initializers/session_store.rb +3 -0
  73. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  74. data/test/dummy/config/locales/en.yml +23 -0
  75. data/test/dummy/config/routes.rb +4 -0
  76. data/test/dummy/config/secrets.yml +22 -0
  77. data/test/dummy/config.ru +4 -0
  78. data/test/dummy/public/404.html +67 -0
  79. data/test/dummy/public/422.html +67 -0
  80. data/test/dummy/public/500.html +66 -0
  81. data/test/dummy/public/favicon.ico +0 -0
  82. data/test/integration/navigation_test.rb +10 -0
  83. data/test/poodle_test.rb +7 -0
  84. data/test/test_helper.rb +19 -0
  85. metadata +226 -0
@@ -0,0 +1,473 @@
1
+ /*!
2
+ * Bootstrap v3.3.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2015 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ /*!
8
+ * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6172ae9c932bba75a4d8)
9
+ * Config saved to config.json and https://gist.github.com/6172ae9c932bba75a4d8
10
+ */
11
+ .btn-default,
12
+ .btn-primary,
13
+ .btn-success,
14
+ .btn-info,
15
+ .btn-warning,
16
+ .btn-danger {
17
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
18
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
19
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
20
+ }
21
+ .btn-default:active,
22
+ .btn-primary:active,
23
+ .btn-success:active,
24
+ .btn-info:active,
25
+ .btn-warning:active,
26
+ .btn-danger:active,
27
+ .btn-default.active,
28
+ .btn-primary.active,
29
+ .btn-success.active,
30
+ .btn-info.active,
31
+ .btn-warning.active,
32
+ .btn-danger.active {
33
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
34
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
35
+ }
36
+ .btn-default .badge,
37
+ .btn-primary .badge,
38
+ .btn-success .badge,
39
+ .btn-info .badge,
40
+ .btn-warning .badge,
41
+ .btn-danger .badge {
42
+ text-shadow: none;
43
+ }
44
+ .btn:active,
45
+ .btn.active {
46
+ background-image: none;
47
+ }
48
+ .btn-default {
49
+ background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
50
+ background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
51
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
52
+ background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
53
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
54
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
55
+ background-repeat: repeat-x;
56
+ border-color: #dbdbdb;
57
+ text-shadow: 0 1px 0 #fff;
58
+ border-color: #ccc;
59
+ }
60
+ .btn-default:hover,
61
+ .btn-default:focus {
62
+ background-color: #e0e0e0;
63
+ background-position: 0 -15px;
64
+ }
65
+ .btn-default:active,
66
+ .btn-default.active {
67
+ background-color: #e0e0e0;
68
+ border-color: #dbdbdb;
69
+ }
70
+ .btn-default:disabled,
71
+ .btn-default[disabled] {
72
+ background-color: #e0e0e0;
73
+ background-image: none;
74
+ }
75
+ .btn-primary {
76
+ background-image: -webkit-linear-gradient(top, #1cb066 0%, #147c48 100%);
77
+ background-image: -o-linear-gradient(top, #1cb066 0%, #147c48 100%);
78
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#1cb066), to(#147c48));
79
+ background-image: linear-gradient(to bottom, #1cb066 0%, #147c48 100%);
80
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1cb066', endColorstr='#ff147c48', GradientType=0);
81
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
82
+ background-repeat: repeat-x;
83
+ border-color: #137343;
84
+ }
85
+ .btn-primary:hover,
86
+ .btn-primary:focus {
87
+ background-color: #147c48;
88
+ background-position: 0 -15px;
89
+ }
90
+ .btn-primary:active,
91
+ .btn-primary.active {
92
+ background-color: #147c48;
93
+ border-color: #137343;
94
+ }
95
+ .btn-primary:disabled,
96
+ .btn-primary[disabled] {
97
+ background-color: #147c48;
98
+ background-image: none;
99
+ }
100
+ .btn-success {
101
+ background-image: -webkit-linear-gradient(top, #21cd77 0%, #199858 100%);
102
+ background-image: -o-linear-gradient(top, #21cd77 0%, #199858 100%);
103
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#21cd77), to(#199858));
104
+ background-image: linear-gradient(to bottom, #21cd77 0%, #199858 100%);
105
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff21cd77', endColorstr='#ff199858', GradientType=0);
106
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
107
+ background-repeat: repeat-x;
108
+ border-color: #179053;
109
+ }
110
+ .btn-success:hover,
111
+ .btn-success:focus {
112
+ background-color: #199858;
113
+ background-position: 0 -15px;
114
+ }
115
+ .btn-success:active,
116
+ .btn-success.active {
117
+ background-color: #199858;
118
+ border-color: #179053;
119
+ }
120
+ .btn-success:disabled,
121
+ .btn-success[disabled] {
122
+ background-color: #199858;
123
+ background-image: none;
124
+ }
125
+ .btn-info {
126
+ background-image: -webkit-linear-gradient(top, #55bebe 0%, #3b9a9a 100%);
127
+ background-image: -o-linear-gradient(top, #55bebe 0%, #3b9a9a 100%);
128
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#55bebe), to(#3b9a9a));
129
+ background-image: linear-gradient(to bottom, #55bebe 0%, #3b9a9a 100%);
130
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff55bebe', endColorstr='#ff3b9a9a', GradientType=0);
131
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
132
+ background-repeat: repeat-x;
133
+ border-color: #389393;
134
+ }
135
+ .btn-info:hover,
136
+ .btn-info:focus {
137
+ background-color: #3b9a9a;
138
+ background-position: 0 -15px;
139
+ }
140
+ .btn-info:active,
141
+ .btn-info.active {
142
+ background-color: #3b9a9a;
143
+ border-color: #389393;
144
+ }
145
+ .btn-info:disabled,
146
+ .btn-info[disabled] {
147
+ background-color: #3b9a9a;
148
+ background-image: none;
149
+ }
150
+ .btn-warning {
151
+ background-image: -webkit-linear-gradient(top, #ec694d 0%, #e43c18 100%);
152
+ background-image: -o-linear-gradient(top, #ec694d 0%, #e43c18 100%);
153
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ec694d), to(#e43c18));
154
+ background-image: linear-gradient(to bottom, #ec694d 0%, #e43c18 100%);
155
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec694d', endColorstr='#ffe43c18', GradientType=0);
156
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
157
+ background-repeat: repeat-x;
158
+ border-color: #da3a17;
159
+ }
160
+ .btn-warning:hover,
161
+ .btn-warning:focus {
162
+ background-color: #e43c18;
163
+ background-position: 0 -15px;
164
+ }
165
+ .btn-warning:active,
166
+ .btn-warning.active {
167
+ background-color: #e43c18;
168
+ border-color: #da3a17;
169
+ }
170
+ .btn-warning:disabled,
171
+ .btn-warning[disabled] {
172
+ background-color: #e43c18;
173
+ background-image: none;
174
+ }
175
+ .btn-danger {
176
+ background-image: -webkit-linear-gradient(top, #e7421f 0%, #b53013 100%);
177
+ background-image: -o-linear-gradient(top, #e7421f 0%, #b53013 100%);
178
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#e7421f), to(#b53013));
179
+ background-image: linear-gradient(to bottom, #e7421f 0%, #b53013 100%);
180
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7421f', endColorstr='#ffb53013', GradientType=0);
181
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
182
+ background-repeat: repeat-x;
183
+ border-color: #ac2d12;
184
+ }
185
+ .btn-danger:hover,
186
+ .btn-danger:focus {
187
+ background-color: #b53013;
188
+ background-position: 0 -15px;
189
+ }
190
+ .btn-danger:active,
191
+ .btn-danger.active {
192
+ background-color: #b53013;
193
+ border-color: #ac2d12;
194
+ }
195
+ .btn-danger:disabled,
196
+ .btn-danger[disabled] {
197
+ background-color: #b53013;
198
+ background-image: none;
199
+ }
200
+ .thumbnail,
201
+ .img-thumbnail {
202
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
203
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
204
+ }
205
+ .dropdown-menu > li > a:hover,
206
+ .dropdown-menu > li > a:focus {
207
+ background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
208
+ background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
209
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
210
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
211
+ background-repeat: repeat-x;
212
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
213
+ background-color: #e8e8e8;
214
+ }
215
+ .dropdown-menu > .active > a,
216
+ .dropdown-menu > .active > a:hover,
217
+ .dropdown-menu > .active > a:focus {
218
+ background-image: -webkit-linear-gradient(top, #1cb066 0%, #199a5a 100%);
219
+ background-image: -o-linear-gradient(top, #1cb066 0%, #199a5a 100%);
220
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#1cb066), to(#199a5a));
221
+ background-image: linear-gradient(to bottom, #1cb066 0%, #199a5a 100%);
222
+ background-repeat: repeat-x;
223
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1cb066', endColorstr='#ff199a5a', GradientType=0);
224
+ background-color: #199a5a;
225
+ }
226
+ .navbar-default {
227
+ background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
228
+ background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
229
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
230
+ background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
231
+ background-repeat: repeat-x;
232
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
233
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
234
+ border-radius: 4px;
235
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
236
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
237
+ }
238
+ .navbar-default .navbar-nav > .open > a,
239
+ .navbar-default .navbar-nav > .active > a {
240
+ background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
241
+ background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
242
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
243
+ background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
244
+ background-repeat: repeat-x;
245
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
246
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
247
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
248
+ }
249
+ .navbar-brand,
250
+ .navbar-nav > li > a {
251
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
252
+ }
253
+ .navbar-inverse {
254
+ background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
255
+ background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
256
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
257
+ background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
258
+ background-repeat: repeat-x;
259
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
260
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
261
+ }
262
+ .navbar-inverse .navbar-nav > .open > a,
263
+ .navbar-inverse .navbar-nav > .active > a {
264
+ background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
265
+ background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
266
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
267
+ background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
268
+ background-repeat: repeat-x;
269
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
270
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
271
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
272
+ }
273
+ .navbar-inverse .navbar-brand,
274
+ .navbar-inverse .navbar-nav > li > a {
275
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
276
+ }
277
+ .navbar-static-top,
278
+ .navbar-fixed-top,
279
+ .navbar-fixed-bottom {
280
+ border-radius: 0;
281
+ }
282
+ @media (max-width: 767px) {
283
+ .navbar .navbar-nav .open .dropdown-menu > .active > a,
284
+ .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
285
+ .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
286
+ color: #fff;
287
+ background-image: -webkit-linear-gradient(top, #1cb066 0%, #199a5a 100%);
288
+ background-image: -o-linear-gradient(top, #1cb066 0%, #199a5a 100%);
289
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#1cb066), to(#199a5a));
290
+ background-image: linear-gradient(to bottom, #1cb066 0%, #199a5a 100%);
291
+ background-repeat: repeat-x;
292
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1cb066', endColorstr='#ff199a5a', GradientType=0);
293
+ }
294
+ }
295
+ .alert {
296
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
297
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
298
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
299
+ }
300
+ .alert-success {
301
+ background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
302
+ background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
303
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
304
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
305
+ background-repeat: repeat-x;
306
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
307
+ border-color: #b2dba1;
308
+ }
309
+ .alert-info {
310
+ background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
311
+ background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
312
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
313
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
314
+ background-repeat: repeat-x;
315
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
316
+ border-color: #9acfea;
317
+ }
318
+ .alert-warning {
319
+ background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
320
+ background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
321
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
322
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
323
+ background-repeat: repeat-x;
324
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
325
+ border-color: #f5e79e;
326
+ }
327
+ .alert-danger {
328
+ background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
329
+ background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
330
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
331
+ background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
332
+ background-repeat: repeat-x;
333
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
334
+ border-color: #dca7a7;
335
+ }
336
+ .progress {
337
+ background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
338
+ background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
339
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
340
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
341
+ background-repeat: repeat-x;
342
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
343
+ }
344
+ .progress-bar {
345
+ background-image: -webkit-linear-gradient(top, #1cb066 0%, #15854d 100%);
346
+ background-image: -o-linear-gradient(top, #1cb066 0%, #15854d 100%);
347
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#1cb066), to(#15854d));
348
+ background-image: linear-gradient(to bottom, #1cb066 0%, #15854d 100%);
349
+ background-repeat: repeat-x;
350
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1cb066', endColorstr='#ff15854d', GradientType=0);
351
+ }
352
+ .progress-bar-success {
353
+ background-image: -webkit-linear-gradient(top, #21cd77 0%, #1aa15e 100%);
354
+ background-image: -o-linear-gradient(top, #21cd77 0%, #1aa15e 100%);
355
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#21cd77), to(#1aa15e));
356
+ background-image: linear-gradient(to bottom, #21cd77 0%, #1aa15e 100%);
357
+ background-repeat: repeat-x;
358
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff21cd77', endColorstr='#ff1aa15e', GradientType=0);
359
+ }
360
+ .progress-bar-info {
361
+ background-image: -webkit-linear-gradient(top, #55bebe 0%, #3ea2a2 100%);
362
+ background-image: -o-linear-gradient(top, #55bebe 0%, #3ea2a2 100%);
363
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#55bebe), to(#3ea2a2));
364
+ background-image: linear-gradient(to bottom, #55bebe 0%, #3ea2a2 100%);
365
+ background-repeat: repeat-x;
366
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff55bebe', endColorstr='#ff3ea2a2', GradientType=0);
367
+ }
368
+ .progress-bar-warning {
369
+ background-image: -webkit-linear-gradient(top, #ec694d 0%, #e7421f 100%);
370
+ background-image: -o-linear-gradient(top, #ec694d 0%, #e7421f 100%);
371
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ec694d), to(#e7421f));
372
+ background-image: linear-gradient(to bottom, #ec694d 0%, #e7421f 100%);
373
+ background-repeat: repeat-x;
374
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec694d', endColorstr='#ffe7421f', GradientType=0);
375
+ }
376
+ .progress-bar-danger {
377
+ background-image: -webkit-linear-gradient(top, #e7421f 0%, #bf3214 100%);
378
+ background-image: -o-linear-gradient(top, #e7421f 0%, #bf3214 100%);
379
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#e7421f), to(#bf3214));
380
+ background-image: linear-gradient(to bottom, #e7421f 0%, #bf3214 100%);
381
+ background-repeat: repeat-x;
382
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7421f', endColorstr='#ffbf3214', GradientType=0);
383
+ }
384
+ .progress-bar-striped {
385
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
386
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
387
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
388
+ }
389
+ .list-group {
390
+ border-radius: 4px;
391
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
392
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
393
+ }
394
+ .list-group-item.active,
395
+ .list-group-item.active:hover,
396
+ .list-group-item.active:focus {
397
+ text-shadow: 0 -1px 0 #15854d;
398
+ background-image: -webkit-linear-gradient(top, #1cb066 0%, #179053 100%);
399
+ background-image: -o-linear-gradient(top, #1cb066 0%, #179053 100%);
400
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#1cb066), to(#179053));
401
+ background-image: linear-gradient(to bottom, #1cb066 0%, #179053 100%);
402
+ background-repeat: repeat-x;
403
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1cb066', endColorstr='#ff179053', GradientType=0);
404
+ border-color: #179053;
405
+ }
406
+ .list-group-item.active .badge,
407
+ .list-group-item.active:hover .badge,
408
+ .list-group-item.active:focus .badge {
409
+ text-shadow: none;
410
+ }
411
+ .panel {
412
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
413
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
414
+ }
415
+ .panel-default > .panel-heading {
416
+ background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
417
+ background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
418
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
419
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
420
+ background-repeat: repeat-x;
421
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
422
+ }
423
+ .panel-primary > .panel-heading {
424
+ background-image: -webkit-linear-gradient(top, #1cb066 0%, #199a5a 100%);
425
+ background-image: -o-linear-gradient(top, #1cb066 0%, #199a5a 100%);
426
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#1cb066), to(#199a5a));
427
+ background-image: linear-gradient(to bottom, #1cb066 0%, #199a5a 100%);
428
+ background-repeat: repeat-x;
429
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1cb066', endColorstr='#ff199a5a', GradientType=0);
430
+ }
431
+ .panel-success > .panel-heading {
432
+ background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
433
+ background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
434
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
435
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
436
+ background-repeat: repeat-x;
437
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
438
+ }
439
+ .panel-info > .panel-heading {
440
+ background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
441
+ background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
442
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
443
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
444
+ background-repeat: repeat-x;
445
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
446
+ }
447
+ .panel-warning > .panel-heading {
448
+ background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
449
+ background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
450
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
451
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
452
+ background-repeat: repeat-x;
453
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
454
+ }
455
+ .panel-danger > .panel-heading {
456
+ background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
457
+ background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
458
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
459
+ background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
460
+ background-repeat: repeat-x;
461
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
462
+ }
463
+ .well {
464
+ background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
465
+ background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
466
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
467
+ background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
468
+ background-repeat: repeat-x;
469
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
470
+ border-color: #dcdcdc;
471
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
472
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
473
+ }