uikit2-rails 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/uikit2/rails/version.rb +1 -1
  4. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  5. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  6. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  7. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  8. data/vendor/assets/javascripts/uikit.js +512 -425
  9. data/vendor/assets/javascripts/uikit/components/accordion.js +19 -13
  10. data/vendor/assets/javascripts/uikit/components/autocomplete.js +23 -17
  11. data/vendor/assets/javascripts/uikit/components/datepicker.js +25 -24
  12. data/vendor/assets/javascripts/uikit/components/form-password.js +16 -16
  13. data/vendor/assets/javascripts/uikit/components/form-select.js +33 -25
  14. data/vendor/assets/javascripts/uikit/components/grid-parallax.js +12 -12
  15. data/vendor/assets/javascripts/uikit/components/grid.js +47 -34
  16. data/vendor/assets/javascripts/uikit/components/htmleditor.js +47 -3
  17. data/vendor/assets/javascripts/uikit/components/lightbox.js +68 -70
  18. data/vendor/assets/javascripts/uikit/components/nestable.js +6 -6
  19. data/vendor/assets/javascripts/uikit/components/notify.js +9 -9
  20. data/vendor/assets/javascripts/uikit/components/pagination.js +8 -8
  21. data/vendor/assets/javascripts/uikit/components/parallax.js +13 -13
  22. data/vendor/assets/javascripts/uikit/components/search.js +11 -11
  23. data/vendor/assets/javascripts/uikit/components/slider.js +27 -15
  24. data/vendor/assets/javascripts/uikit/components/slideset.js +21 -12
  25. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +35 -28
  26. data/vendor/assets/javascripts/uikit/components/slideshow.js +129 -95
  27. data/vendor/assets/javascripts/uikit/components/sortable.js +45 -36
  28. data/vendor/assets/javascripts/uikit/components/sticky.js +19 -13
  29. data/vendor/assets/javascripts/uikit/components/timepicker.js +6 -6
  30. data/vendor/assets/javascripts/uikit/components/tooltip.js +47 -46
  31. data/vendor/assets/javascripts/uikit/components/upload.js +46 -44
  32. data/vendor/assets/javascripts/uikit/core/alert.js +17 -17
  33. data/vendor/assets/javascripts/uikit/core/button.js +25 -26
  34. data/vendor/assets/javascripts/uikit/core/core.js +58 -23
  35. data/vendor/assets/javascripts/uikit/core/cover.js +9 -17
  36. data/vendor/assets/javascripts/uikit/core/dropdown.js +108 -99
  37. data/vendor/assets/javascripts/uikit/core/grid.js +16 -16
  38. data/vendor/assets/javascripts/uikit/core/modal.js +35 -41
  39. data/vendor/assets/javascripts/uikit/core/nav.js +35 -18
  40. data/vendor/assets/javascripts/uikit/core/offcanvas.js +50 -33
  41. data/vendor/assets/javascripts/uikit/core/scrollspy.js +33 -33
  42. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +8 -8
  43. data/vendor/assets/javascripts/uikit/core/switcher.js +54 -52
  44. data/vendor/assets/javascripts/uikit/core/tab.js +27 -25
  45. data/vendor/assets/javascripts/uikit/core/toggle.js +12 -8
  46. data/vendor/assets/javascripts/uikit/core/touch.js +3 -3
  47. data/vendor/assets/javascripts/uikit/core/utility.js +35 -19
  48. data/vendor/assets/stylesheets/uikit.almost-flat.css +299 -242
  49. data/vendor/assets/stylesheets/uikit.css +280 -223
  50. data/vendor/assets/stylesheets/uikit.gradient.css +309 -252
  51. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.css +2 -2
  52. data/vendor/assets/stylesheets/uikit/components/accordion.css +2 -2
  53. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.css +2 -2
  54. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.css +5 -5
  55. data/vendor/assets/stylesheets/uikit/components/autocomplete.css +5 -5
  56. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.css +5 -5
  57. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.css +10 -10
  58. data/vendor/assets/stylesheets/uikit/components/datepicker.css +10 -10
  59. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.css +9 -9
  60. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.css +1 -1
  61. data/vendor/assets/stylesheets/uikit/components/dotnav.css +1 -1
  62. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.css +1 -1
  63. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.css +5 -5
  64. data/vendor/assets/stylesheets/uikit/components/form-advanced.css +5 -5
  65. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.css +5 -5
  66. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.css +1 -1
  67. data/vendor/assets/stylesheets/uikit/components/form-file.css +1 -1
  68. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.css +1 -1
  69. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.css +3 -3
  70. data/vendor/assets/stylesheets/uikit/components/form-password.css +3 -3
  71. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.css +3 -3
  72. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.css +1 -1
  73. data/vendor/assets/stylesheets/uikit/components/form-select.css +1 -1
  74. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.css +1 -1
  75. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.css +12 -12
  76. data/vendor/assets/stylesheets/uikit/components/htmleditor.css +12 -12
  77. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.css +13 -13
  78. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css +7 -3
  79. data/vendor/assets/stylesheets/uikit/components/nestable.css +6 -2
  80. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.css +9 -5
  81. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.css +4 -4
  82. data/vendor/assets/stylesheets/uikit/components/notify.css +3 -3
  83. data/vendor/assets/stylesheets/uikit/components/notify.gradient.css +4 -4
  84. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.css +3 -3
  85. data/vendor/assets/stylesheets/uikit/components/placeholder.css +3 -3
  86. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.css +3 -3
  87. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.css +2 -2
  88. data/vendor/assets/stylesheets/uikit/components/progress.css +3 -3
  89. data/vendor/assets/stylesheets/uikit/components/progress.gradient.css +2 -2
  90. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.css +18 -18
  91. data/vendor/assets/stylesheets/uikit/components/search.css +17 -17
  92. data/vendor/assets/stylesheets/uikit/components/search.gradient.css +18 -18
  93. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.css +1 -1
  94. data/vendor/assets/stylesheets/uikit/components/slidenav.css +1 -1
  95. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.css +1 -1
  96. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.css +10 -1
  97. data/vendor/assets/stylesheets/uikit/components/slider.css +10 -1
  98. data/vendor/assets/stylesheets/uikit/components/slider.gradient.css +10 -1
  99. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css +1 -1
  100. data/vendor/assets/stylesheets/uikit/components/slideshow.css +1 -1
  101. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.css +1 -1
  102. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.css +5 -1
  103. data/vendor/assets/stylesheets/uikit/components/sortable.css +5 -1
  104. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.css +5 -1
  105. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css +4 -1
  106. data/vendor/assets/stylesheets/uikit/components/sticky.css +4 -1
  107. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.css +4 -1
  108. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.css +8 -7
  109. data/vendor/assets/stylesheets/uikit/components/tooltip.css +8 -7
  110. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.css +8 -7
  111. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.css +1 -1
  112. data/vendor/assets/stylesheets/uikit/components/upload.css +1 -1
  113. data/vendor/assets/stylesheets/uikit/components/upload.gradient.css +1 -1
  114. metadata +2 -2
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI){
3
3
 
4
4
  "use strict";
@@ -19,11 +19,11 @@
19
19
  // init code
20
20
  UI.ready(function(context) {
21
21
 
22
- UI.$("[data-uk-toggle]", context).each(function() {
22
+ UI.$('[data-uk-toggle]', context).each(function() {
23
23
  var ele = UI.$(this);
24
24
 
25
- if (!ele.data("toggle")) {
26
- var obj = UI.toggle(ele, UI.Utils.options(ele.attr("data-uk-toggle")));
25
+ if (!ele.data('toggle')) {
26
+ var obj = UI.toggle(ele, UI.Utils.options(ele.attr('data-uk-toggle')));
27
27
  }
28
28
  });
29
29
 
@@ -43,10 +43,12 @@
43
43
 
44
44
  this.aria = (this.options.cls.indexOf('uk-hidden') !== -1);
45
45
 
46
- this.getToggles();
46
+ this.on('click', function(e) {
47
+
48
+ if ($this.element.is('a[href="#"]')) {
49
+ e.preventDefault();
50
+ }
47
51
 
48
- this.on("click", function(e) {
49
- if ($this.element.is('a[href="#"]')) e.preventDefault();
50
52
  $this.toggle();
51
53
  });
52
54
 
@@ -55,6 +57,8 @@
55
57
 
56
58
  toggle: function() {
57
59
 
60
+ this.getToggles();
61
+
58
62
  if(!this.totoggle.length) return;
59
63
 
60
64
  if (this.options.animation && UI.support.animation) {
@@ -110,7 +114,7 @@
110
114
 
111
115
  updateAria: function() {
112
116
  if (this.aria && this.totoggle.length) {
113
- this.totoggle.each(function(){
117
+ this.totoggle.not('[aria-hidden]').each(function(){
114
118
  UI.$(this).attr('aria-hidden', UI.$(this).hasClass('uk-hidden'));
115
119
  });
116
120
  }
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  // Based on Zeptos touch.js
3
3
  // https://raw.github.com/madrobby/zepto/master/src/touch.js
4
4
  // Zepto.js may be freely distributed under the MIT license.
@@ -83,7 +83,7 @@
83
83
  longTapTimeout = setTimeout(longTap, longTapDelay);
84
84
 
85
85
  // adds the current touch contact for IE gesture recognition
86
- if (gesture && ( e.type == 'MSPointerDown' || e.type == 'pointerdown' || e.type == 'touchstart' ) ) {
86
+ if (e.originalEvent && e.originalEvent.pointerId && gesture && ( e.type == 'MSPointerDown' || e.type == 'pointerdown' || e.type == 'touchstart' ) ) {
87
87
  gesture.addPointer(e.originalEvent.pointerId);
88
88
  }
89
89
 
@@ -162,7 +162,7 @@
162
162
  // when the browser window loses focus,
163
163
  // for example when a modal dialog is shown,
164
164
  // cancel all ongoing events
165
- .on('touchcancel MSPointerCancel', cancelAll);
165
+ .on('touchcancel MSPointerCancel pointercancel', cancelAll);
166
166
 
167
167
  // scrolling the window indicates intention of the user
168
168
  // to scroll, not tap or swipe, so cancel all ongoing events
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -18,12 +18,12 @@
18
18
  // init code
19
19
  UI.ready(function(context) {
20
20
 
21
- UI.$("[data-uk-margin]", context).each(function() {
21
+ UI.$('[data-uk-margin]', context).each(function() {
22
22
 
23
23
  var ele = UI.$(this);
24
24
 
25
- if (!ele.data("stackMargin")) {
26
- UI.stackMargin(ele, UI.Utils.options(ele.attr("data-uk-margin")));
25
+ if (!ele.data('stackMargin')) {
26
+ UI.stackMargin(ele, UI.Utils.options(ele.attr('data-uk-margin')));
27
27
  }
28
28
  });
29
29
  });
@@ -41,20 +41,20 @@
41
41
 
42
42
  UI.$(function() {
43
43
  fn();
44
- UI.$win.on("load", fn);
44
+ UI.$win.on('load', fn);
45
45
  });
46
46
 
47
47
  return UI.Utils.debounce(fn, 20);
48
48
  })());
49
49
 
50
- this.on("display.uk.check", function(e) {
51
- if (this.element.is(":visible")) this.process();
50
+ this.on('display.uk.check', function(e) {
51
+ if (this.element.is(':visible')) this.process();
52
52
  }.bind(this));
53
53
 
54
54
  if (this.options.observe) {
55
55
 
56
56
  UI.domObserve(this.element, function(e) {
57
- if ($this.element.is(":visible")) $this.process();
57
+ if ($this.element.is(':visible')) $this.process();
58
58
  });
59
59
  }
60
60
 
@@ -106,7 +106,7 @@
106
106
  ratio = (width / iwidth),
107
107
  height = Math.floor(ratio * ele.data('height'));
108
108
 
109
- ele.css({'height': (width < iwidth) ? height : ele.data('height')});
109
+ ele.css({height: (width < iwidth) ? height : ele.data('height')});
110
110
  };
111
111
 
112
112
  UI.component('responsiveElement', {
@@ -118,11 +118,11 @@
118
118
  // init code
119
119
  UI.ready(function(context) {
120
120
 
121
- UI.$("iframe.uk-responsive-width, [data-uk-responsive]", context).each(function() {
121
+ UI.$('iframe.uk-responsive-width, [data-uk-responsive]', context).each(function() {
122
122
 
123
123
  var ele = UI.$(this), obj;
124
124
 
125
- if (!ele.data("responsiveElement")) {
125
+ if (!ele.data('responsiveElement')) {
126
126
  obj = UI.responsiveElement(ele, {});
127
127
  }
128
128
  });
@@ -136,10 +136,8 @@
136
136
  if (ele.attr('width') && ele.attr('height')) {
137
137
 
138
138
  ele.data({
139
-
140
- 'width' : ele.attr('width'),
141
- 'height': ele.attr('height')
142
-
139
+ width : ele.attr('width'),
140
+ height: ele.attr('height')
143
141
  }).on('display.uk.check', function(){
144
142
  check(ele);
145
143
  });
@@ -162,13 +160,12 @@
162
160
  })();
163
161
 
164
162
 
165
-
166
163
  // helper
167
164
 
168
165
  UI.Utils.stackMargin = function(elements, options) {
169
166
 
170
167
  options = UI.$.extend({
171
- 'cls': 'uk-margin-small-top'
168
+ cls: 'uk-margin-small-top'
172
169
  }, options);
173
170
 
174
171
  elements = UI.$(elements).removeClass(options.cls);
@@ -186,8 +183,8 @@
186
183
  pos = offset.top + height;
187
184
 
188
185
  $ele.data({
189
- 'ukMarginPos': pos,
190
- 'ukMarginTop': offset.top
186
+ ukMarginPos: pos,
187
+ ukMarginTop: offset.top
191
188
  });
192
189
 
193
190
  if (min === false || (offset.top < min.top) ) {
@@ -316,4 +313,23 @@
316
313
 
317
314
  })({});
318
315
 
316
+ UI.Utils.getCssVar = function(name) {
317
+
318
+ /* usage in css: .var-name:before { content:"xyz" } */
319
+
320
+ var val, doc = document.documentElement, element = doc.appendChild(document.createElement('div'));
321
+
322
+ element.classList.add('var-'+name);
323
+
324
+ try {
325
+ val = JSON.parse(val = getComputedStyle(element, ':before').content.replace(/^["'](.*)["']$/, '$1'));
326
+ } catch (e) {
327
+ val = undefined;
328
+ }
329
+
330
+ doc.removeChild(element);
331
+
332
+ return val;
333
+ }
334
+
319
335
  })(UIkit);
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -14,8 +14,8 @@ html {
14
14
  -webkit-text-size-adjust: 100%;
15
15
  -ms-text-size-adjust: 100%;
16
16
  /* 3 */
17
- background: #ffffff;
18
- color: #444444;
17
+ background: #fff;
18
+ color: #444;
19
19
  }
20
20
  /*
21
21
  * Removes default margin.
@@ -43,13 +43,13 @@ a:hover {
43
43
  */
44
44
  a,
45
45
  .uk-link {
46
- color: #0077dd;
46
+ color: #07D;
47
47
  text-decoration: none;
48
48
  cursor: pointer;
49
49
  }
50
50
  a:hover,
51
51
  .uk-link:hover {
52
- color: #005599;
52
+ color: #059;
53
53
  text-decoration: underline;
54
54
  }
55
55
  /* Text-level semantics
@@ -79,10 +79,10 @@ strong {
79
79
  /* 2 */
80
80
  font-family: Consolas, monospace, serif;
81
81
  /* 3 */
82
- color: #dd0055;
82
+ color: #D05;
83
83
  white-space: nowrap;
84
84
  padding: 0 4px;
85
- border: 1px solid #dddddd;
85
+ border: 1px solid #ddd;
86
86
  border-radius: 3px;
87
87
  background: #fafafa;
88
88
  }
@@ -90,14 +90,14 @@ strong {
90
90
  * Emphasize
91
91
  */
92
92
  em {
93
- color: #dd0055;
93
+ color: #D05;
94
94
  }
95
95
  /*
96
96
  * Insert
97
97
  */
98
98
  ins {
99
- background: #ffffaa;
100
- color: #444444;
99
+ background: #ffa;
100
+ color: #444;
101
101
  text-decoration: none;
102
102
  }
103
103
  /*
@@ -105,8 +105,8 @@ ins {
105
105
  * Note: Addresses styling not present in IE 8/9.
106
106
  */
107
107
  mark {
108
- background: #ffffaa;
109
- color: #444444;
108
+ background: #ffa;
109
+ color: #444;
110
110
  }
111
111
  /*
112
112
  * Quote
@@ -233,7 +233,7 @@ h6 {
233
233
  margin: 0 0 15px 0;
234
234
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
235
235
  font-weight: normal;
236
- color: #444444;
236
+ color: #444;
237
237
  text-transform: none;
238
238
  }
239
239
  /*
@@ -316,7 +316,7 @@ hr {
316
316
  /* 2 */
317
317
  margin: 15px 0;
318
318
  border: 0;
319
- border-top: 1px solid #dddddd;
319
+ border-top: 1px solid #ddd;
320
320
  }
321
321
  /* Address
322
322
  ========================================================================== */
@@ -327,7 +327,7 @@ address {
327
327
  ========================================================================== */
328
328
  blockquote {
329
329
  padding-left: 15px;
330
- border-left: 5px solid #dddddd;
330
+ border-left: 5px solid #ddd;
331
331
  font-size: 16px;
332
332
  line-height: 22px;
333
333
  font-style: italic;
@@ -341,24 +341,24 @@ pre {
341
341
  padding: 10px;
342
342
  background: #fafafa;
343
343
  font: 12px / 18px Consolas, monospace, serif;
344
- color: #444444;
344
+ color: #444;
345
345
  -moz-tab-size: 4;
346
346
  tab-size: 4;
347
347
  /* 1 */
348
348
  overflow: auto;
349
- border: 1px solid #dddddd;
349
+ border: 1px solid #ddd;
350
350
  border-radius: 3px;
351
351
  }
352
352
  /* Selection pseudo-element
353
353
  ========================================================================== */
354
354
  ::-moz-selection {
355
- background: #3399ff;
356
- color: #ffffff;
355
+ background: #39f;
356
+ color: #fff;
357
357
  text-shadow: none;
358
358
  }
359
359
  ::selection {
360
- background: #3399ff;
361
- color: #ffffff;
360
+ background: #39f;
361
+ color: #fff;
362
362
  text-shadow: none;
363
363
  }
364
364
  /* HTML5 elements
@@ -608,18 +608,18 @@ iframe {
608
608
  .uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
609
609
  .uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
610
610
  .uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
611
- border-left: 1px solid #dddddd;
611
+ border-left: 1px solid #ddd;
612
612
  }
613
613
  /* Tablet and bigger */
614
614
  @media (min-width: 768px) {
615
615
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
616
- border-left: 1px solid #dddddd;
616
+ border-left: 1px solid #ddd;
617
617
  }
618
618
  }
619
619
  /* Desktop and bigger */
620
620
  @media (min-width: 960px) {
621
621
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
622
- border-left: 1px solid #dddddd;
622
+ border-left: 1px solid #ddd;
623
623
  }
624
624
  }
625
625
  /* Large screen and bigger */
@@ -646,7 +646,7 @@ iframe {
646
646
  .uk-grid-divider:empty {
647
647
  margin-top: 25px;
648
648
  margin-bottom: 25px;
649
- border-top: 1px solid #dddddd;
649
+ border-top: 1px solid #ddd;
650
650
  }
651
651
  /* Match panels in grids
652
652
  ========================================================================== */
@@ -1319,7 +1319,7 @@ iframe {
1319
1319
  line-height: 24px;
1320
1320
  font-weight: normal;
1321
1321
  text-transform: none;
1322
- color: #444444;
1322
+ color: #444;
1323
1323
  }
1324
1324
  /* Sub-object: `uk-panel-badge`
1325
1325
  ========================================================================== */
@@ -1344,15 +1344,15 @@ iframe {
1344
1344
  .uk-panel-box {
1345
1345
  padding: 15px;
1346
1346
  background: #fafafa;
1347
- color: #444444;
1348
- border: 1px solid #dddddd;
1347
+ color: #444;
1348
+ border: 1px solid #ddd;
1349
1349
  border-radius: 4px;
1350
1350
  }
1351
1351
  .uk-panel-box-hover:hover {
1352
- color: #444444;
1352
+ color: #444;
1353
1353
  }
1354
1354
  .uk-panel-box .uk-panel-title {
1355
- color: #444444;
1355
+ color: #444;
1356
1356
  }
1357
1357
  .uk-panel-box .uk-panel-badge {
1358
1358
  top: 10px;
@@ -1387,27 +1387,27 @@ iframe {
1387
1387
  * Sub-modifier: `uk-panel-box-secondary`
1388
1388
  */
1389
1389
  .uk-panel-box-secondary {
1390
- background-color: #ffffff;
1391
- color: #444444;
1390
+ background-color: #fff;
1391
+ color: #444;
1392
1392
  }
1393
1393
  .uk-panel-box-secondary-hover:hover {
1394
- color: #444444;
1394
+ color: #444;
1395
1395
  }
1396
1396
  .uk-panel-box-secondary .uk-panel-title {
1397
- color: #444444;
1397
+ color: #444;
1398
1398
  }
1399
1399
  /* Modifier: `uk-panel-hover`
1400
1400
  ========================================================================== */
1401
1401
  .uk-panel-hover {
1402
1402
  padding: 15px;
1403
- color: #444444;
1403
+ color: #444;
1404
1404
  border: 1px solid transparent;
1405
1405
  border-radius: 4px;
1406
1406
  }
1407
1407
  .uk-panel-hover:hover {
1408
1408
  background: #fafafa;
1409
- color: #444444;
1410
- border-color: #dddddd;
1409
+ color: #444;
1410
+ border-color: #ddd;
1411
1411
  }
1412
1412
  .uk-panel-hover .uk-panel-badge {
1413
1413
  top: 10px;
@@ -1422,8 +1422,8 @@ iframe {
1422
1422
  ========================================================================== */
1423
1423
  .uk-panel-header .uk-panel-title {
1424
1424
  padding-bottom: 10px;
1425
- border-bottom: 1px solid #dddddd;
1426
- color: #444444;
1425
+ border-bottom: 1px solid #ddd;
1426
+ color: #444;
1427
1427
  }
1428
1428
  /* Modifier: `uk-panel-space`
1429
1429
  ========================================================================== */
@@ -1446,7 +1446,7 @@ iframe {
1446
1446
  top: -25px;
1447
1447
  left: 0;
1448
1448
  right: 0;
1449
- border-top: 1px solid #dddddd;
1449
+ border-top: 1px solid #ddd;
1450
1450
  }
1451
1451
  /* Large screen and bigger */
1452
1452
  @media (min-width: 1220px) {
@@ -1525,7 +1525,7 @@ iframe {
1525
1525
  * Default
1526
1526
  */
1527
1527
  .uk-block-default {
1528
- background: #ffffff;
1528
+ background: #fff;
1529
1529
  }
1530
1530
  /*
1531
1531
  * Muted
@@ -1543,7 +1543,7 @@ iframe {
1543
1543
  * Secondary
1544
1544
  */
1545
1545
  .uk-block-secondary {
1546
- background: #222222;
1546
+ background: #222;
1547
1547
  }
1548
1548
  /*
1549
1549
  * Adjust padding between equal colored blocks
@@ -1597,12 +1597,12 @@ iframe {
1597
1597
  .uk-article-meta {
1598
1598
  font-size: 12px;
1599
1599
  line-height: 18px;
1600
- color: #999999;
1600
+ color: #999;
1601
1601
  }
1602
1602
  /* Sub-object `uk-article-lead`
1603
1603
  ========================================================================== */
1604
1604
  .uk-article-lead {
1605
- color: #444444;
1605
+ color: #444;
1606
1606
  font-size: 18px;
1607
1607
  line-height: 24px;
1608
1608
  font-weight: normal;
@@ -1611,14 +1611,14 @@ iframe {
1611
1611
  ========================================================================== */
1612
1612
  .uk-article-divider {
1613
1613
  margin-bottom: 25px;
1614
- border-color: #dddddd;
1614
+ border-color: #ddd;
1615
1615
  }
1616
1616
  * + .uk-article-divider {
1617
1617
  margin-top: 25px;
1618
1618
  }
1619
1619
  .uk-article + .uk-article {
1620
1620
  padding-top: 25px;
1621
- border-top: 1px solid #dddddd;
1621
+ border-top: 1px solid #ddd;
1622
1622
  }
1623
1623
  /* ========================================================================
1624
1624
  Component: Comment
@@ -1628,7 +1628,7 @@ iframe {
1628
1628
  .uk-comment-header {
1629
1629
  margin-bottom: 15px;
1630
1630
  padding: 10px;
1631
- border: 1px solid #dddddd;
1631
+ border: 1px solid #ddd;
1632
1632
  border-radius: 4px;
1633
1633
  background: #fafafa;
1634
1634
  }
@@ -1662,7 +1662,7 @@ iframe {
1662
1662
  margin: 2px 0 0 0;
1663
1663
  font-size: 11px;
1664
1664
  line-height: 16px;
1665
- color: #999999;
1665
+ color: #999;
1666
1666
  }
1667
1667
  /* Sub-object `uk-comment-body`
1668
1668
  ========================================================================== */
@@ -1702,7 +1702,7 @@ iframe {
1702
1702
  border-color: rgba(45, 112, 145, 0.3);
1703
1703
  background-color: #ebf7fd;
1704
1704
  color: #2d7091;
1705
- text-shadow: 0 1px 0 #ffffff;
1705
+ text-shadow: 0 1px 0 #fff;
1706
1706
  }
1707
1707
  /* ========================================================================
1708
1708
  Component: Cover
@@ -1829,7 +1829,7 @@ ul.uk-nav-sub {
1829
1829
  * Items
1830
1830
  */
1831
1831
  .uk-nav-side > li > a {
1832
- color: #444444;
1832
+ color: #444;
1833
1833
  }
1834
1834
  /*
1835
1835
  * Hover
@@ -1839,16 +1839,16 @@ ul.uk-nav-sub {
1839
1839
  .uk-nav-side > li > a:hover,
1840
1840
  .uk-nav-side > li > a:focus {
1841
1841
  background: rgba(0, 0, 0, 0.03);
1842
- color: #444444;
1842
+ color: #444;
1843
1843
  /* 2 */
1844
1844
  outline: none;
1845
1845
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.06);
1846
- text-shadow: 0 -1px 0 #ffffff;
1846
+ text-shadow: 0 -1px 0 #fff;
1847
1847
  }
1848
1848
  /* Active */
1849
1849
  .uk-nav-side > li.uk-active > a {
1850
1850
  background: #00a8e6;
1851
- color: #ffffff;
1851
+ color: #fff;
1852
1852
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
1853
1853
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
1854
1854
  }
@@ -1856,23 +1856,23 @@ ul.uk-nav-sub {
1856
1856
  * Sub-object: `uk-nav-header`
1857
1857
  */
1858
1858
  .uk-nav-side .uk-nav-header {
1859
- color: #444444;
1859
+ color: #444;
1860
1860
  }
1861
1861
  /*
1862
1862
  * Sub-object: `uk-nav-divider`
1863
1863
  */
1864
1864
  .uk-nav-side .uk-nav-divider {
1865
- border-top: 1px solid #dddddd;
1866
- box-shadow: 0 1px 0 #ffffff;
1865
+ border-top: 1px solid #ddd;
1866
+ box-shadow: 0 1px 0 #fff;
1867
1867
  }
1868
1868
  /*
1869
1869
  * Nested items
1870
1870
  */
1871
1871
  .uk-nav-side ul a {
1872
- color: #0077dd;
1872
+ color: #07D;
1873
1873
  }
1874
1874
  .uk-nav-side ul a:hover {
1875
- color: #005599;
1875
+ color: #059;
1876
1876
  }
1877
1877
  /* Modifier `uk-nav-dropdown`
1878
1878
  ========================================================================== */
@@ -1880,7 +1880,7 @@ ul.uk-nav-sub {
1880
1880
  * Items
1881
1881
  */
1882
1882
  .uk-nav-dropdown > li > a {
1883
- color: #444444;
1883
+ color: #444;
1884
1884
  }
1885
1885
  /*
1886
1886
  * Hover
@@ -1890,7 +1890,7 @@ ul.uk-nav-sub {
1890
1890
  .uk-nav-dropdown > li > a:hover,
1891
1891
  .uk-nav-dropdown > li > a:focus {
1892
1892
  background: #00a8e6;
1893
- color: #ffffff;
1893
+ color: #fff;
1894
1894
  /* 2 */
1895
1895
  outline: none;
1896
1896
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
@@ -1900,22 +1900,22 @@ ul.uk-nav-sub {
1900
1900
  * Sub-object: `uk-nav-header`
1901
1901
  */
1902
1902
  .uk-nav-dropdown .uk-nav-header {
1903
- color: #999999;
1903
+ color: #999;
1904
1904
  }
1905
1905
  /*
1906
1906
  * Sub-object: `uk-nav-divider`
1907
1907
  */
1908
1908
  .uk-nav-dropdown .uk-nav-divider {
1909
- border-top: 1px solid #dddddd;
1909
+ border-top: 1px solid #ddd;
1910
1910
  }
1911
1911
  /*
1912
1912
  * Nested items
1913
1913
  */
1914
1914
  .uk-nav-dropdown ul a {
1915
- color: #0077dd;
1915
+ color: #07D;
1916
1916
  }
1917
1917
  .uk-nav-dropdown ul a:hover {
1918
- color: #005599;
1918
+ color: #059;
1919
1919
  }
1920
1920
  /* Modifier `uk-nav-navbar`
1921
1921
  ========================================================================== */
@@ -1923,7 +1923,7 @@ ul.uk-nav-sub {
1923
1923
  * Items
1924
1924
  */
1925
1925
  .uk-nav-navbar > li > a {
1926
- color: #444444;
1926
+ color: #444;
1927
1927
  }
1928
1928
  /*
1929
1929
  * Hover
@@ -1933,7 +1933,7 @@ ul.uk-nav-sub {
1933
1933
  .uk-nav-navbar > li > a:hover,
1934
1934
  .uk-nav-navbar > li > a:focus {
1935
1935
  background: #00a8e6;
1936
- color: #ffffff;
1936
+ color: #fff;
1937
1937
  /* 2 */
1938
1938
  outline: none;
1939
1939
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
@@ -1943,22 +1943,22 @@ ul.uk-nav-sub {
1943
1943
  * Sub-object: `uk-nav-header`
1944
1944
  */
1945
1945
  .uk-nav-navbar .uk-nav-header {
1946
- color: #999999;
1946
+ color: #999;
1947
1947
  }
1948
1948
  /*
1949
1949
  * Sub-object: `uk-nav-divider`
1950
1950
  */
1951
1951
  .uk-nav-navbar .uk-nav-divider {
1952
- border-top: 1px solid #dddddd;
1952
+ border-top: 1px solid #ddd;
1953
1953
  }
1954
1954
  /*
1955
1955
  * Nested items
1956
1956
  */
1957
1957
  .uk-nav-navbar ul a {
1958
- color: #0077dd;
1958
+ color: #07D;
1959
1959
  }
1960
1960
  .uk-nav-navbar ul a:hover {
1961
- color: #005599;
1961
+ color: #059;
1962
1962
  }
1963
1963
  /* Modifier `uk-nav-offcanvas`
1964
1964
  ========================================================================== */
@@ -1966,7 +1966,7 @@ ul.uk-nav-sub {
1966
1966
  * Items
1967
1967
  */
1968
1968
  .uk-nav-offcanvas > li > a {
1969
- color: #cccccc;
1969
+ color: #ccc;
1970
1970
  padding: 10px 15px;
1971
1971
  border-top: 1px solid rgba(0, 0, 0, 0.3);
1972
1972
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
@@ -1982,7 +1982,7 @@ ul.uk-nav-sub {
1982
1982
  html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
1983
1983
  html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
1984
1984
  background: #404040;
1985
- color: #ffffff;
1985
+ color: #fff;
1986
1986
  /* 2 */
1987
1987
  outline: none;
1988
1988
  }
@@ -1992,14 +1992,14 @@ html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
1992
1992
  */
1993
1993
  html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
1994
1994
  background: #1a1a1a;
1995
- color: #ffffff;
1995
+ color: #fff;
1996
1996
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
1997
1997
  }
1998
1998
  /*
1999
1999
  * Sub-object: `uk-nav-header`
2000
2000
  */
2001
2001
  .uk-nav-offcanvas .uk-nav-header {
2002
- color: #777777;
2002
+ color: #777;
2003
2003
  margin-top: 0;
2004
2004
  border-top: 1px solid rgba(0, 0, 0, 0.3);
2005
2005
  background: #404040;
@@ -2021,10 +2021,10 @@ html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
2021
2021
  * No hover on touch devices because it behaves buggy in fixed offcanvas
2022
2022
  */
2023
2023
  .uk-nav-offcanvas ul a {
2024
- color: #cccccc;
2024
+ color: #ccc;
2025
2025
  }
2026
2026
  html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2027
- color: #ffffff;
2027
+ color: #fff;
2028
2028
  }
2029
2029
  /*
2030
2030
  * Modifier `uk-nav-offcanvas`
@@ -2045,7 +2045,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2045
2045
  ========================================================================== */
2046
2046
  .uk-navbar {
2047
2047
  background: #f5f5f5;
2048
- color: #444444;
2048
+ color: #444;
2049
2049
  border: 1px solid rgba(0, 0, 0, 0.06);
2050
2050
  border-radius: 4px;
2051
2051
  }
@@ -2089,7 +2089,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2089
2089
  padding: 0 15px;
2090
2090
  line-height: 40px;
2091
2091
  /* 2 */
2092
- color: #444444;
2092
+ color: #444;
2093
2093
  font-size: 14px;
2094
2094
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2095
2095
  font-weight: normal;
@@ -2097,7 +2097,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2097
2097
  margin-left: -1px;
2098
2098
  border: 1px solid transparent;
2099
2099
  border-bottom-width: 0;
2100
- text-shadow: 0 1px 0 #ffffff;
2100
+ text-shadow: 0 1px 0 #fff;
2101
2101
  }
2102
2102
  /* Appear not as link */
2103
2103
  .uk-navbar-nav > li > a[href='#'] {
@@ -2113,7 +2113,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2113
2113
  .uk-navbar-nav > li > a:focus,
2114
2114
  .uk-navbar-nav > li.uk-open > a {
2115
2115
  background-color: #fafafa;
2116
- color: #444444;
2116
+ color: #444;
2117
2117
  /* 3 */
2118
2118
  outline: none;
2119
2119
  position: relative;
@@ -2124,8 +2124,8 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2124
2124
  }
2125
2125
  /* OnClick */
2126
2126
  .uk-navbar-nav > li > a:active {
2127
- background-color: #eeeeee;
2128
- color: #444444;
2127
+ background-color: #eee;
2128
+ color: #444;
2129
2129
  border-left-color: rgba(0, 0, 0, 0.1);
2130
2130
  border-right-color: rgba(0, 0, 0, 0.1);
2131
2131
  border-top-color: rgba(0, 0, 0, 0.2);
@@ -2133,7 +2133,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2133
2133
  /* Active */
2134
2134
  .uk-navbar-nav > li.uk-active > a {
2135
2135
  background-color: #fafafa;
2136
- color: #444444;
2136
+ color: #444;
2137
2137
  border-left-color: rgba(0, 0, 0, 0.1);
2138
2138
  border-right-color: rgba(0, 0, 0, 0.1);
2139
2139
  border-top-color: rgba(0, 0, 0, 0.1);
@@ -2162,7 +2162,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2162
2162
  padding: 0 15px;
2163
2163
  float: left;
2164
2164
  margin-top: -1px;
2165
- text-shadow: 0 1px 0 #ffffff;
2165
+ text-shadow: 0 1px 0 #fff;
2166
2166
  }
2167
2167
  /*
2168
2168
  * Helper to center all child elements vertically
@@ -2187,16 +2187,16 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2187
2187
  * Link colors
2188
2188
  */
2189
2189
  .uk-navbar-content > a:not([class]) {
2190
- color: #0077dd;
2190
+ color: #07D;
2191
2191
  }
2192
2192
  .uk-navbar-content > a:not([class]):hover {
2193
- color: #005599;
2193
+ color: #059;
2194
2194
  }
2195
2195
  /* Sub-objects: `uk-navbar-brand`
2196
2196
  ========================================================================== */
2197
2197
  .uk-navbar-brand {
2198
2198
  font-size: 18px;
2199
- color: #444444;
2199
+ color: #444;
2200
2200
  text-decoration: none;
2201
2201
  }
2202
2202
  /*
@@ -2205,7 +2205,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2205
2205
  */
2206
2206
  .uk-navbar-brand:hover,
2207
2207
  .uk-navbar-brand:focus {
2208
- color: #444444;
2208
+ color: #444;
2209
2209
  text-decoration: none;
2210
2210
  /* 2 */
2211
2211
  outline: none;
@@ -2214,7 +2214,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2214
2214
  ========================================================================== */
2215
2215
  .uk-navbar-toggle {
2216
2216
  font-size: 18px;
2217
- color: #444444;
2217
+ color: #444;
2218
2218
  text-decoration: none;
2219
2219
  }
2220
2220
  /*
@@ -2223,7 +2223,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2223
2223
  */
2224
2224
  .uk-navbar-toggle:hover,
2225
2225
  .uk-navbar-toggle:focus {
2226
- color: #444444;
2226
+ color: #444;
2227
2227
  text-decoration: none;
2228
2228
  /* 2 */
2229
2229
  outline: none;
@@ -2351,7 +2351,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2351
2351
  ========================================================================== */
2352
2352
  .uk-subnav > * > * {
2353
2353
  display: inline-block;
2354
- color: #444444;
2354
+ color: #444;
2355
2355
  }
2356
2356
  /*
2357
2357
  * Hover
@@ -2359,14 +2359,14 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2359
2359
  */
2360
2360
  .uk-subnav > * > :hover,
2361
2361
  .uk-subnav > * > :focus {
2362
- color: #0077dd;
2362
+ color: #07D;
2363
2363
  text-decoration: none;
2364
2364
  }
2365
2365
  /*
2366
2366
  * Active
2367
2367
  */
2368
2368
  .uk-subnav > .uk-active > * {
2369
- color: #0077dd;
2369
+ color: #07D;
2370
2370
  }
2371
2371
  /* Modifier: 'subnav-line'
2372
2372
  ========================================================================== */
@@ -2378,7 +2378,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2378
2378
  }
2379
2379
  .uk-subnav-line > :nth-child(n+2):before {
2380
2380
  margin-right: 10px;
2381
- border-left: 1px solid #dddddd;
2381
+ border-left: 1px solid #ddd;
2382
2382
  }
2383
2383
  /* Modifier: 'subnav-pill'
2384
2384
  ========================================================================== */
@@ -2394,7 +2394,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2394
2394
  .uk-subnav-pill > * > :hover,
2395
2395
  .uk-subnav-pill > * > :focus {
2396
2396
  background: #fafafa;
2397
- color: #444444;
2397
+ color: #444;
2398
2398
  text-decoration: none;
2399
2399
  /* 2 */
2400
2400
  outline: none;
@@ -2406,14 +2406,14 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2406
2406
  */
2407
2407
  .uk-subnav-pill > .uk-active > * {
2408
2408
  background: #00a8e6;
2409
- color: #ffffff;
2409
+ color: #fff;
2410
2410
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
2411
2411
  }
2412
2412
  /* Disabled state
2413
2413
  ========================================================================== */
2414
2414
  .uk-subnav > .uk-disabled > * {
2415
2415
  background: none;
2416
- color: #999999;
2416
+ color: #999;
2417
2417
  text-decoration: none;
2418
2418
  cursor: text;
2419
2419
  box-shadow: none;
@@ -2455,7 +2455,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2455
2455
  * Disabled
2456
2456
  */
2457
2457
  .uk-breadcrumb > li:not(.uk-active) > span {
2458
- color: #999999;
2458
+ color: #999;
2459
2459
  }
2460
2460
  /* ========================================================================
2461
2461
  Component: Pagination
@@ -2525,8 +2525,8 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2525
2525
  */
2526
2526
  .uk-pagination > li > a {
2527
2527
  background: #f5f5f5;
2528
- color: #444444;
2529
- text-shadow: 0 1px 0 #ffffff;
2528
+ color: #444;
2529
+ text-shadow: 0 1px 0 #fff;
2530
2530
  }
2531
2531
  /*
2532
2532
  * Hover
@@ -2536,22 +2536,22 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2536
2536
  .uk-pagination > li > a:hover,
2537
2537
  .uk-pagination > li > a:focus {
2538
2538
  background-color: #fafafa;
2539
- color: #444444;
2539
+ color: #444;
2540
2540
  /* 2 */
2541
2541
  outline: none;
2542
2542
  border-color: rgba(0, 0, 0, 0.16);
2543
2543
  }
2544
2544
  /* OnClick */
2545
2545
  .uk-pagination > li > a:active {
2546
- background-color: #eeeeee;
2547
- color: #444444;
2546
+ background-color: #eee;
2547
+ color: #444;
2548
2548
  }
2549
2549
  /*
2550
2550
  * Active
2551
2551
  */
2552
2552
  .uk-pagination > .uk-active > span {
2553
2553
  background: #00a8e6;
2554
- color: #ffffff;
2554
+ color: #fff;
2555
2555
  border-color: transparent;
2556
2556
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
2557
2557
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
@@ -2561,9 +2561,9 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2561
2561
  */
2562
2562
  .uk-pagination > .uk-disabled > span {
2563
2563
  background-color: #fafafa;
2564
- color: #999999;
2564
+ color: #999;
2565
2565
  border: 1px solid rgba(0, 0, 0, 0.06);
2566
- text-shadow: 0 1px 0 #ffffff;
2566
+ text-shadow: 0 1px 0 #fff;
2567
2567
  }
2568
2568
  /* Previous and next navigation
2569
2569
  ========================================================================== */
@@ -2588,7 +2588,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2588
2588
  margin: 0;
2589
2589
  padding: 0;
2590
2590
  list-style: none;
2591
- border-bottom: 1px solid #dddddd;
2591
+ border-bottom: 1px solid #ddd;
2592
2592
  }
2593
2593
  /*
2594
2594
  * Micro clearfix on the deepest container
@@ -2616,10 +2616,10 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2616
2616
  padding: 8px 12px 8px 12px;
2617
2617
  border: 1px solid transparent;
2618
2618
  border-bottom-width: 0;
2619
- color: #0077dd;
2619
+ color: #07D;
2620
2620
  text-decoration: none;
2621
2621
  border-radius: 4px 4px 0 0;
2622
- text-shadow: 0 1px 0 #ffffff;
2622
+ text-shadow: 0 1px 0 #fff;
2623
2623
  }
2624
2624
  .uk-tab > li:nth-child(n+2) > a {
2625
2625
  margin-left: 5px;
@@ -2635,7 +2635,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2635
2635
  .uk-tab > li.uk-open > a {
2636
2636
  border-color: rgba(0, 0, 0, 0.06);
2637
2637
  background: #f5f5f5;
2638
- color: #005599;
2638
+ color: #059;
2639
2639
  /* 2 */
2640
2640
  outline: none;
2641
2641
  }
@@ -2647,14 +2647,14 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2647
2647
  }
2648
2648
  /* Active */
2649
2649
  .uk-tab > li.uk-active > a {
2650
- border-color: #dddddd;
2650
+ border-color: #ddd;
2651
2651
  border-bottom-color: transparent;
2652
- background: #ffffff;
2653
- color: #444444;
2652
+ background: #fff;
2653
+ color: #444;
2654
2654
  }
2655
2655
  /* Disabled */
2656
2656
  .uk-tab > li.uk-disabled > a {
2657
- color: #999999;
2657
+ color: #999;
2658
2658
  cursor: text;
2659
2659
  }
2660
2660
  .uk-tab > li.uk-disabled > a:hover,
@@ -2688,11 +2688,11 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2688
2688
  /* Modifier: 'tab-center'
2689
2689
  ========================================================================== */
2690
2690
  .uk-tab-center {
2691
- border-bottom: 1px solid #dddddd;
2691
+ border-bottom: 1px solid #ddd;
2692
2692
  }
2693
2693
  .uk-tab-center-bottom {
2694
2694
  border-bottom: none;
2695
- border-top: 1px solid #dddddd;
2695
+ border-top: 1px solid #ddd;
2696
2696
  }
2697
2697
  .uk-tab-center:before,
2698
2698
  .uk-tab-center:after {
@@ -2721,7 +2721,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2721
2721
  /* Modifier: 'tab-bottom'
2722
2722
  ========================================================================== */
2723
2723
  .uk-tab-bottom {
2724
- border-top: 1px solid #dddddd;
2724
+ border-top: 1px solid #ddd;
2725
2725
  border-bottom: none;
2726
2726
  }
2727
2727
  .uk-tab-bottom > li {
@@ -2744,7 +2744,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2744
2744
  }
2745
2745
  .uk-tab-bottom > li.uk-active > a {
2746
2746
  border-top-color: transparent;
2747
- border-bottom-color: #dddddd;
2747
+ border-bottom-color: #ddd;
2748
2748
  }
2749
2749
  /* Modifier: 'tab-grid'
2750
2750
  ========================================================================== */
@@ -2764,7 +2764,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2764
2764
  left: 5px;
2765
2765
  right: 0;
2766
2766
  bottom: -1px;
2767
- border-top: 1px solid #dddddd;
2767
+ border-top: 1px solid #ddd;
2768
2768
  /* 1 */
2769
2769
  z-index: -1;
2770
2770
  }
@@ -2809,13 +2809,13 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2809
2809
  }
2810
2810
  .uk-tab-left > li.uk-active > a,
2811
2811
  .uk-tab-right > li.uk-active > a {
2812
- border-color: #dddddd;
2812
+ border-color: #ddd;
2813
2813
  }
2814
2814
  /*
2815
2815
  * Modifier: 'tab-left'
2816
2816
  */
2817
2817
  .uk-tab-left {
2818
- border-right: 1px solid #dddddd;
2818
+ border-right: 1px solid #ddd;
2819
2819
  }
2820
2820
  .uk-tab-left > li {
2821
2821
  margin-right: -1px;
@@ -2838,7 +2838,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2838
2838
  * Modifier: 'tab-right'
2839
2839
  */
2840
2840
  .uk-tab-right {
2841
- border-left: 1px solid #dddddd;
2841
+ border-left: 1px solid #ddd;
2842
2842
  }
2843
2843
  .uk-tab-right > li {
2844
2844
  margin-left: -1px;
@@ -2933,7 +2933,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2933
2933
  ========================================================================== */
2934
2934
  .uk-thumbnav > * > * {
2935
2935
  display: block;
2936
- background: #ffffff;
2936
+ background: #fff;
2937
2937
  }
2938
2938
  .uk-thumbnav > * > * > img {
2939
2939
  opacity: 0.7;
@@ -2990,13 +2990,13 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2990
2990
  .uk-list-line > li:nth-child(n+2) {
2991
2991
  margin-top: 5px;
2992
2992
  padding-top: 5px;
2993
- border-top: 1px solid #dddddd;
2993
+ border-top: 1px solid #ddd;
2994
2994
  }
2995
2995
  /* Modifier: `uk-list-striped`
2996
2996
  ========================================================================== */
2997
2997
  .uk-list-striped > li {
2998
2998
  padding: 5px 5px;
2999
- border-bottom: 1px solid #dddddd;
2999
+ border-bottom: 1px solid #ddd;
3000
3000
  }
3001
3001
  .uk-list-striped > li:nth-of-type(odd) {
3002
3002
  background: #fafafa;
@@ -3007,7 +3007,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3007
3007
  margin-top: 10px;
3008
3008
  }
3009
3009
  .uk-list-striped > li:first-child {
3010
- border-top: 1px solid #dddddd;
3010
+ border-top: 1px solid #ddd;
3011
3011
  }
3012
3012
  /* ========================================================================
3013
3013
  Component: Description list
@@ -3039,10 +3039,10 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3039
3039
  .uk-description-list-line > dt:nth-child(n+2) {
3040
3040
  margin-top: 5px;
3041
3041
  padding-top: 5px;
3042
- border-top: 1px solid #dddddd;
3042
+ border-top: 1px solid #ddd;
3043
3043
  }
3044
3044
  .uk-description-list-line > dd {
3045
- color: #999999;
3045
+ color: #999;
3046
3046
  }
3047
3047
  /* ========================================================================
3048
3048
  Component: Table
@@ -3070,7 +3070,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3070
3070
  .uk-table th,
3071
3071
  .uk-table td {
3072
3072
  padding: 8px 8px;
3073
- border-bottom: 1px solid #dddddd;
3073
+ border-bottom: 1px solid #ddd;
3074
3074
  }
3075
3075
  /*
3076
3076
  * Set alignment
@@ -3094,7 +3094,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3094
3094
  }
3095
3095
  .uk-table caption {
3096
3096
  text-align: left;
3097
- color: #999999;
3097
+ color: #999;
3098
3098
  }
3099
3099
  /*
3100
3100
  * Active State
@@ -3295,9 +3295,9 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3295
3295
  /* 3 */
3296
3296
  padding: 4px 6px;
3297
3297
  /* 4 */
3298
- border: 1px solid #dddddd;
3299
- background: #ffffff;
3300
- color: #444444;
3298
+ border: 1px solid #ddd;
3299
+ background: #fff;
3300
+ color: #444;
3301
3301
  -webkit-transition: all 0.2s linear;
3302
3302
  -webkit-transition-property: border, background, color, box-shadow, padding;
3303
3303
  transition: all 0.2s linear;
@@ -3324,7 +3324,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3324
3324
  border-color: #99baca;
3325
3325
  outline: 0;
3326
3326
  background: #f5fbfe;
3327
- color: #444444;
3327
+ color: #444;
3328
3328
  }
3329
3329
  .uk-form select:disabled,
3330
3330
  .uk-form textarea:disabled,
@@ -3343,30 +3343,30 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3343
3343
  .uk-form input[type="search"]:disabled,
3344
3344
  .uk-form input[type="tel"]:disabled,
3345
3345
  .uk-form input[type="color"]:disabled {
3346
- border-color: #dddddd;
3346
+ border-color: #ddd;
3347
3347
  background-color: #fafafa;
3348
- color: #999999;
3348
+ color: #999;
3349
3349
  }
3350
3350
  /*
3351
3351
  * Placeholder
3352
3352
  */
3353
3353
  .uk-form :-ms-input-placeholder {
3354
- color: #999999 !important;
3354
+ color: #999 !important;
3355
3355
  }
3356
3356
  .uk-form ::-moz-placeholder {
3357
- color: #999999;
3357
+ color: #999;
3358
3358
  }
3359
3359
  .uk-form ::-webkit-input-placeholder {
3360
- color: #999999;
3360
+ color: #999;
3361
3361
  }
3362
3362
  .uk-form :disabled:-ms-input-placeholder {
3363
- color: #999999 !important;
3363
+ color: #999 !important;
3364
3364
  }
3365
3365
  .uk-form :disabled::-moz-placeholder {
3366
- color: #999999;
3366
+ color: #999;
3367
3367
  }
3368
3368
  .uk-form :disabled::-webkit-input-placeholder {
3369
- color: #999999;
3369
+ color: #999;
3370
3370
  }
3371
3371
  /*
3372
3372
  * Legend
@@ -3396,7 +3396,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3396
3396
  .uk-form legend:after {
3397
3397
  content: "";
3398
3398
  display: block;
3399
- border-bottom: 1px solid #dddddd;
3399
+ border-bottom: 1px solid #ddd;
3400
3400
  /* 1 */
3401
3401
  width: 100%;
3402
3402
  }
@@ -3458,7 +3458,7 @@ input:not([type]).uk-form-large {
3458
3458
  background: none !important;
3459
3459
  }
3460
3460
  .uk-form-blank:focus {
3461
- border-color: #dddddd !important;
3461
+ border-color: #ddd !important;
3462
3462
  }
3463
3463
  /* Size sub-modifiers
3464
3464
  ========================================================================== */
@@ -3589,7 +3589,7 @@ select.uk-form-width-mini {
3589
3589
  width: 30px;
3590
3590
  margin-top: -7px;
3591
3591
  font-size: 14px;
3592
- color: #999999;
3592
+ color: #999;
3593
3593
  text-align: center;
3594
3594
  /* 1 */
3595
3595
  pointer-events: none;
@@ -3640,7 +3640,7 @@ select.uk-form-width-mini {
3640
3640
  overflow: visible;
3641
3641
  /* 5 */
3642
3642
  font: inherit;
3643
- color: #444444;
3643
+ color: #444;
3644
3644
  /* 6 */
3645
3645
  text-transform: none;
3646
3646
  /* 7 */
@@ -3660,7 +3660,7 @@ select.uk-form-width-mini {
3660
3660
  text-align: center;
3661
3661
  border: 1px solid rgba(0, 0, 0, 0.06);
3662
3662
  border-radius: 4px;
3663
- text-shadow: 0 1px 0 #ffffff;
3663
+ text-shadow: 0 1px 0 #fff;
3664
3664
  }
3665
3665
  .uk-button:not(:disabled) {
3666
3666
  cursor: pointer;
@@ -3674,7 +3674,7 @@ select.uk-form-width-mini {
3674
3674
  .uk-button:hover,
3675
3675
  .uk-button:focus {
3676
3676
  background-color: #fafafa;
3677
- color: #444444;
3677
+ color: #444;
3678
3678
  /* 2 */
3679
3679
  outline: none;
3680
3680
  /* 3 */
@@ -3684,8 +3684,8 @@ select.uk-form-width-mini {
3684
3684
  /* Active */
3685
3685
  .uk-button:active,
3686
3686
  .uk-button.uk-active {
3687
- background-color: #eeeeee;
3688
- color: #444444;
3687
+ background-color: #eee;
3688
+ color: #444;
3689
3689
  }
3690
3690
  /* Color modifiers
3691
3691
  ========================================================================== */
@@ -3694,57 +3694,57 @@ select.uk-form-width-mini {
3694
3694
  */
3695
3695
  .uk-button-primary {
3696
3696
  background-color: #00a8e6;
3697
- color: #ffffff;
3697
+ color: #fff;
3698
3698
  }
3699
3699
  /* Hover */
3700
3700
  .uk-button-primary:hover,
3701
3701
  .uk-button-primary:focus {
3702
3702
  background-color: #35b3ee;
3703
- color: #ffffff;
3703
+ color: #fff;
3704
3704
  }
3705
3705
  /* Active */
3706
3706
  .uk-button-primary:active,
3707
3707
  .uk-button-primary.uk-active {
3708
3708
  background-color: #0091ca;
3709
- color: #ffffff;
3709
+ color: #fff;
3710
3710
  }
3711
3711
  /*
3712
3712
  * Modifier: `uk-button-success`
3713
3713
  */
3714
3714
  .uk-button-success {
3715
3715
  background-color: #8cc14c;
3716
- color: #ffffff;
3716
+ color: #fff;
3717
3717
  }
3718
3718
  /* Hover */
3719
3719
  .uk-button-success:hover,
3720
3720
  .uk-button-success:focus {
3721
3721
  background-color: #8ec73b;
3722
- color: #ffffff;
3722
+ color: #fff;
3723
3723
  }
3724
3724
  /* Active */
3725
3725
  .uk-button-success:active,
3726
3726
  .uk-button-success.uk-active {
3727
3727
  background-color: #72ae41;
3728
- color: #ffffff;
3728
+ color: #fff;
3729
3729
  }
3730
3730
  /*
3731
3731
  * Modifier: `uk-button-danger`
3732
3732
  */
3733
3733
  .uk-button-danger {
3734
3734
  background-color: #da314b;
3735
- color: #ffffff;
3735
+ color: #fff;
3736
3736
  }
3737
3737
  /* Hover */
3738
3738
  .uk-button-danger:hover,
3739
3739
  .uk-button-danger:focus {
3740
3740
  background-color: #e4354f;
3741
- color: #ffffff;
3741
+ color: #fff;
3742
3742
  }
3743
3743
  /* Active */
3744
3744
  .uk-button-danger:active,
3745
3745
  .uk-button-danger.uk-active {
3746
3746
  background-color: #c91032;
3747
- color: #ffffff;
3747
+ color: #fff;
3748
3748
  }
3749
3749
  /* Disabled state
3750
3750
  * Overrides also the color modifiers
@@ -3752,10 +3752,10 @@ select.uk-form-width-mini {
3752
3752
  /* Equal for all button types */
3753
3753
  .uk-button:disabled {
3754
3754
  background-color: #fafafa;
3755
- color: #999999;
3755
+ color: #999;
3756
3756
  border-color: rgba(0, 0, 0, 0.06);
3757
3757
  box-shadow: none;
3758
- text-shadow: 0 1px 0 #ffffff;
3758
+ text-shadow: 0 1px 0 #fff;
3759
3759
  }
3760
3760
  /* Modifier: `uk-button-link`
3761
3761
  ========================================================================== */
@@ -3773,17 +3773,17 @@ select.uk-form-width-mini {
3773
3773
  }
3774
3774
  /* Color */
3775
3775
  .uk-button-link {
3776
- color: #0077dd;
3776
+ color: #07D;
3777
3777
  }
3778
3778
  .uk-button-link:hover,
3779
3779
  .uk-button-link:focus,
3780
3780
  .uk-button-link:active,
3781
3781
  .uk-button-link.uk-active {
3782
- color: #005599;
3782
+ color: #059;
3783
3783
  text-decoration: underline;
3784
3784
  }
3785
3785
  .uk-button-link:disabled {
3786
- color: #999999;
3786
+ color: #999;
3787
3787
  }
3788
3788
  /* Focus */
3789
3789
  .uk-button-link:focus {
@@ -3972,13 +3972,13 @@ select.uk-form-width-mini {
3972
3972
  /* Modifier: `uk-icon-hover`
3973
3973
  ========================================================================== */
3974
3974
  .uk-icon-hover {
3975
- color: #999999;
3975
+ color: #999;
3976
3976
  }
3977
3977
  /*
3978
3978
  * Hover
3979
3979
  */
3980
3980
  .uk-icon-hover:hover {
3981
- color: #444444;
3981
+ color: #444;
3982
3982
  }
3983
3983
  /* Modifier: `uk-icon-button`
3984
3984
  ========================================================================== */
@@ -3990,11 +3990,11 @@ select.uk-form-width-mini {
3990
3990
  border-radius: 100%;
3991
3991
  background: #f5f5f5;
3992
3992
  line-height: 35px;
3993
- color: #444444;
3993
+ color: #444;
3994
3994
  font-size: 18px;
3995
3995
  text-align: center;
3996
3996
  border: 1px solid #e7e7e7;
3997
- text-shadow: 0 1px 0 #ffffff;
3997
+ text-shadow: 0 1px 0 #fff;
3998
3998
  }
3999
3999
  /*
4000
4000
  * Hover
@@ -4004,15 +4004,15 @@ select.uk-form-width-mini {
4004
4004
  .uk-icon-button:hover,
4005
4005
  .uk-icon-button:focus {
4006
4006
  background-color: #fafafa;
4007
- color: #444444;
4007
+ color: #444;
4008
4008
  /* 2 */
4009
4009
  outline: none;
4010
4010
  border-color: #d3d3d3;
4011
4011
  }
4012
4012
  /* Active */
4013
4013
  .uk-icon-button:active {
4014
- background-color: #eeeeee;
4015
- color: #444444;
4014
+ background-color: #eee;
4015
+ color: #444;
4016
4016
  }
4017
4017
  /* Icon mapping
4018
4018
  ========================================================================== */
@@ -5934,15 +5934,20 @@ select.uk-form-width-mini {
5934
5934
  .uk-icon-braille:before {
5935
5935
  content: "\f2a1";
5936
5936
  }
5937
- .uk-icon-deaf:before {
5938
- content: "\f2a4";
5939
- }
5937
+ .uk-icon-deaf:before,
5940
5938
  .uk-icon-deafness:before {
5941
5939
  content: "\f2a4";
5942
5940
  }
5943
5941
  .uk-icon-envira:before {
5944
5942
  content: "\f299";
5945
5943
  }
5944
+ .uk-icon-font-awesome:before,
5945
+ .uk-icon-fa:before {
5946
+ content: "\f2b4";
5947
+ }
5948
+ .uk-icon-first-order:before {
5949
+ content: "\f2b0";
5950
+ }
5946
5951
  .uk-icon-gitlab:before {
5947
5952
  content: "\f296";
5948
5953
  }
@@ -5974,6 +5979,9 @@ select.uk-form-width-mini {
5974
5979
  .uk-icon-snapchat-square:before {
5975
5980
  content: "\f2ad";
5976
5981
  }
5982
+ .uk-icon-themeisle:before {
5983
+ content: "\f2b2";
5984
+ }
5977
5985
  .uk-icon-universal-access:before {
5978
5986
  content: "\f29a";
5979
5987
  }
@@ -5995,6 +6003,9 @@ select.uk-form-width-mini {
5995
6003
  .uk-icon-wpforms:before {
5996
6004
  content: "\f298";
5997
6005
  }
6006
+ .uk-icon-yoast:before {
6007
+ content: "\f2b1";
6008
+ }
5998
6009
  /* ========================================================================
5999
6010
  Component: Close
6000
6011
  ========================================================================== */
@@ -6068,7 +6079,7 @@ select.uk-form-width-mini {
6068
6079
  .uk-close-alt {
6069
6080
  padding: 2px;
6070
6081
  border-radius: 50%;
6071
- background: #ffffff;
6082
+ background: #fff;
6072
6083
  opacity: 1;
6073
6084
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3);
6074
6085
  }
@@ -6095,7 +6106,7 @@ select.uk-form-width-mini {
6095
6106
  font-size: 10px;
6096
6107
  font-weight: bold;
6097
6108
  line-height: 14px;
6098
- color: #ffffff;
6109
+ color: #fff;
6099
6110
  text-align: center;
6100
6111
  vertical-align: middle;
6101
6112
  text-transform: none;
@@ -6107,7 +6118,7 @@ select.uk-form-width-mini {
6107
6118
  * Keep color when badge is a link
6108
6119
  */
6109
6120
  a.uk-badge:hover {
6110
- color: #ffffff;
6121
+ color: #fff;
6111
6122
  }
6112
6123
  /* Modifier: `uk-badge-notification`;
6113
6124
  ========================================================================== */
@@ -6148,7 +6159,7 @@ a.uk-badge:hover {
6148
6159
  color: #2d7091;
6149
6160
  border: 1px solid rgba(45, 112, 145, 0.3);
6150
6161
  border-radius: 4px;
6151
- text-shadow: 0 1px 0 #ffffff;
6162
+ text-shadow: 0 1px 0 #fff;
6152
6163
  }
6153
6164
  /*
6154
6165
  * Add margin if adjacent element
@@ -6234,8 +6245,8 @@ a.uk-badge:hover {
6234
6245
  margin: 0;
6235
6246
  /* 4 */
6236
6247
  padding: 4px;
6237
- border: 1px solid #dddddd;
6238
- background: #ffffff;
6248
+ border: 1px solid #ddd;
6249
+ background: #fff;
6239
6250
  border-radius: 4px;
6240
6251
  }
6241
6252
  /*
@@ -6247,7 +6258,7 @@ a.uk-badge:hover {
6247
6258
  a.uk-thumbnail:hover,
6248
6259
  a.uk-thumbnail:focus {
6249
6260
  border-color: #aaaaaa;
6250
- background-color: #ffffff;
6261
+ background-color: #fff;
6251
6262
  /* 2 */
6252
6263
  text-decoration: none;
6253
6264
  /* 3 */
@@ -6258,7 +6269,7 @@ a.uk-thumbnail:focus {
6258
6269
  .uk-thumbnail-caption {
6259
6270
  padding-top: 4px;
6260
6271
  text-align: center;
6261
- color: #444444;
6272
+ color: #444;
6262
6273
  }
6263
6274
  /* Sizes
6264
6275
  ========================================================================== */
@@ -6331,7 +6342,7 @@ a.uk-thumbnail:focus {
6331
6342
  right: 0;
6332
6343
  /* 2 */
6333
6344
  padding: 20px;
6334
- color: #ffffff;
6345
+ color: #fff;
6335
6346
  }
6336
6347
  /*
6337
6348
  * Remove margin from the last-child
@@ -6408,7 +6419,7 @@ a.uk-thumbnail:focus {
6408
6419
  line-height: 1;
6409
6420
  font-family: FontAwesome;
6410
6421
  text-align: center;
6411
- color: #ffffff;
6422
+ color: #fff;
6412
6423
  }
6413
6424
  /* Transitions
6414
6425
  ========================================================================== */
@@ -6562,7 +6573,7 @@ a.uk-thumbnail:focus {
6562
6573
  line-height: 1;
6563
6574
  font-family: FontAwesome;
6564
6575
  text-align: center;
6565
- color: #ffffff;
6576
+ color: #fff;
6566
6577
  }
6567
6578
  /* DEPRECATED
6568
6579
  * Sub-object `uk-overlay-area-content`
@@ -6601,7 +6612,7 @@ a.uk-thumbnail:focus {
6601
6612
  text-align: center;
6602
6613
  /* 4 */
6603
6614
  padding: 0 15px;
6604
- color: #ffffff;
6615
+ color: #fff;
6605
6616
  }
6606
6617
  /*
6607
6618
  * Remove margin from the last-child
@@ -6633,7 +6644,7 @@ a.uk-thumbnail:focus {
6633
6644
  /* 2 */
6634
6645
  padding: 15px;
6635
6646
  background: rgba(0, 0, 0, 0.5);
6636
- color: #ffffff;
6647
+ color: #fff;
6637
6648
  /* 3 */
6638
6649
  opacity: 0;
6639
6650
  -webkit-transition: opacity 0.15s linear;
@@ -7377,14 +7388,18 @@ a.uk-thumbnail:focus {
7377
7388
  */
7378
7389
  .uk-dropdown {
7379
7390
  padding: 15px;
7380
- background: #ffffff;
7381
- color: #444444;
7391
+ background: #fff;
7392
+ color: #444;
7382
7393
  /* 1 */
7383
7394
  font-size: 1rem;
7384
7395
  vertical-align: top;
7385
- border: 1px solid #dddddd;
7396
+ border: 1px solid #ddd;
7386
7397
  border-radius: 4px;
7387
7398
  }
7399
+ /* Focus */
7400
+ .uk-dropdown:focus {
7401
+ outline: none;
7402
+ }
7388
7403
  /*
7389
7404
  * 1. Show dropdown
7390
7405
  * 2. Set animation
@@ -7456,7 +7471,7 @@ a.uk-thumbnail:focus {
7456
7471
  * Column divider
7457
7472
  */
7458
7473
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
7459
- border-left: 1px solid #dddddd;
7474
+ border-left: 1px solid #ddd;
7460
7475
  }
7461
7476
  /*
7462
7477
  * Width multiplier for dropdown columns
@@ -7519,8 +7534,8 @@ a.uk-thumbnail:focus {
7519
7534
  ========================================================================== */
7520
7535
  .uk-dropdown-navbar {
7521
7536
  margin-top: 6px;
7522
- background: #ffffff;
7523
- color: #444444;
7537
+ background: #fff;
7538
+ color: #444;
7524
7539
  left: -1px;
7525
7540
  }
7526
7541
  .uk-open > .uk-dropdown-navbar {
@@ -7611,7 +7626,7 @@ a.uk-thumbnail:focus {
7611
7626
  max-width: 100%;
7612
7627
  max-width: calc(100% - 20px);
7613
7628
  /* 3 */
7614
- background: #ffffff;
7629
+ background: #fff;
7615
7630
  /* 4 */
7616
7631
  opacity: 0;
7617
7632
  -webkit-transform: translateY(-100px);
@@ -7726,7 +7741,7 @@ a.uk-thumbnail:focus {
7726
7741
  margin-bottom: 15px;
7727
7742
  margin: -20px -20px 15px -20px;
7728
7743
  padding: 20px;
7729
- border-bottom: 1px solid #dddddd;
7744
+ border-bottom: 1px solid #ddd;
7730
7745
  border-radius: 4px 4px 0 0;
7731
7746
  background: #fafafa;
7732
7747
  }
@@ -7734,7 +7749,7 @@ a.uk-thumbnail:focus {
7734
7749
  margin-top: 15px;
7735
7750
  margin: 15px -20px -20px -20px;
7736
7751
  padding: 20px;
7737
- border-top: 1px solid #dddddd;
7752
+ border-top: 1px solid #ddd;
7738
7753
  border-radius: 0 0 4px 4px;
7739
7754
  background: #fafafa;
7740
7755
  }
@@ -7753,7 +7768,7 @@ a.uk-thumbnail:focus {
7753
7768
  right: 0;
7754
7769
  bottom: -20px;
7755
7770
  margin-bottom: -10px;
7756
- color: #ffffff;
7771
+ color: #fff;
7757
7772
  text-align: center;
7758
7773
  overflow: hidden;
7759
7774
  text-overflow: ellipsis;
@@ -7811,6 +7826,7 @@ a.uk-thumbnail:focus {
7811
7826
  * Prepares the whole HTML page to slide-out
7812
7827
  * 1. Fix the main page and disallow scrolling
7813
7828
  * 2. Side-out transition
7829
+ * 3. Needed for the transition to work instead of just letting it pop to the side
7814
7830
  */
7815
7831
  .uk-offcanvas-page {
7816
7832
  /* 1 */
@@ -7818,6 +7834,8 @@ a.uk-thumbnail:focus {
7818
7834
  /* 2 */
7819
7835
  -webkit-transition: margin-left 0.3s ease-in-out;
7820
7836
  transition: margin-left 0.3s ease-in-out;
7837
+ /* 3 */
7838
+ margin-left: 0;
7821
7839
  }
7822
7840
  /* Sub-object `uk-offcanvas-bar`
7823
7841
  ========================================================================== */
@@ -7841,7 +7859,7 @@ a.uk-thumbnail:focus {
7841
7859
  /* 2 */
7842
7860
  width: 270px;
7843
7861
  max-width: 100%;
7844
- background: #333333;
7862
+ background: #333;
7845
7863
  /* 3 */
7846
7864
  overflow-y: auto;
7847
7865
  -webkit-overflow-scrolling: touch;
@@ -7863,21 +7881,49 @@ a.uk-thumbnail:focus {
7863
7881
  -webkit-transform: translateX(100%);
7864
7882
  transform: translateX(100%);
7865
7883
  }
7884
+ /* Offcanvase modes
7885
+ ========================================================================== */
7886
+ .uk-offcanvas-bar[mode='none'] {
7887
+ -webkit-transition: none;
7888
+ transition: none;
7889
+ }
7890
+ .uk-offcanvas-bar[mode='reveal'] {
7891
+ -webkit-transform: translateX(0%);
7892
+ transform: translateX(0%);
7893
+ clip: rect(0, 0, 100vh, 0);
7894
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
7895
+ transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
7896
+ }
7897
+ .uk-offcanvas-bar-flip[mode='reveal'] {
7898
+ clip: none;
7899
+ -webkit-transform: translateX(100%);
7900
+ transform: translateX(100%);
7901
+ }
7902
+ .uk-offcanvas-bar-flip[mode='reveal'] > * {
7903
+ -webkit-transform: translateX(-100%);
7904
+ transform: translateX(-100%);
7905
+ -webkit-transition: -webkit-transform 0.3s ease-in-out;
7906
+ transition: transform 0.3s ease-in-out;
7907
+ }
7908
+ .uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
7909
+ -webkit-transform: translateX(0%);
7910
+ transform: translateX(0%);
7911
+ }
7866
7912
  /* Panel in offcanvas
7867
7913
  ========================================================================== */
7868
7914
  .uk-offcanvas .uk-panel {
7869
7915
  margin: 20px 15px;
7870
- color: #777777;
7916
+ color: #777;
7871
7917
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
7872
7918
  }
7873
7919
  .uk-offcanvas .uk-panel-title {
7874
- color: #cccccc;
7920
+ color: #ccc;
7875
7921
  }
7876
7922
  .uk-offcanvas .uk-panel a:not([class]) {
7877
- color: #cccccc;
7923
+ color: #ccc;
7878
7924
  }
7879
7925
  .uk-offcanvas .uk-panel a:not([class]):hover {
7880
- color: #ffffff;
7926
+ color: #fff;
7881
7927
  }
7882
7928
  .uk-offcanvas-bar:after {
7883
7929
  content: "";
@@ -7938,7 +7984,7 @@ a.uk-thumbnail:focus {
7938
7984
  /* Color modifiers
7939
7985
  ========================================================================== */
7940
7986
  .uk-text-muted {
7941
- color: #999999 !important;
7987
+ color: #999 !important;
7942
7988
  }
7943
7989
  .uk-text-primary {
7944
7990
  color: #2d7091 !important;
@@ -7953,7 +7999,7 @@ a.uk-thumbnail:focus {
7953
7999
  color: #d85030 !important;
7954
8000
  }
7955
8001
  .uk-text-contrast {
7956
- color: #ffffff !important;
8002
+ color: #fff !important;
7957
8003
  }
7958
8004
  /* Alignment modifiers
7959
8005
  ========================================================================== */
@@ -8022,6 +8068,17 @@ a.uk-thumbnail:focus {
8022
8068
  -moz-hyphens: auto;
8023
8069
  hyphens: auto;
8024
8070
  }
8071
+ /* Transform modifiers
8072
+ ========================================================================== */
8073
+ .uk-text-capitalize {
8074
+ text-transform: capitalize !important;
8075
+ }
8076
+ .uk-text-lowercase {
8077
+ text-transform: lowercase !important;
8078
+ }
8079
+ .uk-text-uppercase {
8080
+ text-transform: uppercase !important;
8081
+ }
8025
8082
  /* ========================================================================
8026
8083
  Component: Utility
8027
8084
  ========================================================================== */
@@ -8334,11 +8391,11 @@ a.uk-thumbnail:focus {
8334
8391
  */
8335
8392
  .uk-link-muted,
8336
8393
  .uk-link-muted a {
8337
- color: #444444;
8394
+ color: #444;
8338
8395
  }
8339
8396
  .uk-link-muted:hover,
8340
8397
  .uk-link-muted a:hover {
8341
- color: #444444;
8398
+ color: #444;
8342
8399
  }
8343
8400
  /*
8344
8401
  * Reset link style
@@ -8370,7 +8427,7 @@ a.uk-thumbnail:focus {
8370
8427
  box-sizing: border-box;
8371
8428
  height: 170px;
8372
8429
  padding: 10px;
8373
- border: 1px solid #dddddd;
8430
+ border: 1px solid #ddd;
8374
8431
  overflow: auto;
8375
8432
  -webkit-overflow-scrolling: touch;
8376
8433
  resize: both;
@@ -8767,7 +8824,7 @@ a.uk-thumbnail:focus {
8767
8824
  Component: Contrast
8768
8825
  ========================================================================== */
8769
8826
  .uk-contrast {
8770
- color: #ffffff;
8827
+ color: #fff;
8771
8828
  /* Active */
8772
8829
  }
8773
8830
  .uk-contrast a:not([class]),
@@ -8777,18 +8834,18 @@ a.uk-thumbnail:focus {
8777
8834
  }
8778
8835
  .uk-contrast a:not([class]):hover,
8779
8836
  .uk-contrast .uk-link:hover {
8780
- color: #ffffff;
8837
+ color: #fff;
8781
8838
  text-decoration: underline;
8782
8839
  }
8783
8840
  .uk-contrast :not(pre) > code,
8784
8841
  .uk-contrast :not(pre) > kbd,
8785
8842
  .uk-contrast :not(pre) > samp {
8786
- color: #ffffff;
8843
+ color: #fff;
8787
8844
  border-color: rgba(255, 255, 255, 0.2);
8788
8845
  background: rgba(255, 255, 255, 0.1);
8789
8846
  }
8790
8847
  .uk-contrast em {
8791
- color: #ffffff;
8848
+ color: #fff;
8792
8849
  }
8793
8850
  .uk-contrast h1,
8794
8851
  .uk-contrast h2,
@@ -8796,7 +8853,7 @@ a.uk-thumbnail:focus {
8796
8853
  .uk-contrast h4,
8797
8854
  .uk-contrast h5,
8798
8855
  .uk-contrast h6 {
8799
- color: #ffffff;
8856
+ color: #fff;
8800
8857
  }
8801
8858
  .uk-contrast hr {
8802
8859
  border-top-color: rgba(255, 255, 255, 0.2);
@@ -8806,21 +8863,21 @@ a.uk-thumbnail:focus {
8806
8863
  text-decoration: none;
8807
8864
  }
8808
8865
  .uk-contrast .uk-nav-side > li > a {
8809
- color: #ffffff;
8866
+ color: #fff;
8810
8867
  }
8811
8868
  .uk-contrast .uk-nav-side > li > a:hover,
8812
8869
  .uk-contrast .uk-nav-side > li > a:focus {
8813
8870
  background: rgba(255, 255, 255, 0.1);
8814
- color: #ffffff;
8871
+ color: #fff;
8815
8872
  text-shadow: none;
8816
8873
  }
8817
8874
  .uk-contrast .uk-nav-side > li.uk-active > a {
8818
- background: #ffffff;
8819
- color: #444444;
8875
+ background: #fff;
8876
+ color: #444;
8820
8877
  text-shadow: none;
8821
8878
  }
8822
8879
  .uk-contrast .uk-nav-side .uk-nav-header {
8823
- color: #ffffff;
8880
+ color: #fff;
8824
8881
  }
8825
8882
  .uk-contrast .uk-nav-side .uk-nav-divider {
8826
8883
  border-top-color: rgba(255, 255, 255, 0.2);
@@ -8829,7 +8886,7 @@ a.uk-thumbnail:focus {
8829
8886
  color: rgba(255, 255, 255, 0.7);
8830
8887
  }
8831
8888
  .uk-contrast .uk-nav-side ul a:hover {
8832
- color: #ffffff;
8889
+ color: #fff;
8833
8890
  }
8834
8891
  .uk-contrast .uk-subnav > * > a {
8835
8892
  color: rgba(255, 255, 255, 0.7);
@@ -8837,11 +8894,11 @@ a.uk-thumbnail:focus {
8837
8894
  }
8838
8895
  .uk-contrast .uk-subnav > * > a:hover,
8839
8896
  .uk-contrast .uk-subnav > * > a:focus {
8840
- color: #ffffff;
8897
+ color: #fff;
8841
8898
  text-decoration: none;
8842
8899
  }
8843
8900
  .uk-contrast .uk-subnav > .uk-active > a {
8844
- color: #ffffff;
8901
+ color: #fff;
8845
8902
  }
8846
8903
  .uk-contrast .uk-subnav-line > :nth-child(n+2):before {
8847
8904
  border-left-color: rgba(255, 255, 255, 0.2);
@@ -8849,12 +8906,12 @@ a.uk-thumbnail:focus {
8849
8906
  .uk-contrast .uk-subnav-pill > * > a:hover,
8850
8907
  .uk-contrast .uk-subnav-pill > * > a:focus {
8851
8908
  background: rgba(255, 255, 255, 0.7);
8852
- color: #444444;
8909
+ color: #444;
8853
8910
  text-decoration: none;
8854
8911
  }
8855
8912
  .uk-contrast .uk-subnav-pill > .uk-active > a {
8856
- background: #ffffff;
8857
- color: #444444;
8913
+ background: #fff;
8914
+ color: #444;
8858
8915
  }
8859
8916
  .uk-contrast .uk-tab {
8860
8917
  border-bottom-color: rgba(255, 255, 255, 0.2);
@@ -8869,14 +8926,14 @@ a.uk-thumbnail:focus {
8869
8926
  .uk-contrast .uk-tab > li.uk-open > a {
8870
8927
  border-color: rgba(255, 255, 255, 0.7);
8871
8928
  background: rgba(255, 255, 255, 0.7);
8872
- color: #444444;
8929
+ color: #444;
8873
8930
  text-decoration: none;
8874
8931
  }
8875
8932
  .uk-contrast .uk-tab > li.uk-active > a {
8876
8933
  border-color: rgba(255, 255, 255, 0.2);
8877
8934
  border-bottom-color: transparent;
8878
- background: #ffffff;
8879
- color: #444444;
8935
+ background: #fff;
8936
+ color: #444;
8880
8937
  }
8881
8938
  .uk-contrast .uk-tab-center {
8882
8939
  border-bottom-color: rgba(255, 255, 255, 0.2);
@@ -8906,7 +8963,7 @@ a.uk-thumbnail:focus {
8906
8963
  .uk-contrast .uk-form input[type="color"] {
8907
8964
  border-color: rgba(255, 255, 255, 0.8);
8908
8965
  background: rgba(255, 255, 255, 0.8);
8909
- color: #444444;
8966
+ color: #444;
8910
8967
  background-clip: padding-box;
8911
8968
  }
8912
8969
  .uk-contrast .uk-form select:focus,
@@ -8926,9 +8983,9 @@ a.uk-thumbnail:focus {
8926
8983
  .uk-contrast .uk-form input[type="search"]:focus,
8927
8984
  .uk-contrast .uk-form input[type="tel"]:focus,
8928
8985
  .uk-contrast .uk-form input[type="color"]:focus {
8929
- border-color: #ffffff;
8930
- background: #ffffff;
8931
- color: #444444;
8986
+ border-color: #fff;
8987
+ background: #fff;
8988
+ color: #444;
8932
8989
  }
8933
8990
  .uk-contrast .uk-form :-ms-input-placeholder {
8934
8991
  color: rgba(68, 68, 68, 0.7) !important;
@@ -8940,55 +8997,55 @@ a.uk-thumbnail:focus {
8940
8997
  color: rgba(68, 68, 68, 0.7);
8941
8998
  }
8942
8999
  .uk-contrast .uk-button {
8943
- color: #444444;
8944
- background: #ffffff;
9000
+ color: #444;
9001
+ background: #fff;
8945
9002
  border-color: transparent;
8946
9003
  }
8947
9004
  .uk-contrast .uk-button:hover,
8948
9005
  .uk-contrast .uk-button:focus {
8949
9006
  background-color: rgba(255, 255, 255, 0.8);
8950
- color: #444444;
9007
+ color: #444;
8951
9008
  border-color: transparent;
8952
9009
  }
8953
9010
  .uk-contrast .uk-button:active,
8954
9011
  .uk-contrast .uk-button.uk-active {
8955
9012
  background-color: rgba(255, 255, 255, 0.7);
8956
- color: #444444;
9013
+ color: #444;
8957
9014
  }
8958
9015
  .uk-contrast .uk-button-primary {
8959
9016
  background-color: #00a8e6;
8960
- color: #ffffff;
9017
+ color: #fff;
8961
9018
  }
8962
9019
  .uk-contrast .uk-button-primary:hover,
8963
9020
  .uk-contrast .uk-button-primary:focus {
8964
9021
  background-color: #35b3ee;
8965
- color: #ffffff;
9022
+ color: #fff;
8966
9023
  }
8967
9024
  .uk-contrast .uk-button-primary:active,
8968
9025
  .uk-contrast .uk-button-primary.uk-active {
8969
9026
  background-color: #0091ca;
8970
- color: #ffffff;
9027
+ color: #fff;
8971
9028
  }
8972
9029
  .uk-contrast .uk-icon-hover {
8973
9030
  color: rgba(255, 255, 255, 0.7);
8974
9031
  }
8975
9032
  .uk-contrast .uk-icon-hover:hover {
8976
- color: #ffffff;
9033
+ color: #fff;
8977
9034
  }
8978
9035
  .uk-contrast .uk-icon-button {
8979
- background: #ffffff;
8980
- color: #444444;
9036
+ background: #fff;
9037
+ color: #444;
8981
9038
  border-color: transparent;
8982
9039
  }
8983
9040
  .uk-contrast .uk-icon-button:hover,
8984
9041
  .uk-contrast .uk-icon-button:focus {
8985
9042
  background-color: rgba(255, 255, 255, 0.8);
8986
- color: #444444;
9043
+ color: #444;
8987
9044
  border-color: transparent;
8988
9045
  }
8989
9046
  .uk-contrast .uk-icon-button:active {
8990
9047
  background-color: rgba(255, 255, 255, 0.7);
8991
- color: #444444;
9048
+ color: #444;
8992
9049
  }
8993
9050
  .uk-contrast .uk-text-muted {
8994
9051
  color: rgba(255, 255, 255, 0.6) !important;