picasso 0.4.2 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. data/README.md +13 -2
  2. data/docs/_picasso.html +45 -723
  3. data/docs/config.rb +0 -3
  4. data/docs/css/picasso-demos.css +45 -721
  5. data/docs/index.html +59 -727
  6. data/docs/picasso-_components.html +45 -723
  7. data/docs/picasso-_despegar.html +45 -723
  8. data/docs/picasso-_utils.html +45 -723
  9. data/docs/picasso-components-_accordions.html +45 -723
  10. data/docs/picasso-components-_arrows.html +45 -723
  11. data/docs/picasso-components-_bubbles.html +45 -723
  12. data/docs/picasso-components-_buttons.html +46 -728
  13. data/docs/picasso-components-_clusters.html +45 -723
  14. data/docs/picasso-components-_inputs.html +45 -723
  15. data/docs/picasso-components-_list-grids.html +45 -723
  16. data/docs/picasso-components-_navs.html +61 -858
  17. data/docs/picasso-components-_pagination.html +45 -723
  18. data/docs/picasso-components-_popups.html +49 -769
  19. data/docs/picasso-components-_tooltips.html +49 -723
  20. data/docs/picasso-components-buttons-_3d.html +45 -724
  21. data/docs/picasso-components-buttons-_glossy.html +25 -25
  22. data/docs/picasso-components-buttons-_mini.html +25 -25
  23. data/docs/picasso-despegar-_mixins.html +45 -723
  24. data/docs/picasso-despegar-_variables.html +66 -740
  25. data/docs/picasso-utils-_clearfix.html +45 -723
  26. data/docs/picasso-utils-_grid.html +45 -723
  27. data/docs/picasso-utils-_ie.html +45 -723
  28. data/docs/picasso-utils-_rem.html +45 -723
  29. data/docs/picasso-utils-_sprite.html +45 -723
  30. data/docs/sass/picasso-demos.scss +13 -33
  31. data/lib/picasso/version.rb +1 -1
  32. data/picasso.gemspec +0 -1
  33. data/stylesheets/picasso/components/_buttons.scss +1 -5
  34. data/stylesheets/picasso/components/_navs.scss +16 -135
  35. data/stylesheets/picasso/components/_popups.scss +5 -46
  36. data/stylesheets/picasso/components/_tooltips.scss +5 -0
  37. data/stylesheets/picasso/components/buttons/_3d.scss +0 -1
  38. data/stylesheets/picasso/despegar/_variables.scss +17 -14
  39. metadata +5 -25
  40. data/docs/img/picasso-buttons-glossy.png +0 -0
  41. data/docs/img/picasso-buttons-mini.png +0 -0
  42. data/docs/img/picasso-nav.png +0 -0
  43. data/docs/img/picasso-popup.png +0 -0
  44. data/stylesheets/picasso/components/buttons/_glossy.scss +0 -266
  45. data/stylesheets/picasso/components/buttons/_mini.scss +0 -197
@@ -1,6 +1,3 @@
1
- # Dependencias
2
- require 'magick'
3
-
4
1
  css_dir = "css"
5
2
  sass_dir = "sass"
6
3
  line_comments = false
@@ -155,375 +155,6 @@ body {
155
155
  font-size: 1.2em;
156
156
  }
157
157
 
