uikit-sass-rails 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +15 -12
  4. data/lib/uikit/sass/rails/engine.rb +1 -1
  5. data/lib/uikit/sass/rails/version.rb +1 -1
  6. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  7. data/vendor/assets/fonts/fontawesome-webfont.otf +0 -0
  8. data/vendor/assets/fonts/fontawesome-webfont.svg +525 -464
  9. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  10. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  11. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  12. data/vendor/assets/javascripts/uikit.js +30 -3
  13. data/vendor/assets/javascripts/uikit/components/accordion.js +172 -0
  14. data/vendor/assets/javascripts/uikit/components/autocomplete.js +48 -27
  15. data/vendor/assets/javascripts/uikit/components/datepicker.js +2887 -97
  16. data/vendor/assets/javascripts/uikit/components/form-password.js +24 -19
  17. data/vendor/assets/javascripts/uikit/components/form-select.js +24 -18
  18. data/vendor/assets/javascripts/uikit/components/grid.js +524 -0
  19. data/vendor/assets/javascripts/uikit/components/htmleditor.js +46 -39
  20. data/vendor/assets/javascripts/uikit/components/lightbox.js +543 -0
  21. data/vendor/assets/javascripts/uikit/components/nestable.js +125 -98
  22. data/vendor/assets/javascripts/uikit/components/notify.js +34 -22
  23. data/vendor/assets/javascripts/uikit/components/pagination.js +24 -21
  24. data/vendor/assets/javascripts/uikit/components/parallax.js +400 -0
  25. data/vendor/assets/javascripts/uikit/components/search.js +19 -16
  26. data/vendor/assets/javascripts/uikit/components/slider.js +482 -0
  27. data/vendor/assets/javascripts/uikit/components/slideset.js +498 -0
  28. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +377 -0
  29. data/vendor/assets/javascripts/uikit/components/slideshow.js +540 -0
  30. data/vendor/assets/javascripts/uikit/components/sortable.js +392 -263
  31. data/vendor/assets/javascripts/uikit/components/sticky.js +127 -68
  32. data/vendor/assets/javascripts/uikit/components/timepicker.js +65 -42
  33. data/vendor/assets/javascripts/uikit/components/tooltip.js +220 -0
  34. data/vendor/assets/javascripts/uikit/components/upload.js +11 -10
  35. data/vendor/assets/javascripts/uikit/core/alert.js +66 -0
  36. data/vendor/assets/javascripts/uikit/core/button.js +154 -0
  37. data/vendor/assets/javascripts/uikit/core/core.js +717 -0
  38. data/vendor/assets/javascripts/uikit/{components → core}/cover.js +41 -35
  39. data/vendor/assets/javascripts/uikit/core/dropdown.js +296 -0
  40. data/vendor/assets/javascripts/uikit/core/grid.js +172 -0
  41. data/vendor/assets/javascripts/uikit/core/modal.js +323 -0
  42. data/vendor/assets/javascripts/uikit/core/nav.js +117 -0
  43. data/vendor/assets/javascripts/uikit/core/offcanvas.js +178 -0
  44. data/vendor/assets/javascripts/uikit/core/scrollspy.js +208 -0
  45. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +62 -0
  46. data/vendor/assets/javascripts/uikit/core/switcher.js +298 -0
  47. data/vendor/assets/javascripts/uikit/core/tab.js +159 -0
  48. data/vendor/assets/javascripts/uikit/core/toggle.js +117 -0
  49. data/vendor/assets/javascripts/uikit/core/touch.js +173 -0
  50. data/vendor/assets/javascripts/uikit/core/utility.js +157 -0
  51. data/vendor/assets/javascripts/uikit/uikit.js +1538 -871
  52. data/vendor/assets/stylesheets/extra/font-awesome.scss +4 -7
  53. data/vendor/assets/stylesheets/uikit.scss +22 -1
  54. data/vendor/assets/stylesheets/uikit/almost-flat.scss +22 -2
  55. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.scss +45 -0
  56. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.scss +45 -0
  57. data/vendor/assets/stylesheets/uikit/components/accordion.scss +43 -0
  58. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.scss +62 -0
  59. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.scss +62 -0
  60. data/vendor/assets/stylesheets/uikit/components/autocomplete.scss +60 -0
  61. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.scss +148 -0
  62. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.scss +158 -0
  63. data/vendor/assets/stylesheets/uikit/components/datepicker.scss +142 -0
  64. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.scss +152 -0
  65. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.scss +152 -0
  66. data/vendor/assets/stylesheets/uikit/components/dotnav.scss +148 -0
  67. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.scss +92 -0
  68. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.scss +92 -0
  69. data/vendor/assets/stylesheets/uikit/components/form-advanced.scss +92 -0
  70. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.scss +36 -0
  71. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.scss +36 -0
  72. data/vendor/assets/stylesheets/uikit/components/form-file.scss +36 -0
  73. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.scss +37 -0
  74. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.scss +37 -0
  75. data/vendor/assets/stylesheets/uikit/components/form-password.scss +37 -0
  76. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.scss +37 -0
  77. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.scss +37 -0
  78. data/vendor/assets/stylesheets/uikit/components/form-select.scss +37 -0
  79. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.scss +282 -0
  80. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.scss +290 -0
  81. data/vendor/assets/stylesheets/uikit/components/htmleditor.scss +208 -0
  82. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.scss +137 -0
  83. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.scss +141 -0
  84. data/vendor/assets/stylesheets/uikit/components/nestable.scss +134 -0
  85. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.scss +112 -0
  86. data/vendor/assets/stylesheets/uikit/components/notify.gradient.scss +112 -0
  87. data/vendor/assets/stylesheets/uikit/components/notify.scss +106 -0
  88. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.scss +36 -0
  89. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.scss +36 -0
  90. data/vendor/assets/stylesheets/uikit/components/placeholder.scss +36 -0
  91. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.scss +130 -0
  92. data/vendor/assets/stylesheets/uikit/components/progress.gradient.scss +138 -0
  93. data/vendor/assets/stylesheets/uikit/components/progress.scss +118 -0
  94. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.scss +216 -0
  95. data/vendor/assets/stylesheets/uikit/components/search.gradient.scss +216 -0
  96. data/vendor/assets/stylesheets/uikit/components/search.scss +214 -0
  97. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.scss +110 -0
  98. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.scss +110 -0
  99. data/vendor/assets/stylesheets/uikit/components/slidenav.scss +110 -0
  100. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.scss +105 -0
  101. data/vendor/assets/stylesheets/uikit/components/slider.gradient.scss +105 -0
  102. data/vendor/assets/stylesheets/uikit/components/slider.scss +105 -0
  103. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.scss +166 -0
  104. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.scss +166 -0
  105. data/vendor/assets/stylesheets/uikit/components/slideshow.scss +166 -0
  106. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.scss +90 -0
  107. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.scss +90 -0
  108. data/vendor/assets/stylesheets/uikit/components/sortable.scss +90 -0
  109. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.scss +39 -0
  110. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.scss +39 -0
  111. data/vendor/assets/stylesheets/uikit/components/sticky.scss +39 -0
  112. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.scss +129 -0
  113. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.scss +129 -0
  114. data/vendor/assets/stylesheets/uikit/components/tooltip.scss +127 -0
  115. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.scss +11 -0
  116. data/vendor/assets/stylesheets/uikit/components/upload.gradient.scss +11 -0
  117. data/vendor/assets/stylesheets/uikit/components/upload.scss +11 -0
  118. data/vendor/assets/stylesheets/uikit/gradient.scss +22 -2
  119. data/vendor/assets/stylesheets/uikit/uikit.almost-flat.scss +1768 -498
  120. data/vendor/assets/stylesheets/uikit/uikit.gradient.scss +1776 -512
  121. data/vendor/assets/stylesheets/uikit/uikit.scss +1722 -462
  122. metadata +92 -7
  123. data/vendor/assets/stylesheets/uikit/components/uikit.components.almost-flat.scss +0 -1586
  124. data/vendor/assets/stylesheets/uikit/components/uikit.components.gradient.scss +0 -1608
  125. data/vendor/assets/stylesheets/uikit/components/uikit.components.scss +0 -1489
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.11.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -371,7 +371,7 @@ pre {
371
371
  overflow: auto;
372
372
  }
373
373
 
374
- /* Selection pseudo-element
374
+ /* Selection pseudo-element
375
375
  ========================================================================== */
376
376
 