158
- .button-glossy-demo-1 {
159
- width: 90px;
160
- height: 30px;
161
- display: inline-block;
162
- text-align: center;
163
- position: relative;
164
- z-index: 1;
165
- font-family: sans-serif;
166
- font-size: 12px;
167
- text-decoration: none;
168
- cursor: pointer;
169
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de1f2a), color-stop(100%, #c81c26)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b11922), color-stop(100%, #6e0f15));
170
- background: -webkit-linear-gradient(#de1f2a, #c81c26), -webkit-linear-gradient(#b11922, #6e0f15);
171
- background: -moz-linear-gradient(#de1f2a, #c81c26), -moz-linear-gradient(#b11922, #6e0f15);
172
- background: -o-linear-gradient(#de1f2a, #c81c26), -o-linear-gradient(#b11922, #6e0f15);
173
- background: linear-gradient(#de1f2a, #c81c26), linear-gradient(#b11922, #6e0f15);
174
- -webkit-border-radius: 5px;
175
- -moz-border-radius: 5px;
176
- -ms-border-radius: 5px;
177
- -o-border-radius: 5px;
178
- border-radius: 5px;
179
- background-position: left top, left 15px;
180
- }
181
- .button-glossy-demo-1:after, .button-glossy-demo-1:before {
182
- content: "";
183
- position: absolute;
184
- display: inline-block;
185
- }
186
- .button-glossy-demo-1:after {
187
- width: 88px;
188
- height: 28px;
189
- left: 1px;
190
- top: 1px;
191
- z-index: 2;
192
- }
193
- .button-glossy-demo-1:before {
194
- width: 86px;
195
- height: 26px;
196
- left: 2px;
197
- top: 2px;
198
- z-index: 3;
199
- }
200
- .button-glossy-demo-1 span {
201
- position: relative;
202
- z-index: 4;
203
- line-height: 30px;
204
- }
205
- .button-glossy-demo-1 span {
206
- color: white;
207
- }
208
- .button-glossy-demo-1:after, .button-glossy-demo-1:before {
209
- -webkit-border-radius: 4px;
210
- -moz-border-radius: 4px;
211
- -ms-border-radius: 4px;
212
- -o-border-radius: 4px;
213
- border-radius: 4px;
214
- }
215
- .button-glossy-demo-1:after {
216
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #f2a4a8), color-stop(100%, #150304)) 50%;
217
- background: -webkit-linear-gradient(#f2a4a8 15%, #150304) 50%;
218
- background: -moz-linear-gradient(#f2a4a8 15%, #150304) 50%;
219
- background: -o-linear-gradient(#f2a4a8 15%, #150304) 50%;
220
- background: linear-gradient(#f2a4a8 15%, #150304) 50%;
221
- }
222
- .button-glossy-demo-1:before {
223
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de1f2a), color-stop(100%, #c81c26)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b11922), color-stop(100%, #6e0f15));
224
- background: -webkit-linear-gradient(#de1f2a, #c81c26), -webkit-linear-gradient(#b11922, #6e0f15);
225
- background: -moz-linear-gradient(#de1f2a, #c81c26), -moz-linear-gradient(#b11922, #6e0f15);
226
- background: -o-linear-gradient(#de1f2a, #c81c26), -o-linear-gradient(#b11922, #6e0f15);
227
- background: linear-gradient(#de1f2a, #c81c26), linear-gradient(#b11922, #6e0f15);
228
- background-position: left top, left 13px;
229
- }
230
- .button-glossy-demo-1, .button-glossy-demo-1:before {
231
- background-size: 100% 50%;
232
- background-repeat: no-repeat;
233
- }
234
- .button-glossy-demo-1:hover {
235
- text-decoration: none;
236
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e96168), color-stop(50%, #bf1b24), color-stop(100%, #f10c19));
237
- background: -webkit-linear-gradient(#e96168, #bf1b24, #f10c19);
238
- background: -moz-linear-gradient(#e96168, #bf1b24, #f10c19);
239
- background: -o-linear-gradient(#e96168, #bf1b24, #f10c19);
240
- background: linear-gradient(#e96168, #bf1b24, #f10c19);
241
- }
242
- .button-glossy-demo-1:hover:after {
243
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4b1b5), color-stop(100%, #d11d27)) 50%;
244
- background: -webkit-linear-gradient(#f4b1b5 20%, #d11d27) 50%;
245
- background: -moz-linear-gradient(#f4b1b5 20%, #d11d27) 50%;
246
- background: -o-linear-gradient(#f4b1b5 20%, #d11d27) 50%;
247
- background: linear-gradient(#f4b1b5 20%, #d11d27) 50%;
248
- }
249
- .button-glossy-demo-1:hover:before {
250
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e96168), color-stop(50%, #bf1b24), color-stop(100%, #f10c19));
251
- background: -webkit-linear-gradient(#e96168, #bf1b24, #f10c19);
252
- background: -moz-linear-gradient(#e96168, #bf1b24, #f10c19);
253
- background: -o-linear-gradient(#e96168, #bf1b24, #f10c19);
254
- background: linear-gradient(#e96168, #bf1b24, #f10c19);
255
- }
256
- .button-glossy-demo-1:hover, .button-glossy-demo-1:hover:before {
257
- background-size: 100% 100%;
258
- background-position: left top;
259
- background-repeat: no-repeat;
260
- }
261
- .ie7 .button-glossy-demo-1, .ie8 .button-glossy-demo-1, .ie9 .button-glossy-demo-1 {
262
- -webkit-border-radius: none;
263
- -moz-border-radius: none;
264
- -ms-border-radius: none;
265
- -o-border-radius: none;
266
- border-radius: none;
267
- background: url('../img/picasso-buttons-glossy.png');
268
- background-position: 0 -1px;
269
- }
270
- .ie7 .button-glossy-demo-1:hover, .ie8 .button-glossy-demo-1:hover, .ie9 .button-glossy-demo-1:hover {
271
- background-position: 0 -31px;
272
- }
273
- .ie9 .button-glossy-demo-1 {
274
- -webkit-border-radius: none;
275
- -moz-border-radius: none;
276
- -ms-border-radius: none;
277
- -o-border-radius: none;
278
- border-radius: none;
279
- }
280
-
281
- .button-glossy-demo-2 {
282
- width: 70px;
283
- height: 30px;
284
- display: inline-block;
285
- text-align: center;
286
- position: relative;
287
- z-index: 1;
288
- font-family: sans-serif;
289
- font-size: 12px;
290
- text-decoration: none;
291
- cursor: pointer;
292
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006699), color-stop(100%, #00334d));
293
- background: -webkit-linear-gradient(#0088cc, #0077b3), -webkit-linear-gradient(#006699, #00334d);
294
- background: -moz-linear-gradient(#0088cc, #0077b3), -moz-linear-gradient(#006699, #00334d);
295
- background: -o-linear-gradient(#0088cc, #0077b3), -o-linear-gradient(#006699, #00334d);
296
- background: linear-gradient(#0088cc, #0077b3), linear-gradient(#006699, #00334d);
297
- -webkit-border-radius: 5px;
298
- -moz-border-radius: 5px;
299
- -ms-border-radius: 5px;
300
- -o-border-radius: 5px;
301
- border-radius: 5px;
302
- background-position: left top, left 15px;
303
- }
304
- .button-glossy-demo-2:after, .button-glossy-demo-2:before {
305
- content: "";
306
- position: absolute;
307
- display: inline-block;
308
- }
309
- .button-glossy-demo-2:after {
310
- width: 68px;
311
- height: 28px;
312
- left: 1px;
313
- top: 1px;
314
- z-index: 2;
315
- }
316
- .button-glossy-demo-2:before {
317
- width: 66px;
318
- height: 26px;
319
- left: 2px;
320
- top: 2px;
321
- z-index: 3;
322
- }
323
- .button-glossy-demo-2 span {
324
- position: relative;
325
- z-index: 4;
326
- line-height: 30px;
327
- }
328
- .button-glossy-demo-2 span {
329
- color: white;
330
- }
331
- .button-glossy-demo-2:after, .button-glossy-demo-2:before {
332
- -webkit-border-radius: 4px;
333
- -moz-border-radius: 4px;
334
- -ms-border-radius: 4px;
335
- -o-border-radius: 4px;
336
- border-radius: 4px;
337
- }
338
- .button-glossy-demo-2:after {
339
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #66ccff), color-stop(100%, #000000)) 50%;
340
- background: -webkit-linear-gradient(#66ccff 15%, #000000) 50%;
341
- background: -moz-linear-gradient(#66ccff 15%, #000000) 50%;
342
- background: -o-linear-gradient(#66ccff 15%, #000000) 50%;
343
- background: linear-gradient(#66ccff 15%, #000000) 50%;
344
- }
345
- .button-glossy-demo-2:before {
346
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0077b3)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006699), color-stop(100%, #00334d));
347
- background: -webkit-linear-gradient(#0088cc, #0077b3), -webkit-linear-gradient(#006699, #00334d);
348
- background: -moz-linear-gradient(#0088cc, #0077b3), -moz-linear-gradient(#006699, #00334d);
349
- background: -o-linear-gradient(#0088cc, #0077b3), -o-linear-gradient(#006699, #00334d);
350
- background: linear-gradient(#0088cc, #0077b3), linear-gradient(#006699, #00334d);
351
- background-position: left top, left 13px;
352
- }
353
- .button-glossy-demo-2, .button-glossy-demo-2:before {
354
- background-size: 100% 50%;
355
- background-repeat: no-repeat;
356
- }
357
- .button-glossy-demo-2:hover {
358
- text-decoration: none;
359
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ab2ff), color-stop(50%, #0070a8), color-stop(100%, #0088cc));
360
- background: -webkit-linear-gradient(#1ab2ff, #0070a8, #0088cc);
361
- background: -moz-linear-gradient(#1ab2ff, #0070a8, #0088cc);
362
- background: -o-linear-gradient(#1ab2ff, #0070a8, #0088cc);
363
- background: linear-gradient(#1ab2ff, #0070a8, #0088cc);
364
- }
365
- .button-glossy-demo-2:hover:after {
366
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #75d1ff), color-stop(100%, #007ebd)) 50%;
367
- background: -webkit-linear-gradient(#75d1ff 20%, #007ebd) 50%;
368
- background: -moz-linear-gradient(#75d1ff 20%, #007ebd) 50%;
369
- background: -o-linear-gradient(#75d1ff 20%, #007ebd) 50%;
370
- background: linear-gradient(#75d1ff 20%, #007ebd) 50%;
371
- }
372
- .button-glossy-demo-2:hover:before {
373
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ab2ff), color-stop(50%, #0070a8), color-stop(100%, #0088cc));
374
- background: -webkit-linear-gradient(#1ab2ff, #0070a8, #0088cc);
375
- background: -moz-linear-gradient(#1ab2ff, #0070a8, #0088cc);
376
- background: -o-linear-gradient(#1ab2ff, #0070a8, #0088cc);
377
- background: linear-gradient(#1ab2ff, #0070a8, #0088cc);
378
- }
379
- .button-glossy-demo-2:hover, .button-glossy-demo-2:hover:before {
380
- background-size: 100% 100%;
381
- background-position: left top;
382
- background-repeat: no-repeat;
383
- }
384
- .ie7 .button-glossy-demo-2, .ie8 .button-glossy-demo-2, .ie9 .button-glossy-demo-2 {
385
- -webkit-border-radius: none;
386
- -moz-border-radius: none;
387
- -ms-border-radius: none;
388
- -o-border-radius: none;
389
- border-radius: none;
390
- background: url('../img/picasso-buttons-glossy.png');
391
- background-position: 0 -61px;
392
- }
393
- .ie7 .button-glossy-demo-2:hover, .ie8 .button-glossy-demo-2:hover, .ie9 .button-glossy-demo-2:hover {
394
- background-position: 0 -91px;
395
- }
396
- .ie9 .button-glossy-demo-2 {
397
- -webkit-border-radius: none;
398
- -moz-border-radius: none;
399
- -ms-border-radius: none;
400
- -o-border-radius: none;
401
- border-radius: none;
402
- }
403
-
404
- .button-glossy-demo-3 {
405
- width: 80px;
406
- height: 30px;
407
- display: inline-block;
408
- text-align: center;
409
- position: relative;
410
- z-index: 1;
411
- font-family: sans-serif;
412
- font-size: 12px;
413
- text-decoration: none;
414
- cursor: pointer;
415
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #faa937)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9f1e), color-stop(100%, #c77605));
416
- background: -webkit-linear-gradient(#fbb450, #faa937), -webkit-linear-gradient(#fa9f1e, #c77605);
417
- background: -moz-linear-gradient(#fbb450, #faa937), -moz-linear-gradient(#fa9f1e, #c77605);
418
- background: -o-linear-gradient(#fbb450, #faa937), -o-linear-gradient(#fa9f1e, #c77605);
419
- background: linear-gradient(#fbb450, #faa937), linear-gradient(#fa9f1e, #c77605);
420
- -webkit-border-radius: 5px;
421
- -moz-border-radius: 5px;
422
- -ms-border-radius: 5px;
423
- -o-border-radius: 5px;
424
- border-radius: 5px;
425
- background-position: left top, left 15px;
426
- }
427
- .button-glossy-demo-3:after, .button-glossy-demo-3:before {
428
- content: "";
429
- position: absolute;
430
- display: inline-block;
431
- }
432
- .button-glossy-demo-3:after {
433
- width: 78px;
434
- height: 28px;
435
- left: 1px;
436
- top: 1px;
437
- z-index: 2;
438
- }
439
- .button-glossy-demo-3:before {
440
- width: 76px;
441
- height: 26px;
442
- left: 2px;
443
- top: 2px;
444
- z-index: 3;
445
- }
446
- .button-glossy-demo-3 span {
447
- position: relative;
448
- z-index: 4;
449
- line-height: 30px;
450
- }
451
- .button-glossy-demo-3 span {
452
- color: white;
453
- }
454
- .button-glossy-demo-3:after, .button-glossy-demo-3:before {
455
- -webkit-border-radius: 4px;
456
- -moz-border-radius: 4px;
457
- -ms-border-radius: 4px;
458
- -o-border-radius: 4px;
459
- border-radius: 4px;
460
- }
461
- .button-glossy-demo-3:after {
462
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #fef4e6), color-stop(100%, #633b02)) 50%;
463
- background: -webkit-linear-gradient(#fef4e6 15%, #633b02) 50%;
464
- background: -moz-linear-gradient(#fef4e6 15%, #633b02) 50%;
465
- background: -o-linear-gradient(#fef4e6 15%, #633b02) 50%;
466
- background: linear-gradient(#fef4e6 15%, #633b02) 50%;
467
- }
468
- .button-glossy-demo-3:before {
469
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #faa937)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9f1e), color-stop(100%, #c77605));
470
- background: -webkit-linear-gradient(#fbb450, #faa937), -webkit-linear-gradient(#fa9f1e, #c77605);
471
- background: -moz-linear-gradient(#fbb450, #faa937), -moz-linear-gradient(#fa9f1e, #c77605);
472
- background: -o-linear-gradient(#fbb450, #faa937), -o-linear-gradient(#fa9f1e, #c77605);
473
- background: linear-gradient(#fbb450, #faa937), linear-gradient(#fa9f1e, #c77605);
474
- background-position: left top, left 13px;
475
- }
476
- .button-glossy-demo-3, .button-glossy-demo-3:before {
477
- background-size: 100% 50%;
478
- background-repeat: no-repeat;
479
- }
480
- .button-glossy-demo-3:hover {
481
- text-decoration: none;
482
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd49b), color-stop(50%, #faa52d), color-stop(100%, #ffb54c));
483
- background: -webkit-linear-gradient(#fdd49b, #faa52d, #ffb54c);
484
- background: -moz-linear-gradient(#fdd49b, #faa52d, #ffb54c);
485
- background: -o-linear-gradient(#fdd49b, #faa52d, #ffb54c);
486
- background: linear-gradient(#fdd49b, #faa52d, #ffb54c);
487
- }
488
- .button-glossy-demo-3:hover:after {
489
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fffbf5), color-stop(100%, #fbae41)) 50%;
490
- background: -webkit-linear-gradient(#fffbf5 20%, #fbae41) 50%;
491
- background: -moz-linear-gradient(#fffbf5 20%, #fbae41) 50%;
492
- background: -o-linear-gradient(#fffbf5 20%, #fbae41) 50%;
493
- background: linear-gradient(#fffbf5 20%, #fbae41) 50%;
494
- }
495
- .button-glossy-demo-3:hover:before {
496
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd49b), color-stop(50%, #faa52d), color-stop(100%, #ffb54c));
497
- background: -webkit-linear-gradient(#fdd49b, #faa52d, #ffb54c);
498
- background: -moz-linear-gradient(#fdd49b, #faa52d, #ffb54c);
499
- background: -o-linear-gradient(#fdd49b, #faa52d, #ffb54c);
500
- background: linear-gradient(#fdd49b, #faa52d, #ffb54c);
501
- }
502
- .button-glossy-demo-3:hover, .button-glossy-demo-3:hover:before {
503
- background-size: 100% 100%;
504
- background-position: left top;
505
- background-repeat: no-repeat;
506
- }
507
- .ie7 .button-glossy-demo-3, .ie8 .button-glossy-demo-3, .ie9 .button-glossy-demo-3 {
508
- -webkit-border-radius: none;
509
- -moz-border-radius: none;
510
- -ms-border-radius: none;
511
- -o-border-radius: none;
512
- border-radius: none;
513
- background: url('../img/picasso-buttons-glossy.png');
514
- background-position: 0 -121px;
515
- }
516
- .ie7 .button-glossy-demo-3:hover, .ie8 .button-glossy-demo-3:hover, .ie9 .button-glossy-demo-3:hover {
517
- background-position: 0 -151px;
518
- }
519
- .ie9 .button-glossy-demo-3 {
520
- -webkit-border-radius: none;
521
- -moz-border-radius: none;
522
- -ms-border-radius: none;
523
- -o-border-radius: none;
524
- border-radius: none;
525
- }
526
-
527
158
  .button-3d-demo-1 {
528
159
  overflow: hidden;
529
160
  display: inline-block;
@@ -631,7 +262,7 @@ body {
631
262
  display: inline-block;
632
263
  line-height: 2.2em;
633
264
  color: white;
634
- border: 1px solid #004466;
265
+ border: 1px solid #00132e;
635
266
  font-family: sans-serif;
636
267
  font-size: 13px;
637
268
  text-decoration: none;
@@ -663,34 +294,34 @@ body {
663
294
  color: white;
664
295
  }
665
296
  .button-3d-demo-2 span {
666
- background-color: #0088cc;
667
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #002233));
668
- background-image: -webkit-linear-gradient(#0088cc, #002233);
669
- background-image: -moz-linear-gradient(#0088cc, #002233);
670
- background-image: -o-linear-gradient(#0088cc, #002233);
671
- background-image: linear-gradient(#0088cc, #002233);
297
+ background-color: #013d93;
298
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #013d93), color-stop(100%, #000000));
299
+ background-image: -webkit-linear-gradient(#013d93, #000000);
300
+ background-image: -moz-linear-gradient(#013d93, #000000);
301
+ background-image: -o-linear-gradient(#013d93, #000000);
302
+ background-image: linear-gradient(#013d93, #000000);
672
303
  -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
673
304
  -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
674
305
  box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5);
675
306
  }
676
307
  .button-3d-demo-2 span:hover {
677
- background-color: #0088cc;
678
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #004466));
679
- background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #004466);
680
- background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #004466);
681
- background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #004466);
682
- background-image: linear-gradient(rgba(255, 255, 255, 0), #004466);
683
- -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #0088cc;
684
- -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #0088cc;
685
- box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #0088cc;
308
+ background-color: #003d94;
309
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #00132e));
310
+ background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #00132e);
311
+ background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #00132e);
312
+ background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #00132e);
313
+ background-image: linear-gradient(rgba(255, 255, 255, 0), #00132e);
314
+ -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #003d94;
315
+ -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #003d94;
316
+ box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(255, 255, 255, 0.5), inset 0 0 1em #003d94;
686
317
  }
687
318
  .button-3d-demo-2 span:active {
688
319
  text-shadow: 0 -1px 0 black;
689
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #002233));
690
- background-image: -webkit-linear-gradient(#0088cc, #002233);
691
- background-image: -moz-linear-gradient(#0088cc, #002233);
692
- background-image: -o-linear-gradient(#0088cc, #002233);
693
- background-image: linear-gradient(#0088cc, #002233);
320
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #013d93), color-stop(100%, #000000));
321
+ background-image: -webkit-linear-gradient(#013d93, #000000);
322
+ background-image: -moz-linear-gradient(#013d93, #000000);
323
+ background-image: -o-linear-gradient(#013d93, #000000);
324
+ background-image: linear-gradient(#013d93, #000000);
694
325
  -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
695
326
  -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
696
327
  box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
@@ -713,15 +344,15 @@ body {
713
344
  }
714
345
  .ie7 .button-3d-demo-2 span, .ie8 .button-3d-demo-2 span, .ie9 .button-3d-demo-2 span {
715
346
  *zoom: 1;
716
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#000088CC', endColorstr='#FF002233');
347
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00013D93', endColorstr='#FF000000');
717
348
  }
718
349
  .ie7 .button-3d-demo-2 span:hover, .ie8 .button-3d-demo-2 span:hover, .ie9 .button-3d-demo-2 span:hover {
719
350
  *zoom: 1;
720
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FF004466');
351
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FF00132E');
721
352
  }
722
353
  .ie7 .button-3d-demo-2 span:active, .ie8 .button-3d-demo-2 span:active, .ie9 .button-3d-demo-2 span:active {
723
354
  *zoom: 1;
724
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#000088CC', endColorstr='#FF002233');
355
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00013D93', endColorstr='#FF000000');
725
356
  }
726
357
  .ie7 .button-3d-demo-2.disabled span, .ie7 .button-3d-demo-2.disabled span:hover, .ie7 .button-3d-demo-2.disabled span:active, .ie8 .button-3d-demo-2.disabled span, .ie8 .button-3d-demo-2.disabled span:hover, .ie8 .button-3d-demo-2.disabled span:active, .ie9 .button-3d-demo-2.disabled span, .ie9 .button-3d-demo-2.disabled span:hover, .ie9 .button-3d-demo-2.disabled span:active {
727
358
  *zoom: 1;
@@ -1034,278 +665,6 @@ body {
1034
665
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
1035
666
  }
1036
667
 
1037
- .button-mini-demo-1 {
1038
- display: inline-block;
1039
- height: 20px;
1040
- padding-right: 10px;
1041
- padding-right: 10px;
1042
- font-family: sans-serif;
1043
- text-decoration: none;
1044
- cursor: pointer;
1045
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(50%, #e3e3e3), color-stop(51%, #d6d6d6), color-stop(100%, #cacaca));
1046
- background: -webkit-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
1047
- background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
1048
- background: -o-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
1049
- background: linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
1050
- -webkit-border-radius: 20px;
1051
- -moz-border-radius: 20px;
1052
- -ms-border-radius: 20px;
1053
- -o-border-radius: 20px;
1054
- border-radius: 20px;
1055
- -webkit-box-shadow: #333333 0px 1px 2px 0px;
1056
- -moz-box-shadow: #333333 0px 1px 2px 0px;
1057
- box-shadow: #333333 0px 1px 2px 0px;
1058
- }
1059
- .button-mini-demo-1 span {
1060
- height: 20px;
1061
- line-height: 20px;
1062
- padding-left: 10px;
1063
- display: block;
1064
- }
1065
- .button-mini-demo-1:hover {
1066
- text-decoration: none;
1067
- background: #e3e3e3;
1068
- }
1069
- .button-mini-demo-1:active {
1070
- background: #cacaca;
1071
- -webkit-box-shadow: #999999 0px 0px 3px 3px inset;
1072
- -moz-box-shadow: #999999 0px 0px 3px 3px inset;
1073
- box-shadow: #999999 0px 0px 3px 3px inset;
1074
- }
1075
- .button-mini-demo-1 span {
1076
- color: #0e6695;
1077
- font-size: 11px;
1078
- }
1079
- .ie7 .button-mini-demo-1, .ie8 .button-mini-demo-1, .ie9 .button-mini-demo-1 {
1080
- background: url('../img/picasso-buttons-mini.png');
1081
- background-position: right -1px;
1082
- }
1083
- .ie7 .button-mini-demo-1:hover, .ie8 .button-mini-demo-1:hover, .ie9 .button-mini-demo-1:hover {
1084
- background-position: right -21px;
1085
- }
1086
- .ie7 .button-mini-demo-1 span, .ie8 .button-mini-demo-1 span, .ie9 .button-mini-demo-1 span {
1087
- background-image: url('../img/picasso-buttons-mini.png');
1088
- background-color: white;
1089
- background-position: 0 -1px;
1090
- }
1091
- .ie7 .button-mini-demo-1 span:hover, .ie8 .button-mini-demo-1 span:hover, .ie9 .button-mini-demo-1 span:hover {
1092
- background-position: 0 -21px;
1093
- }
1094
- .ie9 .button-mini-demo-1 {
1095
- -webkit-border-radius: none;
1096
- -moz-border-radius: none;
1097
- -ms-border-radius: none;
1098
- -o-border-radius: none;
1099
- border-radius: none;
1100
- -webkit-box-shadow: none;
1101
- -moz-box-shadow: none;
1102
- box-shadow: none;
1103
- }
1104
-
1105
- .button-mini-demo-2 {
1106
- display: inline-block;
1107
- height: 20px;
1108
- padding-right: 10px;
1109
- padding-right: 10px;
1110
- font-family: sans-serif;
1111
- text-decoration: none;
1112
- cursor: pointer;
1113
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(50%, #0077b3), color-stop(51%, #006699), color-stop(100%, #005580));
1114
- background: -webkit-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
1115
- background: -moz-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
1116
- background: -o-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
1117
- background: linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
1118
- -webkit-border-radius: 20px;
1119
- -moz-border-radius: 20px;
1120
- -ms-border-radius: 20px;
1121
- -o-border-radius: 20px;
1122
- border-radius: 20px;
1123
- -webkit-box-shadow: #333333 0px 1px 2px 0px;
1124
- -moz-box-shadow: #333333 0px 1px 2px 0px;
1125
- box-shadow: #333333 0px 1px 2px 0px;
1126
- }
1127
- .button-mini-demo-2 span {
1128
- height: 20px;
1129
- line-height: 20px;
1130
- padding-left: 10px;
1131
- display: block;
1132
- }
1133
- .button-mini-demo-2:hover {
1134
- text-decoration: none;
1135
- background: #0077b3;
1136
- }
1137
- .button-mini-demo-2:active {
1138
- background: #005580;
1139
- -webkit-box-shadow: #999999 0px 0px 3px 3px inset;
1140
- -moz-box-shadow: #999999 0px 0px 3px 3px inset;
1141
- box-shadow: #999999 0px 0px 3px 3px inset;
1142
- }
1143
- .button-mini-demo-2 span {
1144
- color: white;
1145
- font-size: 11px;
1146
- }
1147
- .ie7 .button-mini-demo-2, .ie8 .button-mini-demo-2, .ie9 .button-mini-demo-2 {
1148
- background: url('../img/picasso-buttons-mini.png');
1149
- background-position: right -41px;
1150
- }
1151
- .ie7 .button-mini-demo-2:hover, .ie8 .button-mini-demo-2:hover, .ie9 .button-mini-demo-2:hover {
1152
- background-position: right -61px;
1153
- }
1154
- .ie7 .button-mini-demo-2 span, .ie8 .button-mini-demo-2 span, .ie9 .button-mini-demo-2 span {
1155
- background-image: url('../img/picasso-buttons-mini.png');
1156
- background-color: white;
1157
- background-position: 0 -41px;
1158
- }
1159
- .ie7 .button-mini-demo-2 span:hover, .ie8 .button-mini-demo-2 span:hover, .ie9 .button-mini-demo-2 span:hover {
1160
- background-position: 0 -61px;
1161
- }
1162
- .ie9 .button-mini-demo-2 {
1163
- -webkit-border-radius: none;
1164
- -moz-border-radius: none;
1165
- -ms-border-radius: none;
1166
- -o-border-radius: none;
1167
- border-radius: none;
1168
- -webkit-box-shadow: none;
1169
- -moz-box-shadow: none;
1170
- box-shadow: none;
1171
- }
1172
-
1173
- .button-mini-demo-3 {
1174
- display: inline-block;
1175
- height: 20px;
1176
- padding-right: 10px;
1177
- padding-right: 10px;
1178
- font-family: sans-serif;
1179
- text-decoration: none;
1180
- cursor: pointer;
1181
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da4f49), color-stop(50%, #d63b34), color-stop(51%, #c72f29), color-stop(100%, #b22a24));
1182
- background: -webkit-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
1183
- background: -moz-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
1184
- background: -o-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
1185
- background: linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
1186
- -webkit-border-radius: 20px;
1187
- -moz-border-radius: 20px;
1188
- -ms-border-radius: 20px;
1189
- -o-border-radius: 20px;
1190
- border-radius: 20px;
1191
- -webkit-box-shadow: #333333 0px 1px 2px 0px;
1192
- -moz-box-shadow: #333333 0px 1px 2px 0px;
1193
- box-shadow: #333333 0px 1px 2px 0px;
1194
- }
1195
- .button-mini-demo-3 span {
1196
- height: 20px;
1197
- line-height: 20px;
1198
- padding-left: 10px;
1199
- display: block;
1200
- }
1201
- .button-mini-demo-3:hover {
1202
- text-decoration: none;
1203
- background: #d63b34;
1204
- }
1205
- .button-mini-demo-3:active {
1206
- background: #b22a24;
1207
- -webkit-box-shadow: #999999 0px 0px 3px 3px inset;
1208
- -moz-box-shadow: #999999 0px 0px 3px 3px inset;
1209
- box-shadow: #999999 0px 0px 3px 3px inset;
1210
- }
1211
- .button-mini-demo-3 span {
1212
- color: white;
1213
- font-size: 11px;
1214
- }
1215
- .ie7 .button-mini-demo-3, .ie8 .button-mini-demo-3, .ie9 .button-mini-demo-3 {
1216
- background: url('../img/picasso-buttons-mini.png');
1217
- background-position: right -81px;
1218
- }
1219
- .ie7 .button-mini-demo-3:hover, .ie8 .button-mini-demo-3:hover, .ie9 .button-mini-demo-3:hover {
1220
- background-position: right -101px;
1221
- }
1222
- .ie7 .button-mini-demo-3 span, .ie8 .button-mini-demo-3 span, .ie9 .button-mini-demo-3 span {
1223
- background-image: url('../img/picasso-buttons-mini.png');
1224
- background-color: white;
1225
- background-position: 0 -81px;
1226
- }
1227
- .ie7 .button-mini-demo-3 span:hover, .ie8 .button-mini-demo-3 span:hover, .ie9 .button-mini-demo-3 span:hover {
1228
- background-position: 0 -101px;
1229
- }
1230
- .ie9 .button-mini-demo-3 {
1231
- -webkit-border-radius: none;
1232
- -moz-border-radius: none;
1233
- -ms-border-radius: none;
1234
- -o-border-radius: none;
1235
- border-radius: none;
1236
- -webkit-box-shadow: none;
1237
- -moz-box-shadow: none;
1238
- box-shadow: none;
1239
- }
1240
-
1241
- .button-mini-demo-4 {
1242
- display: inline-block;
1243
- height: 20px;
1244
- padding-right: 10px;
1245
- padding-right: 10px;
1246
- font-family: sans-serif;
1247
- text-decoration: none;
1248
- cursor: pointer;
1249
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(50%, #343434), color-stop(51%, #272727), color-stop(100%, #1b1b1b));
1250
- background: -webkit-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
1251
- background: -moz-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
1252
- background: -o-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
1253
- background: linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
1254
- -webkit-border-radius: 20px;
1255
- -moz-border-radius: 20px;
1256
- -ms-border-radius: 20px;
1257
- -o-border-radius: 20px;
1258
- border-radius: 20px;
1259
- -webkit-box-shadow: #333333 0px 1px 2px 0px;
1260
- -moz-box-shadow: #333333 0px 1px 2px 0px;
1261
- box-shadow: #333333 0px 1px 2px 0px;
1262
- }
1263
- .button-mini-demo-4 span {
1264
- height: 20px;
1265
- line-height: 20px;
1266
- padding-left: 10px;
1267
- display: block;
1268
- }
1269
- .button-mini-demo-4:hover {
1270
- text-decoration: none;
1271
- background: #343434;
1272
- }
1273
- .button-mini-demo-4:active {
1274
- background: #1b1b1b;
1275
- -webkit-box-shadow: #999999 0px 0px 3px 3px inset;
1276
- -moz-box-shadow: #999999 0px 0px 3px 3px inset;
1277
- box-shadow: #999999 0px 0px 3px 3px inset;
1278
- }
1279
- .button-mini-demo-4 span {
1280
- color: white;
1281
- font-size: 11px;
1282
- }
1283
- .ie7 .button-mini-demo-4, .ie8 .button-mini-demo-4, .ie9 .button-mini-demo-4 {
1284
- background: url('../img/picasso-buttons-mini.png');
1285
- background-position: right -121px;
1286
- }
1287
- .ie7 .button-mini-demo-4:hover, .ie8 .button-mini-demo-4:hover, .ie9 .button-mini-demo-4:hover {
1288
- background-position: right -141px;
1289
- }
1290
- .ie7 .button-mini-demo-4 span, .ie8 .button-mini-demo-4 span, .ie9 .button-mini-demo-4 span {
1291
- background-image: url('../img/picasso-buttons-mini.png');
1292
- background-color: white;
1293
- background-position: 0 -121px;
1294
- }
1295
- .ie7 .button-mini-demo-4 span:hover, .ie8 .button-mini-demo-4 span:hover, .ie9 .button-mini-demo-4 span:hover {
1296
- background-position: 0 -141px;
1297
- }
1298
- .ie9 .button-mini-demo-4 {
1299
- -webkit-border-radius: none;
1300
- -moz-border-radius: none;
1301
- -ms-border-radius: none;
1302
- -o-border-radius: none;
1303
- border-radius: none;
1304
- -webkit-box-shadow: none;
1305
- -moz-box-shadow: none;
1306
- box-shadow: none;
1307
- }
1308
-
1309
668
  .list-grid-demo-1:before, .list-grid-demo-1:after {
1310
669
  content: "";
1311
670
  display: table;
@@ -1402,7 +761,7 @@ body {
1402
761
  padding: 0 15px;
1403
762
  }
1404
763
  .ie7 .nav-demo-1 ul li, .ie8 .nav-demo-1 ul li, .ie9 .nav-demo-1 ul li {
1405
- height: 46px;
764
+ height: 40px;
1406
765
  }
1407
766
  .nav-demo-1 ul {
1408
767
  list-style: none;
@@ -1456,40 +815,21 @@ body {
1456
815
  background-image: linear-gradient(#e6e6e6, #ffffff);
1457
816
  }
1458
817
  .ie7 .nav-demo-1 ul li, .ie8 .nav-demo-1 ul li, .ie9 .nav-demo-1 ul li {
1459
- border-left: none;
1460
- border-top: none;
1461
- border-bottom: none;
1462
- background: transparent url('../img/picasso-nav.png') no-repeat center -1px;
1463
- }
1464
- .ie7 .nav-demo-1 ul li a, .ie8 .nav-demo-1 ul li a, .ie9 .nav-demo-1 ul li a {
1465
- border-left: 1px solid #acacac;
818
+ border-top: 1px solid #acacac;
819
+ border-bottom: 1px solid #acacac;
820
+ background-color: white;
1466
821
  }
1467
822
  .ie7 .nav-demo-1 ul li:hover, .ie8 .nav-demo-1 ul li:hover, .ie9 .nav-demo-1 ul li:hover {
1468
- background: transparent url('../img/picasso-nav.png') center -47px no-repeat;
823
+ background: #f2f2f2;
1469
824
  }
1470
825
  .ie7 .nav-demo-1 ul li:first-child, .ie8 .nav-demo-1 ul li:first-child, .ie9 .nav-demo-1 ul li:first-child {
1471
- background: transparent url('../img/picasso-nav.png') no-repeat left -1px;
1472
- }
1473
- .ie7 .nav-demo-1 ul li:first-child a, .ie8 .nav-demo-1 ul li:first-child a, .ie9 .nav-demo-1 ul li:first-child a {
1474
- border-left: none;
1475
- }
1476
- .ie7 .nav-demo-1 ul li:first-child:hover, .ie8 .nav-demo-1 ul li:first-child:hover, .ie9 .nav-demo-1 ul li:first-child:hover {
1477
- background: transparent url('../img/picasso-nav.png') left -47px no-repeat;
1478
- }
1479
- .ie7 .nav-demo-1 ul li:first-child.active, .ie8 .nav-demo-1 ul li:first-child.active, .ie9 .nav-demo-1 ul li:first-child.active {
1480
- background: transparent url('../img/picasso-nav.png') no-repeat left -47px;
826
+ border-left: 1px solid #acacac;
1481
827
  }
1482
828
  .ie7 .nav-demo-1 ul .last, .ie8 .nav-demo-1 ul .last, .ie9 .nav-demo-1 ul .last {
1483
- background: transparent url('../img/picasso-nav.png') no-repeat right -47px;
1484
- }
1485
- .ie7 .nav-demo-1 ul .last:hover, .ie8 .nav-demo-1 ul .last:hover, .ie9 .nav-demo-1 ul .last:hover {
1486
- background: transparent url('../img/picasso-nav.png') right -47px no-repeat;
829
+ border-right: 1px solid #acacac;
1487
830
  }
1488
831
  .ie7 .nav-demo-1 ul .active, .ie8 .nav-demo-1 ul .active, .ie9 .nav-demo-1 ul .active {
1489
- background: transparent url('../img/picasso-nav.png') no-repeat center -47px;
1490
- }
1491
- .ie7 .nav-demo-1 ul .last.active, .ie8 .nav-demo-1 ul .last.active, .ie9 .nav-demo-1 ul .last.active {
1492
- background: transparent url('../img/picasso-nav.png') no-repeat right -47px;
832
+ background: #e6e6e6;
1493
833
  }
1494
834
  .ie9 .nav-demo-1 ul {
1495
835
  -webkit-box-shadow: none;
@@ -1572,13 +912,6 @@ body {
1572
912
  .ie7 .popup-demo-1 {
1573
913
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1574
914
  }
1575
- .ie7 .popup-demo-1 .popup-close, .ie8 .popup-demo-1 .popup-close {
1576
- line-height: 26px;
1577
- height: 26px;
1578
- width: 26px;
1579
- top: -13px;
1580
- right: -13px;
1581
- }
1582
915
  .popup-demo-1:after {
1583
916
  background: black;
1584
917
  background: rgba(0, 0, 0, 0.7);
@@ -1648,7 +981,7 @@ body {
1648
981
  filter: alpha(opacity=70);
1649
982
  }
1650
983
  .ie8 .popup-demo-1:after {
1651
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVR4nGNi2MywmYkBCAAJ8gFrYOfxtwAAAABJRU5ErkJggg==');
984
+ background: magick-canvas(2px, 2px, magick-fill(black) magick-effect(fade, 0.3));
1652
985
  }
1653
986
  .ie7 .popup-demo-1 .popup-arrow, .ie8 .popup-demo-1 .popup-arrow {
1654
987
  filter: alpha(opacity=70);
@@ -1665,12 +998,6 @@ body {
1665
998
  .ie7 .popup-demo-1 .popup-arrow-right, .ie8 .popup-demo-1 .popup-arrow-right {
1666
999
  border-left: 10px solid black;
1667
1000
  }
1668
- .ie7 .popup-demo-1 .popup-close, .ie8 .popup-demo-1 .popup-close {
1669
- border-width: 0;
1670
- background-color: transparent;
1671
- background: url('../img/picasso-popup.png');
1672
- background-position: 0 -1px;
1673
- }
1674
1001
 
1675
1002
  .popup-demo-2 {
1676
1003
  padding: 10px;
@@ -1731,13 +1058,6 @@ body {
1731
1058
  .ie7 .popup-demo-2 {
1732
1059
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1733
1060
  }
1734
- .ie7 .popup-demo-2 .popup-close, .ie8 .popup-demo-2 .popup-close {
1735
- line-height: 26px;
1736
- height: 26px;
1737
- width: 26px;
1738
- top: -13px;
1739
- right: -13px;
1740
- }
1741
1061
  .popup-demo-2:after {
1742
1062
  background: gray;
1743
1063
  background: rgba(128, 128, 128, 0.5);
@@ -1807,7 +1127,7 @@ body {
1807
1127
  filter: alpha(opacity=50);
1808
1128
  }
1809
1129
  .ie8 .popup-demo-2:after {
1810
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAD0lEQVR4nGNqAAImBiAAAA8oAgWZ/tnVAAAAAElFTkSuQmCC');
1130
+ background: magick-canvas(2px, 2px, magick-fill(gray) magick-effect(fade, 0.5));
1811
1131
  }
1812
1132
  .ie7 .popup-demo-2 .popup-arrow, .ie8 .popup-demo-2 .popup-arrow {
1813
1133
  filter: alpha(opacity=50);
@@ -1824,12 +1144,6 @@ body {
1824
1144
  .ie7 .popup-demo-2 .popup-arrow-right, .ie8 .popup-demo-2 .popup-arrow-right {
1825
1145
  border-left: 10px solid gray;
1826
1146
  }
1827
- .ie7 .popup-demo-2 .popup-close, .ie8 .popup-demo-2 .popup-close {
1828
- border-width: 0;
1829
- background-color: transparent;
1830
- background: url('../img/picasso-popup.png');
1831
- background-position: 0 -27px;
1832
- }
1833
1147
 
1834
1148
  .bubble-demo-1 {
1835
1149
  margin: 0 0 30px 0;
@@ -2625,7 +1939,7 @@ body {
2625
1939
 
2626
1940
  .despegar-warning-border-demo {
2627
1941
  padding: 10px;
2628
- background: #ff9900;
1942
+ background: #ffcc33;
2629
1943
  }
2630
1944
 
2631
1945
  .despegar-fill-bg-demo {
@@ -2633,6 +1947,16 @@ body {
2633
1947
  background: #84a8fb;
2634
1948
  }
2635
1949
 
1950
+ .despegar-body-bg-demo {
1951
+ padding: 10px;
1952
+ background: #e9eaee;
1953
+ }
1954
+
1955
+ .despegar-promo-text-demo {
1956
+ padding: 10px;
1957
+ background: #008c23;
1958
+ }
1959
+
2636
1960
  .clusters-demo-1 .cluster {
2637
1961
  margin-bottom: 15px;
2638
1962
  border: 1px solid #cccccc;