377
377
  ::-moz-selection, ::selection {
@@ -430,69 +430,62 @@ iframe {
430
430
  Component: Grid
431
431
  ========================================================================== */
432
432
  /*
433
- * Micro clearfix
433
+ * 1. Makes grid more robust so that it can be used with other block elements like lists
434
434
  */
435
435
 
436
436
  .uk-grid {
437
+ display: -ms-flexbox;
438
+ display: -webkit-flex;
439
+ display: flex;
440
+ -ms-flex-wrap: wrap;
441
+ -webkit-flex-wrap: wrap;
442
+ flex-wrap: wrap;
443
+ /* 1 */
444
+ margin: 0;
445
+ padding: 0;
446
+ list-style: none;
437
447
  &:before {
438
- content: " ";
439
- display: table;
448
+ content: "";
449
+ display: block;
450
+ overflow: hidden;
440
451
  }
441
452
  &:after {
442
- content: " ";
443
- display: table;
453
+ content: "";
454
+ display: block;
455
+ overflow: hidden;
444
456
  clear: both;
445
457
  }
446
- /* 1 */
447
- margin: 0 0 0 -25px;
448
- /* 2 */
449
- padding: 0;
450
- list-style: none;
451
458
  > * {
452
459
  /* 1 */
453
- margin: 0;
460
+ -ms-flex: none;
461
+ -webkit-flex: none;
462
+ flex: none;
454
463
  /* 2 */
455
- padding-left: 25px;
464
+ margin: 0;
456
465
  /* 3 */
457
466
  float: left;
458
467
  > :last-child {
459
468
  margin-bottom: 0;
460
469
  }
470
+ padding-left: 25px;
461
471
  }
472
+ margin-left: -25px;
462
473
  + .uk-grid {
463
474
  margin-top: 25px;
464
475
  }
465
- > {
466
- .uk-grid-margin, * > .uk-panel + .uk-panel {
467
- margin-top: 25px;
468
- }
469
- }
470
- &.uk-grid-small {
471
- margin-left: -10px;
472
- > * {
473
- padding-left: 10px;
474
- }
475
- + .uk-grid-small {
476
- margin-top: 10px;
477
- }
478
- > {
479
- .uk-grid-margin, * > .uk-panel + .uk-panel {
480
- margin-top: 10px;
481
- }
482
- }
483
- }
484
476
  }
485
477
 
486
478
  /*
487
- * 1. Needed for the gutter
488
- * 2. Makes grid more robust so that it can be used with other block elements like lists
479
+ * DEPRECATED
480
+ * Micro clearfix
481
+ * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
489
482
  */
490
483
 
491
484
  /*
492
485
  * Grid cell
493
- * 1. Makes grid more robust so that it can be used with other block elements
494
- * 2. Create horizontal gutter
495
- * 3. `float` is set by default so columns always behave the same and create a new block format context
486
+ * 1. Space is allocated solely based on content dimensions
487
+ * 2. Makes grid more robust so that it can be used with other block elements
488
+ * 3. DEPRECATED Using `float` to support IE9
496
489
  */
497
490
 
498
491
  /*
@@ -502,25 +495,20 @@ iframe {
502
495
  /* Grid gutter
503
496
  ========================================================================== */
504
497
  /*
505
- * Vertical gutter
498
+ * Default gutter
506
499
  */
500
+ /* Horizontal */
507
501
 
508
- /*
509
- * This class is set by JavaScript and applies a vertical gutter if the columns stack or float into the next row
510
- * Higher specificity to override margin
511
- */
502
+ /* Vertical */
512
503
 
513
- /*
514
- * Vertical gutter for panels
515
- */
504
+ .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
505
+ margin-top: 25px;
506
+ }
516
507
 
517
- /*
518
- * Larger gutter for large screens
519
- */
520
508
  /* Large screen and bigger */
521
509
  @media (min-width: 1220px) {
522
- /* Horizontal gutter */
523
- .uk-grid:not(.uk-grid-preserve) {
510
+ /* Horizontal */
511
+ .uk-grid {
524
512
  margin-left: -35px;
525
513
  > * {
526
514
  padding-left: 35px;
@@ -528,26 +516,85 @@ iframe {
528
516
  + .uk-grid {
529
517
  margin-top: 35px;
530
518
  }
531
- > {
532
- .uk-grid-margin, * > .uk-panel + .uk-panel {
533
- margin-top: 35px;
534
- }
519
+ }
520
+ /* Vertical */
521
+ .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
522
+ margin-top: 35px;
523
+ }
524
+ }
525
+
526
+ /*
527
+ * Collapse gutter
528
+ */
529
+ /* Horizontal */
530
+
531
+ .uk-grid-collapse {
532
+ margin-left: 0;
533
+ > * {
534
+ padding-left: 0;
535
+ }
536
+ + .uk-grid-collapse {
537
+ margin-top: 0;
538
+ }
539
+ > {
540
+ .uk-grid-margin, * > .uk-panel + .uk-panel {
541
+ margin-top: 0;
535
542
  }
536
543
  }
537
- /* Vertical gutter */
538
- /* Vertical gutter for panels */
539
544
  }
540
545
 
546
+ /* Vertical */
547
+
541
548
  /*
542
549
  * Small gutter
543
- * Higher specificity to override large gutter
544
550
  */
551
+ /* Horizontal */
552
+
553
+ .uk-grid-small {
554
+ margin-left: -10px;
555
+ > * {
556
+ padding-left: 10px;
557
+ }
558
+ + .uk-grid-small {
559
+ margin-top: 10px;
560
+ }
561
+ > {
562
+ .uk-grid-margin, * > .uk-panel + .uk-panel {
563
+ margin-top: 10px;
564
+ }
565
+ }
566
+ }
567
+
568
+ /* Vertical */
569
+
570
+ /*
571
+ * Medium gutter
572
+ */
573
+ /* Horizontal */
574
+
575
+ .uk-grid-medium {
576
+ margin-left: -25px;
577
+ > * {
578
+ padding-left: 25px;
579
+ }
580
+ + .uk-grid-medium {
581
+ margin-top: 25px;
582
+ }
583
+ > {
584
+ .uk-grid-margin, * > .uk-panel + .uk-panel {
585
+ margin-top: 25px;
586
+ }
587
+ }
588
+ }
589
+
590
+ /* Vertical */
545
591
 
546
592
  /* Modifier: `uk-grid-divider`
547
593
  ========================================================================== */
548
594
  /*
549
595
  * Horizontal divider
550
- * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row
596
+ * Only works with the default gutter. Does not work with gutter collapse, small or large.
597
+ * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
551
598
  */
552
599
 
553
600
  .uk-grid-divider {
@@ -590,7 +637,7 @@ iframe {
590
637
  /*
591
638
  * Large gutter
592
639
  */
593
- .uk-grid-divider:not(.uk-grid-preserve) {
640
+ .uk-grid-divider {
594
641
  &:not(:empty) {
595
642
  margin-left: -35px;
596
643
  margin-right: -35px;
@@ -610,6 +657,31 @@ iframe {
610
657
  * Vertical divider
611
658
  */
612
659
 
660
+ /* Match panels in grids
661
+ ========================================================================== */
662
+
663
+ .uk-grid-match > * {
664
+ display: -ms-flexbox;
665
+ display: -webkit-flex;
666
+ display: flex;
667
+ > * {
668
+ /* 1 */
669
+ -ms-flex: none;
670
+ -webkit-flex: none;
671
+ flex: none;
672
+ -ms-flex-wrap: wrap;
673
+ -webkit-flex-wrap: wrap;
674
+ flex-wrap: wrap;
675
+ -moz-box-sizing: border-box;
676
+ box-sizing: border-box;
677
+ width: 100%;
678
+ }
679
+ }
680
+
681
+ /*
682
+ * 1. Behave like a block element
683
+ */
684
+
613
685
  /* Even grid cell widths
614
686
  ========================================================================== */
615
687
 
@@ -1132,12 +1204,16 @@ iframe {
1132
1204
  display: block;
1133
1205
  /* 2 */
1134
1206
  position: relative;
1207
+ text-decoration: none;
1208
+ &:hover {
1209
+ text-decoration: none;
1210
+ }
1135
1211
  &:before {
1136
- content: " ";
1212
+ content: "";
1137
1213
  display: table;
1138
1214
  }
1139
1215
  &:after {
1140
- content: " ";
1216
+ content: "";
1141
1217
  display: table;
1142
1218
  clear: both;
1143
1219
  }
@@ -1146,6 +1222,10 @@ iframe {
1146
1222
  }
1147
1223
  }
1148
1224
 
1225
+ /*
1226
+ * Allow panels to be anchors
1227
+ */
1228
+
1149
1229
  /*
1150
1230
  * Micro clearfix to make panels more robust
1151
1231
  */
@@ -1177,6 +1257,13 @@ iframe {
1177
1257
  z-index: 1;
1178
1258
  }
1179
1259
 
1260
+ /* Sub-object: `uk-panel-teaser`
1261
+ ========================================================================== */
1262
+
1263
+ .uk-panel-teaser {
1264
+ margin-bottom: 15px;
1265
+ }
1266
+
1180
1267
  /* Modifier: `uk-panel-box`
1181
1268
  ========================================================================== */
1182
1269
 
@@ -1184,6 +1271,13 @@ iframe {
1184
1271
  padding: 15px;
1185
1272
  background: #f5f5f5;
1186
1273
  color: #444444;
1274
+ }
1275
+
1276
+ .uk-panel-box-hover:hover {
1277
+ color: #444444;
1278
+ }
1279
+
1280
+ .uk-panel-box {
1187
1281
  .uk-panel-title {
1188
1282
  color: #444444;
1189
1283
  }
@@ -1192,7 +1286,9 @@ iframe {
1192
1286
  right: 10px;
1193
1287
  }
1194
1288
  .uk-panel-teaser {
1195
- margin: -15px -15px 15px -15px;
1289
+ margin-top: -15px;
1290
+ margin-left: -15px;
1291
+ margin-right: -15px;
1196
1292
  }
1197
1293
  > .uk-nav-side {
1198
1294
  margin: 0 -15px;
@@ -1210,9 +1306,10 @@ iframe {
1210
1306
  .uk-panel-box-primary {
1211
1307
  background-color: #ebf7fd;
1212
1308
  color: #2d7091;
1213
- .uk-panel-title {
1214
- color: #2d7091;
1215
- }
1309
+ }
1310
+
1311
+ .uk-panel-box-primary-hover:hover, .uk-panel-box-primary .uk-panel-title {
1312
+ color: #2d7091;
1216
1313
  }
1217
1314
 
1218
1315
  /*
@@ -1222,9 +1319,31 @@ iframe {
1222
1319
  .uk-panel-box-secondary {
1223
1320
  background-color: #eeeeee;
1224
1321
  color: #444444;
1225
- .uk-panel-title {
1322
+ }
1323
+
1324
+ .uk-panel-box-secondary-hover:hover, .uk-panel-box-secondary .uk-panel-title {
1325
+ color: #444444;
1326
+ }
1327
+
1328
+ /* Modifier: `uk-panel-hover`
1329
+ ========================================================================== */
1330
+
1331
+ .uk-panel-hover {
1332
+ padding: 15px;
1333
+ color: #444444;
1334
+ &:hover {
1335
+ background: #f5f5f5;
1226
1336
  color: #444444;
1227
1337
  }
1338
+ .uk-panel-badge {
1339
+ top: 10px;
1340
+ right: 10px;
1341
+ }
1342
+ .uk-panel-teaser {
1343
+ margin-top: -15px;
1344
+ margin-left: -15px;
1345
+ margin-right: -15px;
1346
+ }
1228
1347
  }
1229
1348
 
1230
1349
  /* Modifier: `uk-panel-header`
@@ -1273,6 +1392,115 @@ iframe {
1273
1392
  }
1274
1393
  }
1275
1394
 
1395
+ /* ========================================================================
1396
+ Component: Block
1397
+ ========================================================================== */
1398
+
1399
+ .uk-block {
1400
+ position: relative;
1401
+ -moz-box-sizing: border-box;
1402
+ box-sizing: border-box;
1403
+ padding-top: 20px;
1404
+ padding-bottom: 20px;
1405
+ &:before {
1406
+ content: "";
1407
+ display: table;
1408
+ }
1409
+ &:after {
1410
+ content: "";
1411
+ display: table;
1412
+ clear: both;
1413
+ }
1414
+ > :last-child {
1415
+ margin-bottom: 0;
1416
+ }
1417
+ }
1418
+
1419
+ /* Phone landscape and bigger */
1420
+ @media (min-width: 768px) {
1421
+ .uk-block {
1422
+ padding-top: 50px;
1423
+ padding-bottom: 50px;
1424
+ }
1425
+ }
1426
+
1427
+ /*
1428
+ * Micro clearfix to make blocks more robust
1429
+ */
1430
+
1431
+ /*
1432
+ * Remove margin from the last-child
1433
+ */
1434
+
1435
+ /* Padding Modifier
1436
+ ========================================================================== */
1437
+ /*
1438
+ * Large padding
1439
+ */
1440
+
1441
+ .uk-block-large {
1442
+ padding-top: 20px;
1443
+ padding-bottom: 20px;
1444
+ }
1445
+
1446
+ /* Tablets and bigger */
1447
+ @media (min-width: 768px) {
1448
+ .uk-block-large {
1449
+ padding-top: 50px;
1450
+ padding-bottom: 50px;
1451
+ }
1452
+ }
1453
+
1454
+ /* Desktop and bigger */
1455
+ @media (min-width: 960px) {
1456
+ .uk-block-large {
1457
+ padding-top: 100px;
1458
+ padding-bottom: 100px;
1459
+ }
1460
+ }
1461
+
1462
+ /* Color Modifier
1463
+ ========================================================================== */
1464
+ /*
1465
+ * Default
1466
+ */
1467
+
1468
+ .uk-block-default {
1469
+ background: #ffffff;
1470
+ }
1471
+
1472
+ /*
1473
+ * Muted
1474
+ */
1475
+
1476
+ .uk-block-muted {
1477
+ background: #f9f9f9;
1478
+ }
1479
+
1480
+ /*
1481
+ * Primary
1482
+ */
1483
+
1484
+ .uk-block-primary {
1485
+ background: #00a8e6;
1486
+ }
1487
+
1488
+ /*
1489
+ * Secondary
1490
+ */
1491
+
1492
+ .uk-block-secondary {
1493
+ background: #222222;
1494
+ }
1495
+
1496
+ /*
1497
+ * Adjust padding between equal colored blocks
1498
+ */
1499
+
1500
+ .uk-block-default + .uk-block-default, .uk-block-muted + .uk-block-muted, .uk-block-primary + .uk-block-primary, .uk-block-secondary + .uk-block-secondary {
1501
+ padding-top: 0;
1502
+ }
1503
+
1276
1504
  /* ========================================================================
1277
1505
  Component: Article
1278
1506
  ========================================================================== */
@@ -1282,11 +1510,11 @@ iframe {
1282
1510
 
1283
1511
  .uk-article {
1284
1512
  &:before {
1285
- content: " ";
1513
+ content: "";
1286
1514
  display: table;
1287
1515
  }
1288
1516
  &:after {
1289
- content: " ";
1517
+ content: "";
1290
1518
  display: table;
1291
1519
  clear: both;
1292
1520
  }
@@ -1360,11 +1588,11 @@ iframe {
1360
1588
  .uk-comment-header {
1361
1589
  margin-bottom: 15px;
1362
1590
  &:before {
1363
- content: " ";
1591
+ content: "";
1364
1592
  display: table;
1365
1593
  }
1366
1594
  &:after {
1367
- content: " ";
1595
+ content: "";
1368
1596
  display: table;
1369
1597
  clear: both;
1370
1598
  }
@@ -1441,34 +1669,88 @@ iframe {
1441
1669
  /* Modifier `uk-comment-primary`
1442
1670
  ========================================================================== */
1443
1671
  /* ========================================================================
1444
- Component: Nav
1672
+ Component: Cover
1445
1673
  ========================================================================== */
1674
+ /*
1675
+ * Background image always covers and centers its element
1676
+ */
1446
1677
 
1447
- .uk-nav {
1448
- margin: 0;
1449
- padding: 0;
1450
- list-style: none;
1451
- ul {
1452
- margin: 0;
1453
- padding: 0;
1454
- list-style: none;
1455
- }
1456
- li > a {
1457
- display: block;
1458
- text-decoration: none;
1459
- }
1460
- > li > a {
1461
- padding: 5px 15px;
1462
- }
1463
- ul {
1464
- padding-left: 15px;
1465
- a {
1466
- padding: 2px 0;
1467
- }
1468
- }
1469
- li > a > div {
1470
- font-size: 12px;
1471
- line-height: 18px;
1678
+ .uk-cover-background {
1679
+ background-position: 50% 50%;
1680
+ background-size: cover;
1681
+ background-repeat: no-repeat;
1682
+ }
1683
+
1684
+ /*
1685
+ * Emulates image cover, works with video and image elements
1686
+ * 1. Parent container which clips resized object
1687
+ * 2. Resizes the object to always covers its container
1688
+ * 3. Reset the responsive image CSS
1689
+ * 4. Center object
1690
+ */
1691
+ /* 1 */
1692
+
1693
+ .uk-cover {
1694
+ overflow: hidden;
1695
+ }
1696
+
1697
+ .uk-cover-object {
1698
+ /* 2 */
1699
+ width: auto;
1700
+ height: auto;
1701
+ min-width: 100%;
1702
+ min-height: 100%;
1703
+ /* 3 */
1704
+ max-width: none;
1705
+ /* 4 */
1706
+ position: relative;
1707
+ left: 50%;
1708
+ top: 50%;
1709
+ -webkit-transform: translate(-50%, -50%);
1710
+ transform: translate(-50%, -50%);
1711
+ }
1712
+
1713
+ /*
1714
+ * To center iframes use `data-uk-cover` JavaScript
1715
+ */
1716
+
1717
+ [data-uk-cover] {
1718
+ position: relative;
1719
+ left: 50%;
1720
+ top: 50%;
1721
+ -webkit-transform: translate(-50%, -50%);
1722
+ transform: translate(-50%, -50%);
1723
+ }
1724
+
1725
+ /* ========================================================================
1726
+ Component: Nav
1727
+ ========================================================================== */
1728
+
1729
+ .uk-nav {
1730
+ margin: 0;
1731
+ padding: 0;
1732
+ list-style: none;
1733
+ ul {
1734
+ margin: 0;
1735
+ padding: 0;
1736
+ list-style: none;
1737
+ }
1738
+ li > a {
1739
+ display: block;
1740
+ text-decoration: none;
1741
+ }
1742
+ > li > a {
1743
+ padding: 5px 15px;
1744
+ }
1745
+ ul {
1746
+ padding-left: 15px;
1747
+ a {
1748
+ padding: 2px 0;
1749
+ }
1750
+ }
1751
+ li > a > div {
1752
+ font-size: 12px;
1753
+ line-height: 18px;
1472
1754
  }
1473
1755
  }
1474
1756
 
@@ -1766,11 +2048,11 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
1766
2048
  background: #eeeeee;
1767
2049
  color: #444444;
1768
2050
  &:before {
1769
- content: " ";
2051
+ content: "";
1770
2052
  display: table;
1771
2053
  }
1772
2054
  &:after {
1773
- content: " ";
2055
+ content: "";
1774
2056
  display: table;
1775
2057
  clear: both;
1776
2058
  }
@@ -1990,93 +2272,120 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
1990
2272
  Component: Subnav
1991
2273
  ========================================================================== */
1992
2274
  /*
1993
- * 1. Remove default list style
1994
- * 2. Remove whitespace between child elements when using `inline-block`
2275
+ * 1. Gutter
2276
+ * 2. Remove default list style
1995
2277
  */
1996
2278
 
1997
2279
  .uk-subnav {
2280
+ display: -ms-flexbox;
2281
+ display: -webkit-flex;
2282
+ display: flex;
2283
+ -ms-flex-wrap: wrap;
2284
+ -webkit-flex-wrap: wrap;
2285
+ flex-wrap: wrap;
1998
2286
  /* 1 */
2287
+ margin-left: -10px;
2288
+ margin-top: -10px;
2289
+ /* 2 */
1999
2290
  padding: 0;
2000
2291
  list-style: none;
2001
- /* 2 */
2002
- font-size: 0.001px;
2003
- > li {
2292
+ > * {
2004
2293
  /* 1 */
2005
- position: relative;
2294
+ -ms-flex: none;
2295
+ -webkit-flex: none;
2296
+ flex: none;
2006
2297
  /* 2 */
2007
- font-size: 1rem;
2008
- vertical-align: top;
2009
- display: inline-block;
2010
- > {
2011
- a, span {
2012
- display: inline-block;
2013
- }
2014
- }
2015
- &:nth-child(n+2) {
2016
- margin-left: 10px;
2017
- }
2018
- > {
2019
- a {
2020
- color: #0077dd;
2021
- &:hover {
2022
- color: #005599;
2298
+ padding-left: 10px;
2299
+ margin-top: 10px;
2300
+ /* 3 */
2301
+ position: relative;
2302
+ }
2303
+ &:before {
2304
+ content: "";
2305
+ display: block;
2306
+ overflow: hidden;
2307
+ }
2308
+ &:after {
2309
+ content: "";
2310
+ display: block;
2311
+ overflow: hidden;
2312
+ clear: both;
2313
+ }
2314
+ > {
2315
+ * {
2316
+ float: left;
2317
+ > {
2318
+ * {
2319
+ display: inline-block;
2320
+ color: #444444;
2321
+ }
2322
+ :hover, :focus {
2323
+ color: #0077dd;
2324
+ text-decoration: none;
2023
2325
  }
2024
2326
  }
2025
- span {
2026
- color: #999999;
2027
- }
2327
+ }
2328
+ .uk-active > * {
2329
+ color: #0077dd;
2028
2330
  }
2029
2331
  }
2030
2332
  }
2031
2333
 
2032
- /* Items
2033
- ========================================================================== */
2034
2334
  /*
2035
- * 1. Create position context for dropdowns
2036
- * 2. Reset whitespace hack
2335
+ * 1. Space is allocated solely based on content dimensions
2336
+ * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
2337
+ * 3. Create position context for dropdowns
2037
2338
  */
2038
2339
 
2039
2340
  /*
2040
- * Items
2341
+ * DEPRECATED IE9 Support
2041
2342
  */
2042
2343
 
2344
+ /* Items
2345
+ ========================================================================== */
2346
+
2043
2347
  /*
2044
- * Active
2348
+ * Hover
2349
+ * 1. Apply hover style also to focus state
2045
2350
  */
2351
+
2046
2352
  /*
2047
- * Disabled
2353
+ * Active
2048
2354
  */
2049
2355
 
2050
2356
  /* Modifier: 'subnav-line'
2051
2357
  ========================================================================== */
2052
2358
 
2053
- .uk-subnav-line > li:nth-child(n+2):before {
2054
- content: "";
2055
- display: inline-block;
2056
- height: 10px;
2057
- margin-right: 10px;
2058
- border-left: 1px solid #dddddd;
2359
+ .uk-subnav-line > {
2360
+ :before {
2361
+ content: "";
2362
+ display: inline-block;
2363
+ height: 10px;
2364
+ vertical-align: middle;
2365
+ }
2366
+ :nth-child(n+2):before {
2367
+ margin-right: 10px;
2368
+ border-left: 1px solid #dddddd;
2369
+ }
2059
2370
  }
2060
2371
 
2061
2372
  /* Modifier: 'subnav-pill'
2062
2373
  ========================================================================== */
2063
2374
 
2064
- .uk-subnav-pill > li {
2065
- > {
2066
- a, span {
2375
+ .uk-subnav-pill > {
2376
+ * > {
2377
+ * {
2067
2378
  padding: 3px 9px;
2068
- text-decoration: none;
2069
2379
  }
2070
- a {
2071
- &:hover, &:focus {
2072
- background: #eeeeee;
2073
- color: #444444;
2074
- /* 2 */
2075
- outline: none;
2076
- }
2380
+ :hover, :focus {
2381
+ background: #eeeeee;
2382
+ color: #444444;
2383
+ text-decoration: none;
2384
+ /* 2 */
2385
+ outline: none;
2077
2386
  }
2078
2387
  }
2079
- &.uk-active > a {
2388
+ .uk-active > * {
2080
2389
  background: #00a8e6;
2081
2390
  color: #ffffff;
2082
2391
  }
@@ -2093,6 +2402,16 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2093
2402
  * `li` needed for higher specificity to override hover
2094
2403
  */
2095
2404
 
2405
+ /* Disabled state
2406
+ ========================================================================== */
2407
+
2408
+ .uk-subnav > .uk-disabled > * {
2409
+ background: none;
2410
+ color: #999999;
2411
+ text-decoration: none;
2412
+ cursor: text;
2413
+ }
2414
+
2096
2415
  /* ========================================================================
2097
2416
  Component: Breadcrumb
2098
2417
  ========================================================================== */
@@ -2155,11 +2474,11 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2155
2474
  /* 3 */
2156
2475
  font-size: 0.001px;
2157
2476
  &:before {
2158
- content: " ";
2477
+ content: "";
2159
2478
  display: table;
2160
2479
  }
2161
2480
  &:after {
2162
- content: " ";
2481
+ content: "";
2163
2482
  display: table;
2164
2483
  clear: both;
2165
2484
  }
@@ -2282,11 +2601,11 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2282
2601
  list-style: none;
2283
2602
  border-bottom: 1px solid #dddddd;
2284
2603
  &:before {
2285
- content: " ";
2604
+ content: "";
2286
2605
  display: table;
2287
2606
  }
2288
2607
  &:after {
2289
- content: " ";
2608
+ content: "";
2290
2609
  display: table;
2291
2610
  clear: both;
2292
2611
  }
@@ -2341,7 +2660,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2341
2660
  &.uk-disabled {
2342
2661
  > a {
2343
2662
  color: #999999;
2344
- cursor: auto;
2663
+ cursor: text;
2345
2664
  &:hover, &:focus {
2346
2665
  background: none;
2347
2666
  border-color: transparent;
@@ -2417,11 +2736,11 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2417
2736
 
2418
2737
  .uk-tab-center {
2419
2738
  &:before {
2420
- content: " ";
2739
+ content: "";
2421
2740
  display: table;
2422
2741
  }
2423
2742
  &:after {
2424
- content: " ";
2743
+ content: "";
2425
2744
  display: table;
2426
2745
  clear: both;
2427
2746
  }
@@ -2595,6 +2914,91 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2595
2914
  }
2596
2915
  }
2597
2916
 
2917
+ /* ========================================================================
2918
+ Component: Thumbnav
2919
+ ========================================================================== */
2920
+ /*
2921
+ * 1. Gutter
2922
+ * 2. Remove default list style
2923
+ */
2924
+
2925
+ .uk-thumbnav {
2926
+ display: -ms-flexbox;
2927
+ display: -webkit-flex;
2928
+ display: flex;
2929
+ -ms-flex-wrap: wrap;
2930
+ -webkit-flex-wrap: wrap;
2931
+ flex-wrap: wrap;
2932
+ /* 1 */
2933
+ margin-left: -10px;
2934
+ margin-top: -10px;
2935
+ /* 2 */
2936
+ padding: 0;
2937
+ list-style: none;
2938
+ > * {
2939
+ /* 1 */
2940
+ -ms-flex: none;
2941
+ -webkit-flex: none;
2942
+ flex: none;
2943
+ /* 2 */
2944
+ padding-left: 10px;
2945
+ margin-top: 10px;
2946
+ }
2947
+ &:before {
2948
+ content: "";
2949
+ display: block;
2950
+ overflow: hidden;
2951
+ }
2952
+ &:after {
2953
+ content: "";
2954
+ display: block;
2955
+ overflow: hidden;
2956
+ clear: both;
2957
+ }
2958
+ > {
2959
+ * {
2960
+ float: left;
2961
+ > {
2962
+ * {
2963
+ display: block;
2964
+ background: #ffffff;
2965
+ > img {
2966
+ opacity: 0.7;
2967
+ -webkit-transition: opacity 0.15s linear;
2968
+ transition: opacity 0.15s linear;
2969
+ }
2970
+ }
2971
+ :hover > img, :focus > img {
2972
+ opacity: 1;
2973
+ }
2974
+ }
2975
+ }
2976
+ .uk-active > * > img {
2977
+ opacity: 1;
2978
+ }
2979
+ }
2980
+ }
2981
+
2982
+ /*
2983
+ * 1. Space is allocated solely based on content dimensions
2984
+ * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
2985
+ */
2986
+
2987
+ /*
2988
+ * DEPRECATED IE9 Support
2989
+ */
2990
+
2991
+ /* Items
2992
+ ========================================================================== */
2993
+
2994
+ /*
2995
+ * Hover
2996
+ */
2997
+
2998
+ /*
2999
+ * Active
3000
+ */
3001
+
2598
3002
  /* ========================================================================
2599
3003
  Component: List
2600
3004
  ========================================================================== */
@@ -2604,11 +3008,11 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2604
3008
  list-style: none;
2605
3009
  > li {
2606
3010
  &:before {
2607
- content: " ";
3011
+ content: "";
2608
3012
  display: table;
2609
3013
  }
2610
3014
  &:after {
2611
- content: " ";
3015
+ content: "";
2612
3016
  display: table;
2613
3017
  clear: both;
2614
3018
  }
@@ -2751,6 +3155,9 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2751
3155
  text-align: left;
2752
3156
  color: #999999;
2753
3157
  }
3158
+ tbody tr.uk-active {
3159
+ background: #eeeeee;
3160
+ }
2754
3161
  }
2755
3162
 
2756
3163
  /*
@@ -2761,6 +3168,10 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2761
3168
  * Caption and footer
2762
3169
  */
2763
3170
 
3171
+ /*
3172
+ * Active State
3173
+ */
3174
+
2764
3175
  /* Sub-modifier: `uk-table-middle`
2765
3176
  ========================================================================== */
2766
3177
 
@@ -2982,6 +3393,8 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2982
3393
  content: "";
2983
3394
  display: block;
2984
3395
  border-bottom: 1px solid #dddddd;
3396
+ /* 1 */
3397
+ width: 100%;
2985
3398
  }
2986
3399
  }
2987
3400
  }
@@ -3072,7 +3485,9 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3072
3485
  * 5. Style
3073
3486
  */
3074
3487
 
3075
- /* 4 */
3488
+ /*
3489
+ * 1. Fixes IE9
3490
+ */
3076
3491
 
3077
3492
  /* Size modifiers
3078
3493
  * Higher specificity needed to override defaults
@@ -3197,11 +3612,11 @@ select.uk-form-width-mini {
3197
3612
 
3198
3613
  .uk-form-row {
3199
3614
  &:before {
3200
- content: " ";
3615
+ content: "";
3201
3616
  display: table;
3202
3617
  }
3203
3618
  &:after {
3204
- content: " ";
3619
+ content: "";
3205
3620
  display: table;
3206
3621
  clear: both;
3207
3622
  }
@@ -3596,11 +4011,13 @@ select.uk-form-width-mini {
3596
4011
  /* ========================================================================
3597
4012
  Component: Icon
3598
4013
  ========================================================================== */
4014
+
3599
4015
  /*
3600
4016
  * 1. Allow margin
3601
4017
  * 2. Prevent inherit font style
3602
4018
  * 4. Correct line-height
3603
4019
  * 5. Better font rendering
4020
+ * 6. Remove `text-decoration` for anchors
3604
4021
  */
3605
4022
 
3606
4023
  [class*='uk-icon-'] {
@@ -3615,8 +4032,14 @@ select.uk-form-width-mini {
3615
4032
  /* 5 */
3616
4033
  -webkit-font-smoothing: antialiased;
3617
4034
  -moz-osx-font-smoothing: grayscale;
4035
+ text-decoration: none;
4036
+ &:hover, &:focus {
4037
+ text-decoration: none;
4038
+ }
3618
4039
  }
3619
4040
 
4041
+ /* 6 */
4042
+
3620
4043
  /* Size modifiers
3621
4044
  ========================================================================== */
3622
4045
 
@@ -3644,6 +4067,20 @@ select.uk-form-width-mini {
3644
4067
  animation: uk-rotate 2s infinite linear;
3645
4068
  }
3646
4069
 
4070
+ /* Modifier: `uk-icon-hover`
4071
+ ========================================================================== */
4072
+
4073
+ .uk-icon-hover {
4074
+ color: #999999;
4075
+ &:hover {
4076
+ color: #444444;
4077
+ }
4078
+ }
4079
+
4080
+ /*
4081
+ * Hover
4082
+ */
4083
+
3647
4084
  /* Modifier: `uk-icon-button`
3648
4085
  ========================================================================== */
3649
4086
 
@@ -3662,7 +4099,6 @@ select.uk-form-width-mini {
3662
4099
  &:hover, &:focus {
3663
4100
  background-color: #f5f5f5;
3664
4101
  color: #444444;
3665
- text-decoration: none;
3666
4102
  /* 2 */
3667
4103
  outline: none;
3668
4104
  }
@@ -4263,7 +4699,7 @@ select.uk-form-width-mini {
4263
4699
  content: "\f099";
4264
4700
  }
4265
4701
 
4266
- .uk-icon-facebook:before {
4702
+ .uk-icon-facebook-f:before, .uk-icon-facebook:before {
4267
4703
  content: "\f09a";
4268
4704
  }
4269
4705
 
@@ -5083,7 +5519,7 @@ select.uk-form-width-mini {
5083
5519
  content: "\f183";
5084
5520
  }
5085
5521
 
5086
- .uk-icon-gittip:before {
5522
+ .uk-icon-gittip:before, .uk-icon-gratipay:before {
5087
5523
  content: "\f184";
5088
5524
  }
5089
5525
 
@@ -5411,7 +5847,7 @@ select.uk-form-width-mini {
5411
5847
  content: "\f1da";
5412
5848
  }
5413
5849
 
5414
- .uk-icon-circle-thin:before {
5850
+ .uk-icon-genderless:before, .uk-icon-circle-thin:before {
5415
5851
  content: "\f1db";
5416
5852
  }
5417
5853
 
@@ -5599,26 +6035,186 @@ select.uk-form-width-mini {
5599
6035
  content: "\f20c";
5600
6036
  }
5601
6037
 
5602
- /* ========================================================================
5603
- Component: Close
5604
- ========================================================================== */
5605
- /*
5606
- * Removes inner padding and border in Firefox 4+.
5607
- */
6038
+ .uk-icon-buysellads:before {
6039
+ content: "\f20d";
6040
+ }
5608
6041
 
5609
- .uk-close {
5610
- &::-moz-focus-inner {
5611
- border: 0;
5612
- padding: 0;
5613
- }
5614
- /* 1 */
5615
- -webkit-appearance: none;
5616
- /* 2 */
5617
- margin: 0;
5618
- /* 3 */
5619
- border: none;
5620
- /* 4 */
5621
- overflow: visible;
6042
+ .uk-icon-connectdevelop:before {
6043
+ content: "\f20e";
6044
+ }
6045
+
6046
+ .uk-icon-dashcube:before {
6047
+ content: "\f210";
6048
+ }
6049
+
6050
+ .uk-icon-forumbee:before {
6051
+ content: "\f211";
6052
+ }
6053
+
6054
+ .uk-icon-leanpub:before {
6055
+ content: "\f212";
6056
+ }
6057
+
6058
+ .uk-icon-sellsy:before {
6059
+ content: "\f213";
6060
+ }
6061
+
6062
+ .uk-icon-shirtsinbulk:before {
6063
+ content: "\f214";
6064
+ }
6065
+
6066
+ .uk-icon-simplybuilt:before {
6067
+ content: "\f215";
6068
+ }
6069
+
6070
+ .uk-icon-skyatlas:before {
6071
+ content: "\f216";
6072
+ }
6073
+
6074
+ .uk-icon-cart-plus:before {
6075
+ content: "\f217";
6076
+ }
6077
+
6078
+ .uk-icon-cart-arrow-down:before {
6079
+ content: "\f218";
6080
+ }
6081
+
6082
+ .uk-icon-diamond:before {
6083
+ content: "\f219";
6084
+ }
6085
+
6086
+ .uk-icon-ship:before {
6087
+ content: "\f21a";
6088
+ }
6089
+
6090
+ .uk-icon-user-secret:before {
6091
+ content: "\f21b";
6092
+ }
6093
+
6094
+ .uk-icon-motorcycle:before {
6095
+ content: "\f21c";
6096
+ }
6097
+
6098
+ .uk-icon-street-view:before {
6099
+ content: "\f21d";
6100
+ }
6101
+
6102
+ .uk-icon-heartbeat:before {
6103
+ content: "\f21e";
6104
+ }
6105
+
6106
+ .uk-icon-venus:before {
6107
+ content: "\f221";
6108
+ }
6109
+
6110
+ .uk-icon-mars:before {
6111
+ content: "\f222";
6112
+ }
6113
+
6114
+ .uk-icon-mercury:before {
6115
+ content: "\f223";
6116
+ }
6117
+
6118
+ .uk-icon-transgender:before {
6119
+ content: "\f224";
6120
+ }
6121
+
6122
+ .uk-icon-transgender-alt:before {
6123
+ content: "\f225";
6124
+ }
6125
+
6126
+ .uk-icon-venus-double:before {
6127
+ content: "\f226";
6128
+ }
6129
+
6130
+ .uk-icon-mars-double:before {
6131
+ content: "\f227";
6132
+ }
6133
+
6134
+ .uk-icon-venus-mars:before {
6135
+ content: "\f228";
6136
+ }
6137
+
6138
+ .uk-icon-mars-stroke:before {
6139
+ content: "\f229";
6140
+ }
6141
+
6142
+ .uk-icon-mars-stroke-v:before {
6143
+ content: "\f22a";
6144
+ }
6145
+
6146
+ .uk-icon-mars-stroke-h:before {
6147
+ content: "\f22b";
6148
+ }
6149
+
6150
+ .uk-icon-neuter:before {
6151
+ content: "\f22c";
6152
+ }
6153
+
6154
+ .uk-icon-facebook-official:before {
6155
+ content: "\f230";
6156
+ }
6157
+
6158
+ .uk-icon-pinterest-p:before {
6159
+ content: "\f231";
6160
+ }
6161
+
6162
+ .uk-icon-whatsapp:before {
6163
+ content: "\f232";
6164
+ }
6165
+
6166
+ .uk-icon-server:before {
6167
+ content: "\f233";
6168
+ }
6169
+
6170
+ .uk-icon-user-plus:before {
6171
+ content: "\f234";
6172
+ }
6173
+
6174
+ .uk-icon-user-times:before {
6175
+ content: "\f235";
6176
+ }
6177
+
6178
+ .uk-icon-hotel:before, .uk-icon-bed:before {
6179
+ content: "\f236";
6180
+ }
6181
+
6182
+ .uk-icon-viacoin:before {
6183
+ content: "\f237";
6184
+ }
6185
+
6186
+ .uk-icon-train:before {
6187
+ content: "\f238";
6188
+ }
6189
+
6190
+ .uk-icon-subway:before {
6191
+ content: "\f239";
6192
+ }
6193
+
6194
+ .uk-icon-medium-logo:before {
6195
+ content: "\f23a";
6196
+ }
6197
+
6198
+ /* ========================================================================
6199
+ Component: Close
6200
+ ========================================================================== */
6201
+ /*
6202
+ * Removes inner padding and border in Firefox 4+.
6203
+ */
6204
+
6205
+ .uk-close {
6206
+ &::-moz-focus-inner {
6207
+ border: 0;
6208
+ padding: 0;
6209
+ }
6210
+ /* 1 */
6211
+ -webkit-appearance: none;
6212
+ /* 2 */
6213
+ margin: 0;
6214
+ /* 3 */
6215
+ border: none;
6216
+ /* 4 */
6217
+ overflow: visible;
5622
6218
  /* 5 */
5623
6219
  font: inherit;
5624
6220
  color: inherit;
@@ -5929,7 +6525,9 @@ a.uk-thumbnail {
5929
6525
  * 2. Create position context
5930
6526
  * 3. Set max-width for responsive images to prevent `inline-block` consequences
5931
6527
  * 4. Remove the gap between the container and its child element
5932
- * 5. Fixed wrong scaling calculation for images in Chrome
6528
+ * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
6529
+ * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
6530
+ * 7. Reset margin
5933
6531
  */
5934
6532
 
5935
6533
  .uk-overlay {
@@ -5943,16 +6541,243 @@ a.uk-thumbnail {
5943
6541
  vertical-align: middle;
5944
6542
  /* 5 */
5945
6543
  overflow: hidden;
6544
+ /* 6 */
6545
+ -webkit-transform: translateZ(0);
6546
+ /* 7 */
6547
+ margin: 0;
6548
+ &.uk-border-circle {
6549
+ -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
6550
+ }
5946
6551
  > :first-child {
5947
6552
  margin-bottom: 0;
5948
6553
  }
5949
6554
  }
5950
6555
 
6556
+ /* 6 for Safari */
6557
+
5951
6558
  /*
5952
6559
  * Remove margin from content
5953
6560
  */
5954
6561
 
5955
- /* Sub-object `uk-overlay-area`
6562
+ /* Sub-object `uk-overlay-panel`
6563
+ ========================================================================== */
6564
+ /*
6565
+ * 1. Position cover
6566
+ * 2. Style
6567
+ */
6568
+
6569
+ .uk-overlay-panel {
6570
+ /* 1 */
6571
+ position: absolute;
6572
+ top: 0;
6573
+ bottom: 0;
6574
+ left: 0;
6575
+ right: 0;
6576
+ /* 2 */
6577
+ padding: 20px;
6578
+ color: #ffffff;
6579
+ > :last-child, &.uk-flex > * > :last-child {
6580
+ margin-bottom: 0;
6581
+ }
6582
+ h1, h2, h3, h4, h5, h6 {
6583
+ color: inherit;
6584
+ }
6585
+ a {
6586
+ &:not([class]) {
6587
+ color: inherit;
6588
+ text-decoration: underline;
6589
+ }
6590
+ &[class*='uk-icon-']:not(.uk-icon-button) {
6591
+ color: inherit;
6592
+ }
6593
+ }
6594
+ }
6595
+
6596
+ /*
6597
+ * Remove margin from the last-child
6598
+ */
6599
+
6600
+ /*
6601
+ * Keep color for headings if the default heading color is changed
6602
+ */
6603
+
6604
+ /* Sub-object `uk-overlay-hover` and `uk-overlay-active`
6605
+ ========================================================================== */
6606
+
6607
+ .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore), .uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
6608
+ opacity: 0;
6609
+ }
6610
+
6611
+ /* Modifier `uk-overlay-background`
6612
+ ========================================================================== */
6613
+
6614
+ .uk-overlay-background {
6615
+ background: rgba(0, 0, 0, 0.5);
6616
+ }
6617
+
6618
+ /* Modifier `uk-overlay-image`
6619
+ ========================================================================== */
6620
+ /*
6621
+ * Reset panel
6622
+ */
6623
+
6624
+ .uk-overlay-image {
6625
+ padding: 0;
6626
+ }
6627
+
6628
+ /* Position modifiers
6629
+ ========================================================================== */
6630
+
6631
+ .uk-overlay-top {
6632
+ bottom: auto;
6633
+ }
6634
+
6635
+ .uk-overlay-bottom {
6636
+ top: auto;
6637
+ }
6638
+
6639
+ .uk-overlay-left {
6640
+ right: auto;
6641
+ }
6642
+
6643
+ .uk-overlay-right {
6644
+ left: auto;
6645
+ }
6646
+
6647
+ /* Sub-object `uk-overlay-icon`
6648
+ ========================================================================== */
6649
+
6650
+ .uk-overlay-icon:before {
6651
+ content: "\f002";
6652
+ position: absolute;
6653
+ top: 50%;
6654
+ left: 50%;
6655
+ width: 50px;
6656
+ height: 50px;
6657
+ margin-top: -25px;
6658
+ margin-left: -25px;
6659
+ font-size: 50px;
6660
+ line-height: 1;
6661
+ font-family: FontAwesome;
6662
+ text-align: center;
6663
+ color: #ffffff;
6664
+ }
6665
+
6666
+ /* Transitions
6667
+ ========================================================================== */
6668
+
6669
+ .uk-overlay-fade, .uk-overlay-scale, .uk-overlay-spin, .uk-overlay-grayscale, .uk-overlay-blur, [class*='uk-overlay-slide'] {
6670
+ transition-duration: 0.3s;
6671
+ transition-timing-function: ease-out;
6672
+ transition-property: opacity transform filter;
6673
+ }
6674
+
6675
+ .uk-overlay-active {
6676
+ .uk-overlay-fade, .uk-overlay-scale, .uk-overlay-spin, [class*='uk-overlay-slide'] {
6677
+ transition-duration: 0.8s;
6678
+ }
6679
+ }
6680
+
6681
+ /*
6682
+ * Fade
6683
+ */
6684
+
6685
+ .uk-overlay-fade {
6686
+ opacity: 0.7;
6687
+ }
6688
+
6689
+ .uk-overlay-hover:hover .uk-overlay-fade, .uk-overlay-active .uk-active > .uk-overlay-fade {
6690
+ opacity: 1;
6691
+ }
6692
+
6693
+ /*
6694
+ * Scale
6695
+ */
6696
+
6697
+ .uk-overlay-scale {
6698
+ -webkit-transform: scale(1);
6699
+ transform: scale(1);
6700
+ }
6701
+
6702
+ .uk-overlay-hover:hover .uk-overlay-scale, .uk-overlay-active .uk-active > .uk-overlay-scale {
6703
+ -webkit-transform: scale(1.1);
6704
+ transform: scale(1.1);
6705
+ }
6706
+
6707
+ /*
6708
+ * Spin
6709
+ */
6710
+
6711
+ .uk-overlay-spin {
6712
+ -webkit-transform: scale(1) rotate(0deg);
6713
+ transform: scale(1) rotate(0deg);
6714
+ }
6715
+
6716
+ .uk-overlay-hover:hover .uk-overlay-spin, .uk-overlay-active .uk-active > .uk-overlay-spin {
6717
+ -webkit-transform: scale(1.1) rotate(3deg);
6718
+ transform: scale(1.1) rotate(3deg);
6719
+ }
6720
+
6721
+ /*
6722
+ * Grayscale
6723
+ */
6724
+
6725
+ .uk-overlay-grayscale {
6726
+ -webkit-filter: grayscale(100%);
6727
+ filter: grayscale(100%);
6728
+ }
6729
+
6730
+ .uk-overlay-hover:hover .uk-overlay-grayscale, .uk-overlay-active .uk-active > .uk-overlay-grayscale {
6731
+ -webkit-filter: grayscale(0%);
6732
+ filter: grayscale(0%);
6733
+ }
6734
+
6735
+ /*
6736
+ * Slide
6737
+ */
6738
+
6739
+ [class*='uk-overlay-slide'] {
6740
+ opacity: 0;
6741
+ }
6742
+
6743
+ /* Top */
6744
+
6745
+ .uk-overlay-slide-top {
6746
+ -webkit-transform: translateY(-100%);
6747
+ transform: translateY(-100%);
6748
+ }
6749
+
6750
+ /* Bottom */
6751
+
6752
+ .uk-overlay-slide-bottom {
6753
+ -webkit-transform: translateY(100%);
6754
+ transform: translateY(100%);
6755
+ }
6756
+
6757
+ /* Left */
6758
+
6759
+ .uk-overlay-slide-left {
6760
+ -webkit-transform: translateX(-100%);
6761
+ transform: translateX(-100%);
6762
+ }
6763
+
6764
+ /* Right */
6765
+
6766
+ .uk-overlay-slide-right {
6767
+ -webkit-transform: translateX(100%);
6768
+ transform: translateX(100%);
6769
+ }
6770
+
6771
+ /* Hover */
6772
+
6773
+ .uk-overlay-hover:hover [class*='uk-overlay-slide'], .uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
6774
+ opacity: 1;
6775
+ -webkit-transform: translateX(0) translateY(0);
6776
+ transform: translateX(0) translateY(0);
6777
+ }
6778
+
6779
+ /* DEPRECATED
6780
+ * Sub-object `uk-overlay-area`
5956
6781
  ========================================================================== */
5957
6782
  /*
5958
6783
  * 1. Set position
@@ -6025,7 +6850,8 @@ a.uk-thumbnail {
6025
6850
  }
6026
6851
  }
6027
6852
 
6028
- /* Sub-object `uk-overlay-area-content`
6853
+ /* DEPRECATED
6854
+ * Sub-object `uk-overlay-area-content`
6029
6855
  ========================================================================== */
6030
6856
  /*
6031
6857
  * Remove whitespace between child elements when using `inline-block`
@@ -6076,7 +6902,8 @@ a.uk-thumbnail {
6076
6902
  * Links in overlay area
6077
6903
  */
6078
6904
 
6079
- /* Sub-object `uk-overlay-caption`
6905
+ /* DEPRECATED
6906
+ * Sub-object `uk-overlay-caption`
6080
6907
  ========================================================================== */
6081
6908
  /*
6082
6909
  * 1. Set position
@@ -6120,124 +6947,7 @@ a.uk-thumbnail {
6120
6947
  }
6121
6948
 
6122
6949
  /* ========================================================================
6123
- Component: Progress
6124
- ========================================================================== */
6125
- /*
6126
- * 1. Clearing
6127
- * 2. Vertical alignment if text is used
6128
- */
6129
-
6130
- .uk-progress {
6131
- -moz-box-sizing: border-box;
6132
- box-sizing: border-box;
6133
- height: 20px;
6134
- margin-bottom: 15px;
6135
- background: #eeeeee;
6136
- /* 1 */
6137
- overflow: hidden;
6138
- /* 2 */
6139
- line-height: 20px;
6140
- }
6141
-
6142
- /*
6143
- * Add margin if adjacent element
6144
- */
6145
-
6146
- * + .uk-progress {
6147
- margin-top: 15px;
6148
- }
6149
-
6150
- /* Sub-object: `uk-progress-bar`
6151
- ========================================================================== */
6152
- /*
6153
- * 1. Transition
6154
- * 2. Needed for text
6155
- */
6156
-
6157
- .uk-progress-bar {
6158
- width: 0;
6159
- height: 100%;
6160
- background: #00a8e6;
6161
- float: left;
6162
- /* 1 */
6163
- -webkit-transition: width 0.6s ease;
6164
- transition: width 0.6s ease;
6165
- /* 2 */
6166
- font-size: 12px;
6167
- color: #ffffff;
6168
- text-align: center;
6169
- }
6170
-
6171
- /* Size modifiers
6172
- ========================================================================== */
6173
- /* Mini */
6174
-
6175
- .uk-progress-mini {
6176
- height: 6px;
6177
- }
6178
-
6179
- /* Small */
6180
-
6181
- .uk-progress-small {
6182
- height: 12px;
6183
- }
6184
-
6185
- /* Color modifiers
6186
- ========================================================================== */
6187
-
6188
- .uk-progress-success .uk-progress-bar {
6189
- background-color: #8cc14c;
6190
- }
6191
-
6192
- .uk-progress-warning .uk-progress-bar {
6193
- background-color: #faa732;
6194
- }
6195
-
6196
- .uk-progress-danger .uk-progress-bar {
6197
- background-color: #da314b;
6198
- }
6199
-
6200
- /* Modifier: `uk-progress-striped`
6201
- ========================================================================== */
6202
-
6203
- .uk-progress-striped {
6204
- .uk-progress-bar {
6205
- 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);
6206
- 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);
6207
- background-size: 30px 30px;
6208
- }
6209
- &.uk-active .uk-progress-bar {
6210
- -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
6211
- animation: uk-progress-bar-stripes 2s linear infinite;
6212
- }
6213
- }
6214
-
6215
- /*
6216
- * Animation
6217
- */
6218
-
6219
- @-webkit-keyframes uk-progress-bar-stripes {
6220
- 0% {
6221
- background-position: 0 0;
6222
- }
6223
- 100% {
6224
- background-position: 30px 0;
6225
- }
6226
- }
6227
-
6228
-
6229
- @keyframes uk-progress-bar-stripes {
6230
- 0% {
6231
- background-position: 0 0;
6232
- }
6233
- 100% {
6234
- background-position: 30px 0;
6235
- }
6236
- }
6237
-
6238
-
6239
- /* ========================================================================
6240
- Component: Animation
6950
+ Component: Animation
6241
6951
  ========================================================================== */
6242
6952
 
6243
6953
  [class*='uk-animation-'] {
@@ -6251,7 +6961,7 @@ a.uk-thumbnail {
6251
6961
 
6252
6962
  /* Hide animated element if scrollspy is used */
6253
6963
  @media screen {
6254
- [data-uk-scrollspy*='uk-animation-'] {
6964
+ [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
6255
6965
  opacity: 0;
6256
6966
  }
6257
6967
  }
@@ -6332,16 +7042,16 @@ a.uk-thumbnail {
6332
7042
  .uk-animation-reverse {
6333
7043
  -webkit-animation-direction: reverse;
6334
7044
  animation-direction: reverse;
6335
- -webkit-animation-timing-function: ease-out;
6336
- animation-timing-function: ease-out;
7045
+ -webkit-animation-timing-function: ease-in;
7046
+ animation-timing-function: ease-in;
6337
7047
  }
6338
7048
 
6339
7049
  /* Duration modifiers
6340
7050
  ========================================================================== */
6341
7051
 
6342
- .uk-animation-10 {
6343
- -webkit-animation-duration: 10s;
6344
- animation-duration: 10s;
7052
+ .uk-animation-15 {
7053
+ -webkit-animation-duration: 15s;
7054
+ animation-duration: 15s;
6345
7055
  }
6346
7056
 
6347
7057
  /* Origin modifiers
@@ -6387,6 +7097,22 @@ a.uk-thumbnail {
6387
7097
  transform-origin: 100% 100%;
6388
7098
  }
6389
7099
 
7100
+ /* Sub-object: `uk-animation-hover`
7101
+ ========================================================================== */
7102
+ /*
7103
+ * Enable animation only on hover
7104
+ * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
7105
+ */
7106
+
7107
+ .uk-animation-hover:not(:hover), .uk-touch .uk-animation-hover:not(.uk-hover) {
7108
+ -webkit-animation-name: none;
7109
+ animation-name: none;
7110
+ [class*='uk-animation-'] {
7111
+ -webkit-animation-name: none;
7112
+ animation-name: none;
7113
+ }
7114
+ }
7115
+
6390
7116
  /* Keyframes: Fade
6391
7117
  * Used by dropdown, datepicker and slideshow component
6392
7118
  ========================================================================== */
@@ -6394,6 +7120,7 @@ a.uk-thumbnail {
6394
7120
  0% {
6395
7121
  opacity: 0;
6396
7122
  }
7123
+
6397
7124
  100% {
6398
7125
  opacity: 1;
6399
7126
  }
@@ -6404,6 +7131,7 @@ a.uk-thumbnail {
6404
7131
  0% {
6405
7132
  opacity: 0;
6406
7133
  }
7134
+
6407
7135
  100% {
6408
7136
  opacity: 1;
6409
7137
  }
@@ -6420,6 +7148,7 @@ a.uk-thumbnail {
6420
7148
  opacity: 0;
6421
7149
  -webkit-transform: translateY(-100%);
6422
7150
  }
7151
+
6423
7152
  100% {
6424
7153
  opacity: 1;
6425
7154
  -webkit-transform: translateY(0);
@@ -6432,6 +7161,7 @@ a.uk-thumbnail {
6432
7161
  opacity: 0;
6433
7162
  transform: translateY(-100%);
6434
7163
  }
7164
+
6435
7165
  100% {
6436
7166
  opacity: 1;
6437
7167
  transform: translateY(0);
@@ -6447,6 +7177,7 @@ a.uk-thumbnail {
6447
7177
  opacity: 0;
6448
7178
  -webkit-transform: translateY(100%);
6449
7179
  }
7180
+
6450
7181
  100% {
6451
7182
  opacity: 1;
6452
7183
  -webkit-transform: translateY(0);
@@ -6459,6 +7190,7 @@ a.uk-thumbnail {
6459
7190
  opacity: 0;
6460
7191
  transform: translateY(100%);
6461
7192
  }
7193
+
6462
7194
  100% {
6463
7195
  opacity: 1;
6464
7196
  transform: translateY(0);
@@ -6474,6 +7206,7 @@ a.uk-thumbnail {
6474
7206
  opacity: 0;
6475
7207
  -webkit-transform: translateX(-100%);
6476
7208
  }
7209
+
6477
7210
  100% {
6478
7211
  opacity: 1;
6479
7212
  -webkit-transform: translateX(0);
@@ -6486,6 +7219,7 @@ a.uk-thumbnail {
6486
7219
  opacity: 0;
6487
7220
  transform: translateX(-100%);
6488
7221
  }
7222
+
6489
7223
  100% {
6490
7224
  opacity: 1;
6491
7225
  transform: translateX(0);
@@ -6501,6 +7235,7 @@ a.uk-thumbnail {
6501
7235
  opacity: 0;
6502
7236
  -webkit-transform: translateX(100%);
6503
7237
  }
7238
+
6504
7239
  100% {
6505
7240
  opacity: 1;
6506
7241
  -webkit-transform: translateX(0);
@@ -6513,6 +7248,7 @@ a.uk-thumbnail {
6513
7248
  opacity: 0;
6514
7249
  transform: translateX(100%);
6515
7250
  }
7251
+
6516
7252
  100% {
6517
7253
  opacity: 1;
6518
7254
  transform: translateX(0);
@@ -6530,6 +7266,7 @@ a.uk-thumbnail {
6530
7266
  opacity: 0;
6531
7267
  -webkit-transform: scale(0.2);
6532
7268
  }
7269
+
6533
7270
  100% {
6534
7271
  opacity: 1;
6535
7272
  -webkit-transform: scale(1);
@@ -6542,6 +7279,7 @@ a.uk-thumbnail {
6542
7279
  opacity: 0;
6543
7280
  transform: scale(0.2);
6544
7281
  }
7282
+
6545
7283
  100% {
6546
7284
  opacity: 1;
6547
7285
  transform: scale(1);
@@ -6558,6 +7296,7 @@ a.uk-thumbnail {
6558
7296
  opacity: 0;
6559
7297
  -webkit-transform: scale(1.5);
6560
7298
  }
7299
+
6561
7300
  100% {
6562
7301
  opacity: 1;
6563
7302
  -webkit-transform: scale(1);
@@ -6570,6 +7309,7 @@ a.uk-thumbnail {
6570
7309
  opacity: 0;
6571
7310
  transform: scale(1.5);
6572
7311
  }
7312
+
6573
7313
  100% {
6574
7314
  opacity: 1;
6575
7315
  transform: scale(1);
@@ -6585,6 +7325,7 @@ a.uk-thumbnail {
6585
7325
  opacity: 0;
6586
7326
  -webkit-transform: scale(1.8);
6587
7327
  }
7328
+
6588
7329
  100% {
6589
7330
  opacity: 1;
6590
7331
  -webkit-transform: scale(1);
@@ -6597,6 +7338,7 @@ a.uk-thumbnail {
6597
7338
  opacity: 0;
6598
7339
  transform: scale(1.8);
6599
7340
  }
7341
+
6600
7342
  100% {
6601
7343
  opacity: 1;
6602
7344
  transform: scale(1);
@@ -6614,6 +7356,7 @@ a.uk-thumbnail {
6614
7356
  0% {
6615
7357
  -webkit-transform: translateX(-100%);
6616
7358
  }
7359
+
6617
7360
  100% {
6618
7361
  -webkit-transform: translateX(0);
6619
7362
  }
@@ -6624,6 +7367,7 @@ a.uk-thumbnail {
6624
7367
  0% {
6625
7368
  transform: translateX(-100%);
6626
7369
  }
7370
+
6627
7371
  100% {
6628
7372
  transform: translateX(0);
6629
7373
  }
@@ -6637,6 +7381,7 @@ a.uk-thumbnail {
6637
7381
  0% {
6638
7382
  -webkit-transform: translateX(100%);
6639
7383
  }
7384
+
6640
7385
  100% {
6641
7386
  -webkit-transform: translateX(0);
6642
7387
  }
@@ -6647,6 +7392,7 @@ a.uk-thumbnail {
6647
7392
  0% {
6648
7393
  transform: translateX(100%);
6649
7394
  }
7395
+
6650
7396
  100% {
6651
7397
  transform: translateX(0);
6652
7398
  }
@@ -6660,6 +7406,7 @@ a.uk-thumbnail {
6660
7406
  0% {
6661
7407
  -webkit-transform: translateX(33%);
6662
7408
  }
7409
+
6663
7410
  100% {
6664
7411
  -webkit-transform: translateX(0);
6665
7412
  }
@@ -6670,6 +7417,7 @@ a.uk-thumbnail {
6670
7417
  0% {
6671
7418
  transform: translateX(33%);
6672
7419
  }
7420
+
6673
7421
  100% {
6674
7422
  transform: translateX(0);
6675
7423
  }
@@ -6683,6 +7431,7 @@ a.uk-thumbnail {
6683
7431
  0% {
6684
7432
  -webkit-transform: translateX(-33%);
6685
7433
  }
7434
+
6686
7435
  100% {
6687
7436
  -webkit-transform: translateX(0);
6688
7437
  }
@@ -6693,6 +7442,7 @@ a.uk-thumbnail {
6693
7442
  0% {
6694
7443
  transform: translateX(-33%);
6695
7444
  }
7445
+
6696
7446
  100% {
6697
7447
  transform: translateX(0);
6698
7448
  }
@@ -6705,6 +7455,7 @@ a.uk-thumbnail {
6705
7455
  0% {
6706
7456
  -webkit-transform: scale(1.2);
6707
7457
  }
7458
+
6708
7459
  100% {
6709
7460
  -webkit-transform: scale(1);
6710
7461
  }
@@ -6715,6 +7466,7 @@ a.uk-thumbnail {
6715
7466
  0% {
6716
7467
  transform: scale(1.2);
6717
7468
  }
7469
+
6718
7470
  100% {
6719
7471
  transform: scale(1);
6720
7472
  }
@@ -6722,12 +7474,13 @@ a.uk-thumbnail {
6722
7474
 
6723
7475
 
6724
7476
  /* Keyframes: Rotate
6725
- * Used by icon and search component
7477
+ * Used by icon component
6726
7478
  ========================================================================== */
6727
7479
  @-webkit-keyframes uk-rotate {
6728
7480
  0% {
6729
7481
  -webkit-transform: rotate(0deg);
6730
7482
  }
7483
+
6731
7484
  100% {
6732
7485
  -webkit-transform: rotate(359deg);
6733
7486
  }
@@ -6738,6 +7491,7 @@ a.uk-thumbnail {
6738
7491
  0% {
6739
7492
  transform: rotate(0deg);
6740
7493
  }
7494
+
6741
7495
  100% {
6742
7496
  transform: rotate(359deg);
6743
7497
  }
@@ -6751,30 +7505,39 @@ a.uk-thumbnail {
6751
7505
  100% {
6752
7506
  -webkit-transform: translateX(0);
6753
7507
  }
7508
+
6754
7509
  10% {
6755
7510
  -webkit-transform: translateX(-9px);
6756
7511
  }
7512
+
6757
7513
  20% {
6758
7514
  -webkit-transform: translateX(8px);
6759
7515
  }
7516
+
6760
7517
  30% {
6761
7518
  -webkit-transform: translateX(-7px);
6762
7519
  }
7520
+
6763
7521
  40% {
6764
7522
  -webkit-transform: translateX(6px);
6765
7523
  }
7524
+
6766
7525
  50% {
6767
7526
  -webkit-transform: translateX(-5px);
6768
7527
  }
7528
+
6769
7529
  60% {
6770
7530
  -webkit-transform: translateX(4px);
6771
7531
  }
7532
+
6772
7533
  70% {
6773
7534
  -webkit-transform: translateX(-3px);
6774
7535
  }
7536
+
6775
7537
  80% {
6776
7538
  -webkit-transform: translateX(2px);
6777
7539
  }
7540
+
6778
7541
  90% {
6779
7542
  -webkit-transform: translateX(-1px);
6780
7543
  }
@@ -6786,30 +7549,39 @@ a.uk-thumbnail {
6786
7549
  100% {
6787
7550
  transform: translateX(0);
6788
7551
  }
7552
+
6789
7553
  10% {
6790
7554
  transform: translateX(-9px);
6791
7555
  }
7556
+
6792
7557
  20% {
6793
7558
  transform: translateX(8px);
6794
7559
  }
7560
+
6795
7561
  30% {
6796
7562
  transform: translateX(-7px);
6797
7563
  }
7564
+
6798
7565
  40% {
6799
7566
  transform: translateX(6px);
6800
7567
  }
7568
+
6801
7569
  50% {
6802
7570
  transform: translateX(-5px);
6803
7571
  }
7572
+
6804
7573
  60% {
6805
7574
  transform: translateX(4px);
6806
7575
  }
7576
+
6807
7577
  70% {
6808
7578
  transform: translateX(-3px);
6809
7579
  }
7580
+
6810
7581
  80% {
6811
7582
  transform: translateX(2px);
6812
7583
  }
7584
+
6813
7585
  90% {
6814
7586
  transform: translateX(-1px);
6815
7587
  }
@@ -6827,6 +7599,7 @@ a.uk-thumbnail {
6827
7599
  opacity: 0;
6828
7600
  -webkit-transform: translateY(-10px);
6829
7601
  }
7602
+
6830
7603
  100% {
6831
7604
  opacity: 1;
6832
7605
  -webkit-transform: translateY(0);
@@ -6839,6 +7612,7 @@ a.uk-thumbnail {
6839
7612
  opacity: 0;
6840
7613
  transform: translateY(-10px);
6841
7614
  }
7615
+
6842
7616
  100% {
6843
7617
  opacity: 1;
6844
7618
  transform: translateY(0);
@@ -6854,6 +7628,7 @@ a.uk-thumbnail {
6854
7628
  opacity: 0;
6855
7629
  -webkit-transform: translateY(10px);
6856
7630
  }
7631
+
6857
7632
  100% {
6858
7633
  opacity: 1;
6859
7634
  -webkit-transform: translateY(0);
@@ -6866,6 +7641,7 @@ a.uk-thumbnail {
6866
7641
  opacity: 0;
6867
7642
  transform: translateY(10px);
6868
7643
  }
7644
+
6869
7645
  100% {
6870
7646
  opacity: 1;
6871
7647
  transform: translateY(0);
@@ -7086,6 +7862,8 @@ a.uk-thumbnail {
7086
7862
  * 3. Allow scrolling for the modal dialog
7087
7863
  * 4. Mask the background page
7088
7864
  * 5. Fade-in transition
7865
+ * 6. Deactivate browser history navigation in IE11
7866
+ * 7. force hardware acceleration to prevent browser rendering hiccups
7089
7867
  */
7090
7868
 
7091
7869
  .uk-modal {
@@ -7107,6 +7885,11 @@ a.uk-thumbnail {
7107
7885
  opacity: 0;
7108
7886
  -webkit-transition: opacity 0.15s linear;
7109
7887
  transition: opacity 0.15s linear;
7888
+ /* 6 */
7889
+ touch-action: cross-slide-y pinch-zoom double-tap-zoom;
7890
+ /* 7 */
7891
+ -webkit-transform: translateZ(0);
7892
+ transform: translateZ(0);
7110
7893
  &.uk-open {
7111
7894
  opacity: 1;
7112
7895
  }
@@ -7130,7 +7913,7 @@ a.uk-thumbnail {
7130
7913
  /* Sub-object: `uk-modal-dialog`
7131
7914
  ========================================================================== */
7132
7915
  /*
7133
- * 1. Create position context for `uk-modal-dialog-frameless`
7916
+ * 1. Create position context for caption, spinner and close button
7134
7917
  * 2. Set box sizing
7135
7918
  * 3. Set style
7136
7919
  * 4. Slide-in transition
@@ -7164,7 +7947,7 @@ a.uk-thumbnail {
7164
7947
  */
7165
7948
  .uk-modal-dialog {
7166
7949
  width: auto;
7167
- margin: 10px;
7950
+ margin: 10px auto;
7168
7951
  }
7169
7952
  }
7170
7953
 
@@ -7184,13 +7967,13 @@ a.uk-thumbnail {
7184
7967
  */
7185
7968
 
7186
7969
  .uk-modal-dialog > {
7187
- :last-child {
7970
+ :not([class*='uk-modal-']):last-child {
7188
7971
  margin-bottom: 0;
7189
7972
  }
7190
7973
  .uk-close:first-child {
7191
7974
  margin: -10px -10px 0 0;
7192
7975
  float: right;
7193
- + * {
7976
+ + :not([class*='uk-modal-']) {
7194
7977
  margin-top: 0;
7195
7978
  }
7196
7979
  }
@@ -7203,11 +7986,14 @@ a.uk-thumbnail {
7203
7986
  * Remove margin from adjacent element
7204
7987
  */
7205
7988
 
7206
- /* Modifier: `uk-modal-dialog-frameless`
7989
+ /* Modifier: `uk-modal-dialog-lightbox`
7207
7990
  ========================================================================== */
7208
7991
 
7209
- .uk-modal-dialog-frameless {
7992
+ .uk-modal-dialog-lightbox {
7993
+ margin: 15px auto;
7210
7994
  padding: 0;
7995
+ max-width: 95%;
7996
+ max-width: calc(100% - 30px);
7211
7997
  > .uk-close:first-child {
7212
7998
  position: absolute;
7213
7999
  top: -12px;
@@ -7218,12 +8004,12 @@ a.uk-thumbnail {
7218
8004
  }
7219
8005
 
7220
8006
  /*
7221
- * Close in modal
8007
+ * Close button
7222
8008
  */
7223
8009
 
7224
8010
  /* Phone landscape and smaller */
7225
8011
  @media (max-width: 767px) {
7226
- .uk-modal-dialog-frameless > .uk-close:first-child {
8012
+ .uk-modal-dialog-lightbox > .uk-close:first-child {
7227
8013
  top: -7px;
7228
8014
  right: -7px;
7229
8015
  }
@@ -7245,6 +8031,60 @@ a.uk-thumbnail {
7245
8031
  }
7246
8032
  }
7247
8033
 
8034
+ /* Sub-Object: `uk-modal-header` and `uk-modal-footer`
8035
+ ========================================================================== */
8036
+
8037
+ .uk-modal-header {
8038
+ margin-bottom: 15px;
8039
+ }
8040
+
8041
+ .uk-modal-footer {
8042
+ margin-top: 15px;
8043
+ }
8044
+
8045
+ /*
8046
+ * Remove margin from the last-child
8047
+ */
8048
+
8049
+ .uk-modal-header > :last-child, .uk-modal-footer > :last-child {
8050
+ margin-bottom: 0;
8051
+ }
8052
+
8053
+ /* Sub-Object: `uk-modal-caption`
8054
+ ========================================================================== */
8055
+
8056
+ .uk-modal-caption {
8057
+ position: absolute;
8058
+ left: 0;
8059
+ right: 0;
8060
+ bottom: -20px;
8061
+ margin-bottom: -10px;
8062
+ color: #ffffff;
8063
+ text-align: center;
8064
+ overflow: hidden;
8065
+ text-overflow: ellipsis;
8066
+ white-space: nowrap;
8067
+ }
8068
+
8069
+ /* Sub-Object: `uk-modal-spinner`
8070
+ ========================================================================== */
8071
+
8072
+ .uk-modal-spinner {
8073
+ position: absolute;
8074
+ top: 50%;
8075
+ left: 50%;
8076
+ -webkit-transform: translate(-50%, -50%);
8077
+ transform: translate(-50%, -50%);
8078
+ font-size: 25px;
8079
+ color: #ddd;
8080
+ &:after {
8081
+ content: "\f110";
8082
+ font-family: FontAwesome;
8083
+ -webkit-animation: uk-rotate 2s infinite linear;
8084
+ animation: uk-rotate 2s infinite linear;
8085
+ }
8086
+ }
8087
+
7248
8088
  /* ========================================================================
7249
8089
  Component: Off-canvas
7250
8090
  ========================================================================== */
@@ -7252,7 +8092,8 @@ a.uk-thumbnail {
7252
8092
  * This is the offcanvas overlay and bar container
7253
8093
  * 1. Hide by default
7254
8094
  * 2. Set fixed position
7255
- * 3. Mask the background page
8095
+ * 3. Deactivate browser touch actions in IE11
8096
+ * 4. Mask the background page
7256
8097
  */
7257
8098
 
7258
8099
  .uk-offcanvas {
@@ -7266,6 +8107,8 @@ a.uk-thumbnail {
7266
8107
  left: 0;
7267
8108
  z-index: 1000;
7268
8109
  /* 3 */
8110
+ touch-action: none;
8111
+ /* 4 */
7269
8112
  background: rgba(0, 0, 0, 0.1);
7270
8113
  &.uk-active {
7271
8114
  display: block;
@@ -7296,6 +8139,7 @@ a.uk-thumbnail {
7296
8139
  * 2. Size and style
7297
8140
  * 3. Allow scrolling
7298
8141
  * 4. Side-out transition
8142
+ * 5. Deavtivate scroll chaining in IE11
7299
8143
  */
7300
8144
 
7301
8145
  .uk-offcanvas-bar {
@@ -7317,6 +8161,8 @@ a.uk-thumbnail {
7317
8161
  /* 4 */
7318
8162
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
7319
8163
  transition: transform 0.3s ease-in-out;
8164
+ /* 5 */
8165
+ -ms-scroll-chaining: none;
7320
8166
  }
7321
8167
 
7322
8168
  .uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
@@ -7356,12 +8202,17 @@ a.uk-thumbnail {
7356
8202
  /* ========================================================================
7357
8203
  Component: Switcher
7358
8204
  ========================================================================== */
8205
+ /*
8206
+ * 1. Deactivate browser history navigation in IE11
8207
+ */
7359
8208
 
7360
8209
  .uk-switcher {
7361
8210
  margin: 0;
7362
8211
  padding: 0;
7363
8212
  list-style: none;
7364
- > *:not(.uk-active) {
8213
+ /* 1 */
8214
+ touch-action: cross-slide-y pinch-zoom double-tap-zoom;
8215
+ > :not(.uk-active) {
7365
8216
  display: none;
7366
8217
  }
7367
8218
  }
@@ -7370,133 +8221,6 @@ a.uk-thumbnail {
7370
8221
  * Items
7371
8222
  */
7372
8223
 
7373
- /* ========================================================================
7374
- Component: Tooltip
7375
- ========================================================================== */
7376
- /*
7377
- * 1. Hide by default
7378
- * 2. Set fixed position
7379
- * 3. Set dimensions
7380
- * 4. Set style
7381
- */
7382
-
7383
- .uk-tooltip {
7384
- /* 1 */
7385
- display: none;
7386
- /* 2 */
7387
- position: absolute;
7388
- z-index: 1030;
7389
- /* 3 */
7390
- -moz-box-sizing: border-box;
7391
- box-sizing: border-box;
7392
- max-width: 200px;
7393
- padding: 5px 8px;
7394
- /* 4 */
7395
- background: #333333;
7396
- color: rgba(255, 255, 255, 0.7);
7397
- font-size: 12px;
7398
- line-height: 18px;
7399
- text-align: center;
7400
- &:after {
7401
- content: "";
7402
- display: block;
7403
- position: absolute;
7404
- width: 0;
7405
- height: 0;
7406
- /* 1 */
7407
- border: 5px dashed #333333;
7408
- }
7409
- }
7410
-
7411
- /* Triangle
7412
- ========================================================================== */
7413
- /*
7414
- * 1. Dashed is less antialised than solid
7415
- */
7416
-
7417
- /* Direction modifiers
7418
- ========================================================================== */
7419
- /*
7420
- * Top
7421
- */
7422
-
7423
- .uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after {
7424
- bottom: -5px;
7425
- border-top-style: solid;
7426
- border-bottom: none;
7427
- border-left-color: transparent;
7428
- border-right-color: transparent;
7429
- border-top-color: #333333;
7430
- }
7431
-
7432
- /*
7433
- * Bottom
7434
- */
7435
-
7436
- .uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after {
7437
- top: -5px;
7438
- border-bottom-style: solid;
7439
- border-top: none;
7440
- border-left-color: transparent;
7441
- border-right-color: transparent;
7442
- border-bottom-color: #333333;
7443
- }
7444
-
7445
- /*
7446
- * Top/Bottom center
7447
- */
7448
-
7449
- .uk-tooltip-top:after, .uk-tooltip-bottom:after {
7450
- left: 50%;
7451
- margin-left: -5px;
7452
- }
7453
-
7454
- /*
7455
- * Top/Bottom left
7456
- */
7457
-
7458
- .uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after {
7459
- left: 10px;
7460
- }
7461
-
7462
- /*
7463
- * Top/Bottom right
7464
- */
7465
-
7466
- .uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after {
7467
- right: 10px;
7468
- }
7469
-
7470
- /*
7471
- * Left
7472
- */
7473
-
7474
- .uk-tooltip-left:after {
7475
- right: -5px;
7476
- top: 50%;
7477
- margin-top: -5px;
7478
- border-left-style: solid;
7479
- border-right: none;
7480
- border-top-color: transparent;
7481
- border-bottom-color: transparent;
7482
- border-left-color: #333333;
7483
- }
7484
-
7485
- /*
7486
- * Right
7487
- */
7488
-
7489
- .uk-tooltip-right:after {
7490
- left: -5px;
7491
- top: 50%;
7492
- margin-top: -5px;
7493
- border-right-style: solid;
7494
- border-left: none;
7495
- border-top-color: transparent;
7496
- border-bottom-color: transparent;
7497
- border-right-color: #333333;
7498
- }
7499
-
7500
8224
  /* ========================================================================
7501
8225
  Component: Text
7502
8226
  ========================================================================== */
@@ -7544,6 +8268,10 @@ a.uk-thumbnail {
7544
8268
  color: #d85030 !important;
7545
8269
  }
7546
8270
 
8271
+ .uk-text-contrast {
8272
+ color: #ffffff !important;
8273
+ }
8274
+
7547
8275
  /* Alignment modifiers
7548
8276
  ========================================================================== */
7549
8277
 
@@ -7575,11 +8303,14 @@ a.uk-thumbnail {
7575
8303
  vertical-align: bottom !important;
7576
8304
  }
7577
8305
 
7578
- /* Only tablets portrait */
8306
+ /* Only tablets portrait and smaller */
7579
8307
  @media (max-width: 959px) {
7580
8308
  .uk-text-center-medium {
7581
8309
  text-align: center !important;
7582
8310
  }
8311
+ .uk-text-left-medium {
8312
+ text-align: left !important;
8313
+ }
7583
8314
  }
7584
8315
 
7585
8316
  /* Phone landscape and smaller */
@@ -7587,6 +8318,9 @@ a.uk-thumbnail {
7587
8318
  .uk-text-center-small {
7588
8319
  text-align: center !important;
7589
8320
  }
8321
+ .uk-text-left-small {
8322
+ text-align: left !important;
8323
+ }
7590
8324
  }
7591
8325
 
7592
8326
  /* Wrap modifiers
@@ -7633,11 +8367,11 @@ a.uk-thumbnail {
7633
8367
  max-width: 980px;
7634
8368
  padding: 0 25px;
7635
8369
  &:before {
7636
- content: " ";
8370
+ content: "";
7637
8371
  display: table;
7638
8372
  }
7639
8373
  &:after {
7640
- content: " ";
8374
+ content: "";
7641
8375
  display: table;
7642
8376
  clear: both;
7643
8377
  }
@@ -7668,15 +8402,18 @@ a.uk-thumbnail {
7668
8402
  ========================================================================== */
7669
8403
  /*
7670
8404
  * Micro clearfix
8405
+ * `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
8406
+ * `table` is used again with `:after` because `clear` only works with block elements.
8407
+ * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
7671
8408
  */
7672
8409
 
7673
8410
  .uk-clearfix {
7674
8411
  &:before {
7675
- content: " ";
7676
- display: table;
8412
+ content: "";
8413
+ display: table-cell;
7677
8414
  }
7678
8415
  &:after {
7679
- content: " ";
8416
+ content: "";
7680
8417
  display: table;
7681
8418
  clear: both;
7682
8419
  }
@@ -7838,10 +8575,11 @@ a.uk-thumbnail {
7838
8575
 
7839
8576
  /*
7840
8577
  * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
8578
+ * `important` needed to override `uk-img-preserve img`
7841
8579
  */
7842
8580
 
7843
8581
  .uk-responsive-width {
7844
- max-width: 100%;
8582
+ max-width: 100% !important;
7845
8583
  height: auto;
7846
8584
  }
7847
8585
 
@@ -7958,6 +8696,26 @@ a.uk-thumbnail {
7958
8696
  margin-bottom: 0 !important;
7959
8697
  }
7960
8698
 
8699
+ /* Padding
8700
+ ========================================================================== */
8701
+
8702
+ .uk-padding-remove {
8703
+ padding: 0 !important;
8704
+ }
8705
+
8706
+ .uk-padding-top-remove {
8707
+ padding-top: 0 !important;
8708
+ }
8709
+
8710
+ .uk-padding-bottom-remove {
8711
+ padding-bottom: 0 !important;
8712
+ }
8713
+
8714
+ .uk-padding-vertical-remove {
8715
+ padding-top: 0 !important;
8716
+ padding-bottom: 0 !important;
8717
+ }
8718
+
7961
8719
  /* Border
7962
8720
  ========================================================================== */
7963
8721
 
@@ -7971,6 +8729,12 @@ a.uk-thumbnail {
7971
8729
 
7972
8730
  /* Headings
7973
8731
  ========================================================================== */
8732
+
8733
+ .uk-heading-large {
8734
+ font-size: 36px;
8735
+ line-height: 42px;
8736
+ }
8737
+
7974
8738
  /* Tablet and bigger */
7975
8739
  @media (min-width: 768px) {
7976
8740
  .uk-heading-large {
@@ -7999,7 +8763,7 @@ a.uk-thumbnail {
7999
8763
  .uk-link-reset {
8000
8764
  color: inherit;
8001
8765
  text-decoration: none;
8002
- a, &:hover, a:hover {
8766
+ a, &:hover, a:hover, &:focus, a:focus {
8003
8767
  color: inherit;
8004
8768
  text-decoration: none;
8005
8769
  }
@@ -8038,6 +8802,11 @@ a.uk-thumbnail {
8038
8802
 
8039
8803
  /* Overflow
8040
8804
  ========================================================================== */
8805
+
8806
+ .uk-overflow-hidden {
8807
+ overflow: hidden;
8808
+ }
8809
+
8041
8810
  /*
8042
8811
  * Enable scrollbars if content is clipped
8043
8812
  */
@@ -8053,14 +8822,44 @@ a.uk-thumbnail {
8053
8822
  /* Position
8054
8823
  ========================================================================== */
8055
8824
 
8056
- .uk-position-absolute {
8825
+ .uk-position-absolute, [class*='uk-position-top'], [class*='uk-position-bottom'] {
8057
8826
  position: absolute !important;
8058
8827
  }
8059
8828
 
8060
- .uk-position-relative {
8061
- position: relative !important;
8829
+ .uk-position-top {
8830
+ top: 0;
8831
+ width: 100%;
8832
+ }
8833
+
8834
+ .uk-position-bottom {
8835
+ bottom: 0;
8836
+ width: 100%;
8062
8837
  }
8063
8838
 
8839
+ .uk-position-top-left {
8840
+ top: 0;
8841
+ left: 0;
8842
+ }
8843
+
8844
+ .uk-position-top-right {
8845
+ top: 0;
8846
+ right: 0;
8847
+ }
8848
+
8849
+ .uk-position-bottom-left {
8850
+ bottom: 0;
8851
+ left: 0;
8852
+ }
8853
+
8854
+ .uk-position-bottom-right {
8855
+ bottom: 0;
8856
+ right: 0;
8857
+ }
8858
+
8859
+ /*
8860
+ * Cover
8861
+ */
8862
+
8064
8863
  .uk-position-cover {
8065
8864
  position: absolute;
8066
8865
  top: 0;
@@ -8069,6 +8868,22 @@ a.uk-thumbnail {
8069
8868
  right: 0;
8070
8869
  }
8071
8870
 
8871
+ /*
8872
+ * Relative
8873
+ */
8874
+
8875
+ .uk-position-relative {
8876
+ position: relative !important;
8877
+ }
8878
+
8879
+ /*
8880
+ * Z-index
8881
+ */
8882
+
8883
+ .uk-position-z-index {
8884
+ z-index: 1;
8885
+ }
8886
+
8072
8887
  /* Display
8073
8888
  ========================================================================== */
8074
8889
  /*
@@ -8141,6 +8956,451 @@ a.uk-thumbnail {
8141
8956
  }
8142
8957
  }
8143
8958
 
8959
+ /* Hide on touch */
8960
+
8961
+ .uk-touch .uk-hidden-touch, .uk-notouch .uk-hidden-notouch {
8962
+ display: none !important;
8963
+ }
8964
+
8965
+ /* ========================================================================
8966
+ Component: Flex
8967
+ ========================================================================== */
8968
+
8969
+ .uk-flex {
8970
+ display: -ms-flexbox;
8971
+ display: -webkit-flex;
8972
+ display: flex;
8973
+ }
8974
+
8975
+ .uk-flex-inline {
8976
+ display: -ms-inline-flexbox;
8977
+ display: -webkit-inline-flex;
8978
+ display: inline-flex;
8979
+ }
8980
+
8981
+ /*
8982
+ * Fixes initial flex-shrink value in IE10
8983
+ */
8984
+
8985
+ .uk-flex > *, .uk-flex-inline > * {
8986
+ -ms-flex-negative: 1;
8987
+ }
8988
+
8989
+ /* Alignment
8990
+ ========================================================================== */
8991
+ /*
8992
+ * Vertical alignment
8993
+ * Default value is `stretch`
8994
+ */
8995
+
8996
+ .uk-flex-top {
8997
+ -ms-flex-align: start;
8998
+ -webkit-align-items: flex-start;
8999
+ align-items: flex-start;
9000
+ }
9001
+
9002
+ .uk-flex-middle {
9003
+ -ms-flex-align: center;
9004
+ -webkit-align-items: center;
9005
+ align-items: center;
9006
+ }
9007
+
9008
+ .uk-flex-bottom {
9009
+ -ms-flex-align: end;
9010
+ -webkit-align-items: flex-end;
9011
+ align-items: flex-end;
9012
+ }
9013
+
9014
+ /*
9015
+ * Horizontal alignment
9016
+ * Default value is `flex-start`
9017
+ */
9018
+
9019
+ .uk-flex-center {
9020
+ -ms-flex-pack: center;
9021
+ -webkit-justify-content: center;
9022
+ justify-content: center;
9023
+ }
9024
+
9025
+ .uk-flex-right {
9026
+ -ms-flex-pack: end;
9027
+ -webkit-justify-content: flex-end;
9028
+ justify-content: flex-end;
9029
+ }
9030
+
9031
+ .uk-flex-space-between {
9032
+ -ms-flex-pack: justify;
9033
+ -webkit-justify-content: space-between;
9034
+ justify-content: space-between;
9035
+ }
9036
+
9037
+ .uk-flex-space-around {
9038
+ -ms-flex-pack: distribute;
9039
+ -webkit-justify-content: space-around;
9040
+ justify-content: space-around;
9041
+ }
9042
+
9043
+ /* Direction
9044
+ ========================================================================== */
9045
+
9046
+ .uk-flex-row-reverse {
9047
+ -ms-flex-direction: row-reverse;
9048
+ -webkit-flex-direction: row-reverse;
9049
+ flex-direction: row-reverse;
9050
+ }
9051
+
9052
+ .uk-flex-column {
9053
+ -ms-flex-direction: column;
9054
+ -webkit-flex-direction: column;
9055
+ flex-direction: column;
9056
+ }
9057
+
9058
+ .uk-flex-column-reverse {
9059
+ -ms-flex-direction: column-reverse;
9060
+ -webkit-flex-direction: column-reverse;
9061
+ flex-direction: column-reverse;
9062
+ }
9063
+
9064
+ /* Wrap
9065
+ ========================================================================== */
9066
+
9067
+ .uk-flex-wrap {
9068
+ -ms-flex-wrap: wrap;
9069
+ -webkit-flex-wrap: wrap;
9070
+ flex-wrap: wrap;
9071
+ }
9072
+
9073
+ .uk-flex-wrap-reverse {
9074
+ -ms-flex-wrap: wrap-reverse;
9075
+ -webkit-flex-wrap: wrap-reverse;
9076
+ flex-wrap: wrap-reverse;
9077
+ }
9078
+
9079
+ /*
9080
+ * Horizontal alignment
9081
+ * Default value is `stretch`
9082
+ */
9083
+
9084
+ .uk-flex-wrap-top {
9085
+ -ms-flex-line-pack: start;
9086
+ -webkit-align-content: flex-start;
9087
+ align-content: flex-start;
9088
+ }
9089
+
9090
+ .uk-flex-wrap-middle {
9091
+ -ms-flex-line-pack: center;
9092
+ -webkit-align-content: center;
9093
+ align-content: center;
9094
+ }
9095
+
9096
+ .uk-flex-wrap-bottom {
9097
+ -ms-flex-line-pack: end;
9098
+ -webkit-align-content: flex-end;
9099
+ align-content: flex-end;
9100
+ }
9101
+
9102
+ .uk-flex-wrap-space-between {
9103
+ -ms-flex-line-pack: justify;
9104
+ -webkit-align-content: space-between;
9105
+ align-content: space-between;
9106
+ }
9107
+
9108
+ .uk-flex-wrap-space-around {
9109
+ -ms-flex-line-pack: distribute;
9110
+ -webkit-align-content: space-around;
9111
+ align-content: space-around;
9112
+ }
9113
+
9114
+ /* Item ordering
9115
+ ========================================================================== */
9116
+ /*
9117
+ * Default is 0
9118
+ */
9119
+
9120
+ .uk-flex-order-first {
9121
+ -ms-flex-order: -1;
9122
+ -webkit-order: -1;
9123
+ order: -1;
9124
+ }
9125
+
9126
+ .uk-flex-order-last {
9127
+ -ms-flex-order: 99;
9128
+ -webkit-order: 99;
9129
+ order: 99;
9130
+ }
9131
+
9132
+ /* Phone landscape and bigger */
9133
+ @media (min-width: 480px) {
9134
+ .uk-flex-order-first-small {
9135
+ -ms-flex-order: -1;
9136
+ -webkit-order: -1;
9137
+ order: -1;
9138
+ }
9139
+ .uk-flex-order-last-small {
9140
+ -ms-flex-order: 99;
9141
+ -webkit-order: 99;
9142
+ order: 99;
9143
+ }
9144
+ }
9145
+
9146
+ /* Tablet and bigger */
9147
+ @media (min-width: 768px) {
9148
+ .uk-flex-order-first-medium {
9149
+ -ms-flex-order: -1;
9150
+ -webkit-order: -1;
9151
+ order: -1;
9152
+ }
9153
+ .uk-flex-order-last-medium {
9154
+ -ms-flex-order: 99;
9155
+ -webkit-order: 99;
9156
+ order: 99;
9157
+ }
9158
+ }
9159
+
9160
+ /* Desktop and bigger */
9161
+ @media (min-width: 960px) {
9162
+ .uk-flex-order-first-large {
9163
+ -ms-flex-order: -1;
9164
+ -webkit-order: -1;
9165
+ order: -1;
9166
+ }
9167
+ .uk-flex-order-last-large {
9168
+ -ms-flex-order: 99;
9169
+ -webkit-order: 99;
9170
+ order: 99;
9171
+ }
9172
+ }
9173
+
9174
+ /* Large screen and bigger */
9175
+ @media (min-width: 1220px) {
9176
+ .uk-flex-order-first-xlarge {
9177
+ -ms-flex-order: -1;
9178
+ -webkit-order: -1;
9179
+ order: -1;
9180
+ }
9181
+ .uk-flex-order-last-xlarge {
9182
+ -ms-flex-order: 99;
9183
+ -webkit-order: 99;
9184
+ order: 99;
9185
+ }
9186
+ }
9187
+
9188
+ /* Item dimensions
9189
+ ========================================================================== */
9190
+ /*
9191
+ * Initial: 0 1 auto
9192
+ * Content dimensions, but shrinks
9193
+ */
9194
+ /*
9195
+ * No Flex: 0 0 auto
9196
+ * Content dimensions
9197
+ */
9198
+
9199
+ .uk-flex-item-none {
9200
+ -ms-flex: none;
9201
+ -webkit-flex: none;
9202
+ flex: none;
9203
+ }
9204
+
9205
+ /*
9206
+ * Relative Flex: 1 1 auto
9207
+ * Space is allocated considering content
9208
+ * 1. Fixes flex-shrink value in IE10
9209
+ */
9210
+
9211
+ .uk-flex-item-auto {
9212
+ -ms-flex: auto;
9213
+ -webkit-flex: auto;
9214
+ flex: auto;
9215
+ /* 1 */
9216
+ -ms-flex-negative: 1;
9217
+ }
9218
+
9219
+ /*
9220
+ * Absolute Flex: 1 1 0%
9221
+ * Space is allocated solely based on flex
9222
+ */
9223
+
9224
+ .uk-flex-item-1 {
9225
+ -ms-flex: 1;
9226
+ -webkit-flex: 1;
9227
+ flex: 1;
9228
+ }
9229
+
9230
+ /* ========================================================================
9231
+ Component: Contrast
9232
+ ========================================================================== */
9233
+
9234
+ .uk-contrast {
9235
+ color: #ffffff;
9236
+ a:not([class]), .uk-link {
9237
+ color: rgba(255, 255, 255, 0.7);
9238
+ text-decoration: none;
9239
+ }
9240
+ a:not([class]):hover, .uk-link:hover {
9241
+ color: #ffffff;
9242
+ text-decoration: underline;
9243
+ }
9244
+ :not(pre) > {
9245
+ code, kbd, samp {
9246
+ color: #ffffff;
9247
+ }
9248
+ }
9249
+ em, h1, h2, h3, h4, h5, h6 {
9250
+ color: #ffffff;
9251
+ }
9252
+ hr {
9253
+ border-top-color: rgba(255, 255, 255, 0.2);
9254
+ }
9255
+ .uk-nav li > a {
9256
+ text-decoration: none;
9257
+ &:hover {
9258
+ text-decoration: none;
9259
+ }
9260
+ }
9261
+ .uk-nav-side {
9262
+ > li {
9263
+ > a {
9264
+ color: #ffffff;
9265
+ &:hover, &:focus {
9266
+ background: rgba(255, 255, 255, 0.1);
9267
+ color: #ffffff;
9268
+ }
9269
+ }
9270
+ &.uk-active > a {
9271
+ background: #ffffff;
9272
+ color: #444444;
9273
+ }
9274
+ }
9275
+ .uk-nav-header {
9276
+ color: #ffffff;
9277
+ }
9278
+ .uk-nav-divider {
9279
+ border-top-color: rgba(255, 255, 255, 0.2);
9280
+ }
9281
+ ul a {
9282
+ color: rgba(255, 255, 255, 0.7);
9283
+ &:hover {
9284
+ color: #ffffff;
9285
+ }
9286
+ }
9287
+ }
9288
+ .uk-subnav > {
9289
+ * > a {
9290
+ color: rgba(255, 255, 255, 0.7);
9291
+ text-decoration: none;
9292
+ &:hover, &:focus {
9293
+ color: #ffffff;
9294
+ text-decoration: none;
9295
+ }
9296
+ }
9297
+ .uk-active > a {
9298
+ color: #ffffff;
9299
+ }
9300
+ }
9301
+ .uk-subnav-line > :nth-child(n+2):before {
9302
+ border-left-color: rgba(255, 255, 255, 0.2);
9303
+ }
9304
+ .uk-subnav-pill > {
9305
+ * > a {
9306
+ &:hover, &:focus {
9307
+ background: rgba(255, 255, 255, 0.7);
9308
+ color: #444444;
9309
+ text-decoration: none;
9310
+ }
9311
+ }
9312
+ .uk-active > a {
9313
+ background: #ffffff;
9314
+ color: #444444;
9315
+ }
9316
+ }
9317
+ .uk-list-line > li:nth-child(n+2) {
9318
+ border-top-color: rgba(255, 255, 255, 0.2);
9319
+ }
9320
+ .uk-form {
9321
+ select, textarea {
9322
+ border-color: rgba(255, 255, 255, 0.8);
9323
+ background: rgba(255, 255, 255, 0.8);
9324
+ color: #444444;
9325
+ background-clip: padding-box;
9326
+ }
9327
+ input {
9328
+ &:not([type]), &[type="text"], &[type="password"], &[type="datetime"], &[type="datetime-local"], &[type="date"], &[type="month"], &[type="time"], &[type="week"], &[type="number"], &[type="email"], &[type="url"], &[type="search"], &[type="tel"], &[type="color"] {
9329
+ border-color: rgba(255, 255, 255, 0.8);
9330
+ background: rgba(255, 255, 255, 0.8);
9331
+ color: #444444;
9332
+ background-clip: padding-box;
9333
+ }
9334
+ }
9335
+ select:focus, textarea:focus {
9336
+ border-color: #ffffff;
9337
+ background: #ffffff;
9338
+ color: #444444;
9339
+ }
9340
+ input {
9341
+ &:not([type]):focus, &[type="text"]:focus, &[type="password"]:focus, &[type="datetime"]:focus, &[type="datetime-local"]:focus, &[type="date"]:focus, &[type="month"]:focus, &[type="time"]:focus, &[type="week"]:focus, &[type="number"]:focus, &[type="email"]:focus, &[type="url"]:focus, &[type="search"]:focus, &[type="tel"]:focus, &[type="color"]:focus {
9342
+ border-color: #ffffff;
9343
+ background: #ffffff;
9344
+ color: #444444;
9345
+ }
9346
+ }
9347
+ :-ms-input-placeholder {
9348
+ color: rgba(68, 68, 68, 0.7) !important;
9349
+ }
9350
+ ::-moz-placeholder, ::-webkit-input-placeholder {
9351
+ color: rgba(68, 68, 68, 0.7);
9352
+ }
9353
+ }
9354
+ .uk-button {
9355
+ color: #444444;
9356
+ background: #ffffff;
9357
+ &:hover, &:focus {
9358
+ background-color: rgba(255, 255, 255, 0.8);
9359
+ color: #444444;
9360
+ }
9361
+ &:active, &.uk-active {
9362
+ background-color: rgba(255, 255, 255, 0.7);
9363
+ color: #444444;
9364
+ }
9365
+ }
9366
+ .uk-button-primary {
9367
+ background-color: #00a8e6;
9368
+ color: #ffffff;
9369
+ &:hover, &:focus {
9370
+ background-color: #35b3ee;
9371
+ color: #ffffff;
9372
+ }
9373
+ &:active, &.uk-active {
9374
+ background-color: #0091ca;
9375
+ color: #ffffff;
9376
+ }
9377
+ }
9378
+ .uk-icon-hover {
9379
+ color: rgba(255, 255, 255, 0.7);
9380
+ &:hover {
9381
+ color: #ffffff;
9382
+ }
9383
+ }
9384
+ .uk-icon-button {
9385
+ background: #ffffff;
9386
+ color: #444444;
9387
+ &:hover, &:focus {
9388
+ background-color: rgba(255, 255, 255, 0.8);
9389
+ color: #444444;
9390
+ }
9391
+ &:active {
9392
+ background-color: rgba(255, 255, 255, 0.7);
9393
+ color: #444444;
9394
+ }
9395
+ }
9396
+ .uk-text-muted {
9397
+ color: rgba(255, 255, 255, 0.6) !important;
9398
+ }
9399
+ .uk-text-primary {
9400
+ color: #2d7091 !important;
9401
+ }
9402
+ }
9403
+
8144
9404
  /* ========================================================================
8145
9405
  Component: Print
8146
9406
  ========================================================================== */
@@ -8182,4 +9442,4 @@ a.uk-thumbnail {
8182
9442
  h2, h3 {
8183
9443
  page-break-after: avoid;
8184
9444
  }
8185
- }
9445
+ }