uikit 3.7.6 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -6
- package/build/prefix.js +2 -2
- package/build/release.js +12 -16
- package/build/scope.js +14 -19
- package/build/util.js +1 -1
- package/dist/css/uikit-core-rtl.css +327 -835
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +327 -835
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +359 -843
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +359 -843
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +2 -18
- package/dist/js/components/lightbox-panel.min.js +2 -2
- package/dist/js/components/lightbox.js +2 -18
- package/dist/js/components/lightbox.min.js +2 -2
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +8 -21
- package/dist/js/uikit-core.min.js +2 -2
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +8 -21
- package/dist/js/uikit.min.js +2 -2
- package/package.json +6 -6
- package/src/js/core/sticky.js +5 -2
- package/src/js/mixin/modal.js +1 -17
- package/src/less/components/accordion.less +3 -6
- package/src/less/components/alert.less +2 -3
- package/src/less/components/animation.less +69 -216
- package/src/less/components/badge.less +2 -5
- package/src/less/components/base.less +39 -11
- package/src/less/components/breadcrumb.less +3 -5
- package/src/less/components/button.less +17 -36
- package/src/less/components/close.less +3 -6
- package/src/less/components/cover.less +11 -6
- package/src/less/components/dotnav.less +3 -6
- package/src/less/components/dropdown.less +1 -3
- package/src/less/components/icon.less +5 -11
- package/src/less/components/iconnav.less +3 -6
- package/src/less/components/lightbox.less +11 -7
- package/src/less/components/link.less +6 -14
- package/src/less/components/marker.less +3 -6
- package/src/less/components/nav.less +10 -24
- package/src/less/components/navbar.less +6 -15
- package/src/less/components/pagination.less +3 -5
- package/src/less/components/position.less +45 -82
- package/src/less/components/search.less +3 -11
- package/src/less/components/slidenav.less +3 -6
- package/src/less/components/slider.less +0 -4
- package/src/less/components/slideshow.less +0 -4
- package/src/less/components/subnav.less +6 -11
- package/src/less/components/tab.less +3 -5
- package/src/less/components/thumbnav.less +3 -6
- package/src/less/components/totop.less +3 -6
- package/src/less/components/transition.less +48 -40
- package/src/less/components/utility.less +3 -6
- package/src/less/components/visibility.less +16 -45
- package/src/less/theme/button.less +0 -3
- package/src/less/theme/form.less +1 -1
- package/src/less/theme/table.less +9 -1
- package/src/scss/components/accordion.scss +2 -4
- package/src/scss/components/alert.scss +2 -3
- package/src/scss/components/animation.scss +69 -216
- package/src/scss/components/badge.scss +1 -3
- package/src/scss/components/base.scss +31 -9
- package/src/scss/components/breadcrumb.scss +2 -3
- package/src/scss/components/button.scss +12 -25
- package/src/scss/components/close.scss +2 -4
- package/src/scss/components/cover.scss +11 -6
- package/src/scss/components/dotnav.scss +2 -4
- package/src/scss/components/dropdown.scss +1 -3
- package/src/scss/components/icon.scss +3 -7
- package/src/scss/components/iconnav.scss +2 -4
- package/src/scss/components/lightbox.scss +11 -7
- package/src/scss/components/link.scss +3 -8
- package/src/scss/components/marker.scss +2 -4
- package/src/scss/components/nav.scss +6 -16
- package/src/scss/components/navbar.scss +6 -13
- package/src/scss/components/pagination.scss +2 -3
- package/src/scss/components/position.scss +45 -82
- package/src/scss/components/search.scss +2 -9
- package/src/scss/components/slidenav.scss +2 -4
- package/src/scss/components/slider.scss +0 -4
- package/src/scss/components/slideshow.scss +0 -4
- package/src/scss/components/subnav.scss +4 -7
- package/src/scss/components/tab.scss +2 -3
- package/src/scss/components/thumbnav.scss +2 -4
- package/src/scss/components/totop.scss +2 -4
- package/src/scss/components/transition.scss +48 -40
- package/src/scss/components/utility.scss +2 -4
- package/src/scss/components/visibility.scss +16 -45
- package/src/scss/mixins-theme.scss +42 -101
- package/src/scss/mixins.scss +38 -66
- package/src/scss/theme/button.scss +0 -2
- package/src/scss/theme/form.scss +1 -1
- package/src/scss/theme/table.scss +2 -1
- package/src/scss/variables-theme.scss +4 -1
- package/src/scss/variables.scss +3 -0
- package/tests/transition.html +4 -10
package/dist/css/uikit.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! UIkit 3.
|
|
1
|
+
/*! UIkit 3.8.0 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
|
|
2
2
|
/* ========================================================================
|
|
3
3
|
Component: Base
|
|
4
4
|
========================================================================== */
|
|
@@ -28,13 +28,6 @@ body {
|
|
|
28
28
|
}
|
|
29
29
|
/* Links
|
|
30
30
|
========================================================================== */
|
|
31
|
-
/*
|
|
32
|
-
* Remove the outline on focused links when they are also active or hovered
|
|
33
|
-
*/
|
|
34
|
-
a:active,
|
|
35
|
-
a:hover {
|
|
36
|
-
outline: none;
|
|
37
|
-
}
|
|
38
31
|
/*
|
|
39
32
|
* Style
|
|
40
33
|
*/
|
|
@@ -46,8 +39,7 @@ a,
|
|
|
46
39
|
}
|
|
47
40
|
a:hover,
|
|
48
41
|
.uk-link:hover,
|
|
49
|
-
.uk-link-toggle:hover .uk-link
|
|
50
|
-
.uk-link-toggle:focus .uk-link {
|
|
42
|
+
.uk-link-toggle:hover .uk-link {
|
|
51
43
|
color: #0f6ecd;
|
|
52
44
|
text-decoration: underline;
|
|
53
45
|
}
|
|
@@ -412,6 +404,32 @@ pre {
|
|
|
412
404
|
pre code {
|
|
413
405
|
font-family: Consolas, monaco, monospace;
|
|
414
406
|
}
|
|
407
|
+
/* Focus
|
|
408
|
+
========================================================================== */
|
|
409
|
+
/*
|
|
410
|
+
* Safari doesn't support `:focus-visible` yet. It also doesn't set focus if clicking a button or anchor.
|
|
411
|
+
* 1. Fallback: Remove `:focus` for a negative tabindexes.
|
|
412
|
+
* 2. Fallback: Set `:focus` style but not for negative tabindexes.
|
|
413
|
+
* 3. Fallback: Remove `:focus` style for browsers which support `:focus-visible`.
|
|
414
|
+
* 4. Set `:focus-visible` style for browsers which support it.
|
|
415
|
+
*/
|
|
416
|
+
/* 1 */
|
|
417
|
+
:focus {
|
|
418
|
+
outline: none;
|
|
419
|
+
}
|
|
420
|
+
/* 2 */
|
|
421
|
+
:focus:not([tabindex^='-']) {
|
|
422
|
+
outline: 2px dotted #333;
|
|
423
|
+
outline-offset: 1px;
|
|
424
|
+
}
|
|
425
|
+
/* 3 */
|
|
426
|
+
:focus:not(:focus-visible) {
|
|
427
|
+
outline: none;
|
|
428
|
+
}
|
|
429
|
+
/* 4 */
|
|
430
|
+
:focus-visible {
|
|
431
|
+
outline: 2px dotted #333;
|
|
432
|
+
}
|
|
415
433
|
/* Selection pseudo-element
|
|
416
434
|
========================================================================== */
|
|
417
435
|
::selection {
|
|
@@ -476,8 +494,7 @@ a.uk-link-muted,
|
|
|
476
494
|
}
|
|
477
495
|
a.uk-link-muted:hover,
|
|
478
496
|
.uk-link-muted a:hover,
|
|
479
|
-
.uk-link-toggle:hover .uk-link-muted
|
|
480
|
-
.uk-link-toggle:focus .uk-link-muted {
|
|
497
|
+
.uk-link-toggle:hover .uk-link-muted {
|
|
481
498
|
color: #666;
|
|
482
499
|
}
|
|
483
500
|
/* Text
|
|
@@ -488,8 +505,7 @@ a.uk-link-text,
|
|
|
488
505
|
}
|
|
489
506
|
a.uk-link-text:hover,
|
|
490
507
|
.uk-link-text a:hover,
|
|
491
|
-
.uk-link-toggle:hover .uk-link-text
|
|
492
|
-
.uk-link-toggle:focus .uk-link-text {
|
|
508
|
+
.uk-link-toggle:hover .uk-link-text {
|
|
493
509
|
color: #999;
|
|
494
510
|
}
|
|
495
511
|
/* Heading
|
|
@@ -500,8 +516,7 @@ a.uk-link-heading,
|
|
|
500
516
|
}
|
|
501
517
|
a.uk-link-heading:hover,
|
|
502
518
|
.uk-link-heading a:hover,
|
|
503
|
-
.uk-link-toggle:hover .uk-link-heading
|
|
504
|
-
.uk-link-toggle:focus .uk-link-heading {
|
|
519
|
+
.uk-link-toggle:hover .uk-link-heading {
|
|
505
520
|
color: #1e87f0;
|
|
506
521
|
text-decoration: none;
|
|
507
522
|
}
|
|
@@ -521,9 +536,6 @@ a.uk-link-reset,
|
|
|
521
536
|
color: inherit !important;
|
|
522
537
|
text-decoration: none !important;
|
|
523
538
|
}
|
|
524
|
-
.uk-link-toggle:focus {
|
|
525
|
-
outline: none;
|
|
526
|
-
}
|
|
527
539
|
/* ========================================================================
|
|
528
540
|
Component: Heading
|
|
529
541
|
========================================================================== */
|
|
@@ -1096,6 +1108,10 @@ a.uk-link-reset,
|
|
|
1096
1108
|
.uk-table tbody tr {
|
|
1097
1109
|
transition: background-color 0.1s linear;
|
|
1098
1110
|
}
|
|
1111
|
+
.uk-table-striped > tr:nth-of-type(even):last-child,
|
|
1112
|
+
.uk-table-striped tbody tr:nth-of-type(even):last-child {
|
|
1113
|
+
border-bottom: 1px solid #e5e5e5;
|
|
1114
|
+
}
|
|
1099
1115
|
/* ========================================================================
|
|
1100
1116
|
Component: Icon
|
|
1101
1117
|
========================================================================== */
|
|
@@ -1183,10 +1199,8 @@ button.uk-icon:not(:disabled) {
|
|
|
1183
1199
|
.uk-icon-link {
|
|
1184
1200
|
color: #999;
|
|
1185
1201
|
}
|
|
1186
|
-
.uk-icon-link:hover
|
|
1187
|
-
.uk-icon-link:focus {
|
|
1202
|
+
.uk-icon-link:hover {
|
|
1188
1203
|
color: #666;
|
|
1189
|
-
outline: none;
|
|
1190
1204
|
}
|
|
1191
1205
|
/* OnClick + Active */
|
|
1192
1206
|
.uk-icon-link:active,
|
|
@@ -1212,12 +1226,10 @@ button.uk-icon:not(:disabled) {
|
|
|
1212
1226
|
transition: 0.1s ease-in-out;
|
|
1213
1227
|
transition-property: color, background-color;
|
|
1214
1228
|
}
|
|
1215
|
-
/* Hover
|
|
1216
|
-
.uk-icon-button:hover
|
|
1217
|
-
.uk-icon-button:focus {
|
|
1229
|
+
/* Hover */
|
|
1230
|
+
.uk-icon-button:hover {
|
|
1218
1231
|
background-color: #ebebeb;
|
|
1219
1232
|
color: #666;
|
|
1220
|
-
outline: none;
|
|
1221
1233
|
}
|
|
1222
1234
|
/* OnClick + Active */
|
|
1223
1235
|
.uk-icon-button:active,
|
|
@@ -1624,7 +1636,7 @@ textarea.uk-form-large,
|
|
|
1624
1636
|
}
|
|
1625
1637
|
.uk-form-blank:focus {
|
|
1626
1638
|
border-color: #e5e5e5;
|
|
1627
|
-
border-style:
|
|
1639
|
+
border-style: solid;
|
|
1628
1640
|
}
|
|
1629
1641
|
/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
|
|
1630
1642
|
========================================================================== */
|
|
@@ -2007,10 +2019,6 @@ select.uk-form-width-xsmall {
|
|
|
2007
2019
|
/* 9 */
|
|
2008
2020
|
text-decoration: none;
|
|
2009
2021
|
}
|
|
2010
|
-
/* Focus */
|
|
2011
|
-
.uk-button:focus {
|
|
2012
|
-
outline: none;
|
|
2013
|
-
}
|
|
2014
2022
|
/* OnClick + Active */
|
|
2015
2023
|
/* Style modifiers
|
|
2016
2024
|
========================================================================== */
|
|
@@ -2022,9 +2030,8 @@ select.uk-form-width-xsmall {
|
|
|
2022
2030
|
color: #333;
|
|
2023
2031
|
border: 1px solid #e5e5e5;
|
|
2024
2032
|
}
|
|
2025
|
-
/* Hover
|
|
2026
|
-
.uk-button-default:hover
|
|
2027
|
-
.uk-button-default:focus {
|
|
2033
|
+
/* Hover */
|
|
2034
|
+
.uk-button-default:hover {
|
|
2028
2035
|
background-color: transparent;
|
|
2029
2036
|
color: #333;
|
|
2030
2037
|
border-color: #b2b2b2;
|
|
@@ -2044,9 +2051,8 @@ select.uk-form-width-xsmall {
|
|
|
2044
2051
|
color: #fff;
|
|
2045
2052
|
border: 1px solid transparent;
|
|
2046
2053
|
}
|
|
2047
|
-
/* Hover
|
|
2048
|
-
.uk-button-primary:hover
|
|
2049
|
-
.uk-button-primary:focus {
|
|
2054
|
+
/* Hover */
|
|
2055
|
+
.uk-button-primary:hover {
|
|
2050
2056
|
background-color: #0f7ae5;
|
|
2051
2057
|
color: #fff;
|
|
2052
2058
|
}
|
|
@@ -2064,9 +2070,8 @@ select.uk-form-width-xsmall {
|
|
|
2064
2070
|
color: #fff;
|
|
2065
2071
|
border: 1px solid transparent;
|
|
2066
2072
|
}
|
|
2067
|
-
/* Hover
|
|
2068
|
-
.uk-button-secondary:hover
|
|
2069
|
-
.uk-button-secondary:focus {
|
|
2073
|
+
/* Hover */
|
|
2074
|
+
.uk-button-secondary:hover {
|
|
2070
2075
|
background-color: #151515;
|
|
2071
2076
|
color: #fff;
|
|
2072
2077
|
}
|
|
@@ -2084,9 +2089,8 @@ select.uk-form-width-xsmall {
|
|
|
2084
2089
|
color: #fff;
|
|
2085
2090
|
border: 1px solid transparent;
|
|
2086
2091
|
}
|
|
2087
|
-
/* Hover
|
|
2088
|
-
.uk-button-danger:hover
|
|
2089
|
-
.uk-button-danger:focus {
|
|
2092
|
+
/* Hover */
|
|
2093
|
+
.uk-button-danger:hover {
|
|
2090
2094
|
background-color: #ee395b;
|
|
2091
2095
|
color: #fff;
|
|
2092
2096
|
}
|
|
@@ -2145,13 +2149,11 @@ select.uk-form-width-xsmall {
|
|
|
2145
2149
|
border-bottom: 1px solid #333;
|
|
2146
2150
|
transition: right 0.3s ease-out;
|
|
2147
2151
|
}
|
|
2148
|
-
/* Hover
|
|
2149
|
-
.uk-button-text:hover
|
|
2150
|
-
.uk-button-text:focus {
|
|
2152
|
+
/* Hover */
|
|
2153
|
+
.uk-button-text:hover {
|
|
2151
2154
|
color: #333;
|
|
2152
2155
|
}
|
|
2153
|
-
.uk-button-text:hover::before
|
|
2154
|
-
.uk-button-text:focus::before {
|
|
2156
|
+
.uk-button-text:hover::before {
|
|
2155
2157
|
right: 0;
|
|
2156
2158
|
}
|
|
2157
2159
|
/* Disabled */
|
|
@@ -2174,9 +2176,8 @@ select.uk-form-width-xsmall {
|
|
|
2174
2176
|
/* 2 */
|
|
2175
2177
|
color: #333;
|
|
2176
2178
|
}
|
|
2177
|
-
/* Hover
|
|
2178
|
-
.uk-button-link:hover
|
|
2179
|
-
.uk-button-link:focus {
|
|
2179
|
+
/* Hover */
|
|
2180
|
+
.uk-button-link:hover {
|
|
2180
2181
|
color: #999;
|
|
2181
2182
|
text-decoration: none;
|
|
2182
2183
|
}
|
|
@@ -2216,7 +2217,6 @@ select.uk-form-width-xsmall {
|
|
|
2216
2217
|
* Workaround: Just use a `button` or `input` element as button
|
|
2217
2218
|
*/
|
|
2218
2219
|
.uk-button-group .uk-button:hover,
|
|
2219
|
-
.uk-button-group .uk-button:focus,
|
|
2220
2220
|
.uk-button-group .uk-button:active,
|
|
2221
2221
|
.uk-button-group .uk-button.uk-active {
|
|
2222
2222
|
position: relative;
|
|
@@ -2918,11 +2918,9 @@ select.uk-form-width-xsmall {
|
|
|
2918
2918
|
transition: 0.1s ease-in-out;
|
|
2919
2919
|
transition-property: color, opacity;
|
|
2920
2920
|
}
|
|
2921
|
-
/* Hover
|
|
2922
|
-
.uk-close:hover
|
|
2923
|
-
.uk-close:focus {
|
|
2921
|
+
/* Hover */
|
|
2922
|
+
.uk-close:hover {
|
|
2924
2923
|
color: #666;
|
|
2925
|
-
outline: none;
|
|
2926
2924
|
}
|
|
2927
2925
|
/* ========================================================================
|
|
2928
2926
|
Component: Spinner
|
|
@@ -2978,11 +2976,9 @@ select.uk-form-width-xsmall {
|
|
|
2978
2976
|
color: #999;
|
|
2979
2977
|
transition: color 0.1s ease-in-out;
|
|
2980
2978
|
}
|
|
2981
|
-
/* Hover
|
|
2982
|
-
.uk-totop:hover
|
|
2983
|
-
.uk-totop:focus {
|
|
2979
|
+
/* Hover */
|
|
2980
|
+
.uk-totop:hover {
|
|
2984
2981
|
color: #666;
|
|
2985
|
-
outline: none;
|
|
2986
2982
|
}
|
|
2987
2983
|
/* OnClick */
|
|
2988
2984
|
.uk-totop:active {
|
|
@@ -3000,11 +2996,9 @@ select.uk-form-width-xsmall {
|
|
|
3000
2996
|
color: #fff;
|
|
3001
2997
|
border-radius: 500px;
|
|
3002
2998
|
}
|
|
3003
|
-
/* Hover
|
|
3004
|
-
.uk-marker:hover
|
|
3005
|
-
.uk-marker:focus {
|
|
2999
|
+
/* Hover */
|
|
3000
|
+
.uk-marker:hover {
|
|
3006
3001
|
color: #fff;
|
|
3007
|
-
outline: none;
|
|
3008
3002
|
}
|
|
3009
3003
|
/* ========================================================================
|
|
3010
3004
|
Component: Alert
|
|
@@ -3043,10 +3037,9 @@ select.uk-form-width-xsmall {
|
|
|
3043
3037
|
margin-top: 0;
|
|
3044
3038
|
}
|
|
3045
3039
|
/*
|
|
3046
|
-
* Hover
|
|
3040
|
+
* Hover
|
|
3047
3041
|
*/
|
|
3048
|
-
.uk-alert-close:hover
|
|
3049
|
-
.uk-alert-close:focus {
|
|
3042
|
+
.uk-alert-close:hover {
|
|
3050
3043
|
color: inherit;
|
|
3051
3044
|
opacity: 0.8;
|
|
3052
3045
|
}
|
|
@@ -3145,10 +3138,8 @@ select.uk-form-width-xsmall {
|
|
|
3145
3138
|
/*
|
|
3146
3139
|
* Required for `a`
|
|
3147
3140
|
*/
|
|
3148
|
-
.uk-badge:hover
|
|
3149
|
-
.uk-badge:focus {
|
|
3141
|
+
.uk-badge:hover {
|
|
3150
3142
|
text-decoration: none;
|
|
3151
|
-
outline: none;
|
|
3152
3143
|
}
|
|
3153
3144
|
/* ========================================================================
|
|
3154
3145
|
Component: Label
|
|
@@ -3408,12 +3399,6 @@ select.uk-form-width-xsmall {
|
|
|
3408
3399
|
}
|
|
3409
3400
|
/* Icon (Adopts `uk-icon`)
|
|
3410
3401
|
========================================================================== */
|
|
3411
|
-
/*
|
|
3412
|
-
* Remove default focus style
|
|
3413
|
-
*/
|
|
3414
|
-
.uk-search-icon:focus {
|
|
3415
|
-
outline: none;
|
|
3416
|
-
}
|
|
3417
3402
|
/*
|
|
3418
3403
|
* Position above input
|
|
3419
3404
|
* 1. Set position
|
|
@@ -3539,9 +3524,8 @@ select.uk-form-width-xsmall {
|
|
|
3539
3524
|
.uk-search-toggle {
|
|
3540
3525
|
color: #999;
|
|
3541
3526
|
}
|
|
3542
|
-
/* Hover
|
|
3543
|
-
.uk-search-toggle:hover
|
|
3544
|
-
.uk-search-toggle:focus {
|
|
3527
|
+
/* Hover */
|
|
3528
|
+
.uk-search-toggle:hover {
|
|
3545
3529
|
color: #666;
|
|
3546
3530
|
}
|
|
3547
3531
|
/* ========================================================================
|
|
@@ -3578,12 +3562,10 @@ select.uk-form-width-xsmall {
|
|
|
3578
3562
|
.uk-open > .uk-accordion-title::before {
|
|
3579
3563
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
|
|
3580
3564
|
}
|
|
3581
|
-
/* Hover
|
|
3582
|
-
.uk-accordion-title:hover
|
|
3583
|
-
.uk-accordion-title:focus {
|
|
3565
|
+
/* Hover */
|
|
3566
|
+
.uk-accordion-title:hover {
|
|
3584
3567
|
color: #666;
|
|
3585
3568
|
text-decoration: none;
|
|
3586
|
-
outline: none;
|
|
3587
3569
|
}
|
|
3588
3570
|
/* Content
|
|
3589
3571
|
========================================================================== */
|
|
@@ -3680,9 +3662,8 @@ select.uk-form-width-xsmall {
|
|
|
3680
3662
|
.uk-dropdown-nav > li > a {
|
|
3681
3663
|
color: #999;
|
|
3682
3664
|
}
|
|
3683
|
-
/* Hover +
|
|
3665
|
+
/* Hover + Active */
|
|
3684
3666
|
.uk-dropdown-nav > li > a:hover,
|
|
3685
|
-
.uk-dropdown-nav > li > a:focus,
|
|
3686
3667
|
.uk-dropdown-nav > li.uk-active > a {
|
|
3687
3668
|
color: #666;
|
|
3688
3669
|
}
|
|
@@ -3705,7 +3686,6 @@ select.uk-form-width-xsmall {
|
|
|
3705
3686
|
color: #999;
|
|
3706
3687
|
}
|
|
3707
3688
|
.uk-dropdown-nav .uk-nav-sub a:hover,
|
|
3708
|
-
.uk-dropdown-nav .uk-nav-sub a:focus,
|
|
3709
3689
|
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
|
|
3710
3690
|
color: #666;
|
|
3711
3691
|
}
|
|
@@ -3972,7 +3952,6 @@ select.uk-form-width-xsmall {
|
|
|
3972
3952
|
* 3. Clip child elements, e.g. for `uk-cover`
|
|
3973
3953
|
* 4. Optimize animation
|
|
3974
3954
|
* 5. Disable horizontal panning gestures in IE11 and Edge
|
|
3975
|
-
* 6. Suppress outline on focus
|
|
3976
3955
|
*/
|
|
3977
3956
|
.uk-slideshow-items > * {
|
|
3978
3957
|
/* 1 */
|
|
@@ -3989,10 +3968,6 @@ select.uk-form-width-xsmall {
|
|
|
3989
3968
|
/* 5 */
|
|
3990
3969
|
touch-action: pan-y;
|
|
3991
3970
|
}
|
|
3992
|
-
/* 6 */
|
|
3993
|
-
.uk-slideshow-items > :focus {
|
|
3994
|
-
outline: none;
|
|
3995
|
-
}
|
|
3996
3971
|
/*
|
|
3997
3972
|
* Hide not active items
|
|
3998
3973
|
*/
|
|
@@ -4059,7 +4034,6 @@ select.uk-form-width-xsmall {
|
|
|
4059
4034
|
* `max-width` needed to keep image responsiveness and prevent content overflow
|
|
4060
4035
|
* 3. Create position context
|
|
4061
4036
|
* 4. Disable horizontal panning gestures in IE11 and Edge
|
|
4062
|
-
* 5. Suppress outline on focus
|
|
4063
4037
|
*/
|
|
4064
4038
|
.uk-slider-items > * {
|
|
4065
4039
|
/* 1 */
|
|
@@ -4070,10 +4044,6 @@ select.uk-form-width-xsmall {
|
|
|
4070
4044
|
/* 4 */
|
|
4071
4045
|
touch-action: pan-y;
|
|
4072
4046
|
}
|
|
4073
|
-
/* 5 */
|
|
4074
|
-
.uk-slider-items > :focus {
|
|
4075
|
-
outline: none;
|
|
4076
|
-
}
|
|
4077
4047
|
/* ========================================================================
|
|
4078
4048
|
Component: Sticky
|
|
4079
4049
|
========================================================================== */
|
|
@@ -5008,12 +4978,6 @@ select.uk-form-width-xsmall {
|
|
|
5008
4978
|
.uk-nav li > a > * {
|
|
5009
4979
|
flex: none;
|
|
5010
4980
|
}
|
|
5011
|
-
/*
|
|
5012
|
-
* Remove default focus style
|
|
5013
|
-
*/
|
|
5014
|
-
.uk-nav li > a:focus {
|
|
5015
|
-
outline: none;
|
|
5016
|
-
}
|
|
5017
4981
|
/*
|
|
5018
4982
|
* Items
|
|
5019
4983
|
* Must target `a` elements to exclude other elements (e.g. lists)
|
|
@@ -5082,9 +5046,8 @@ ul.uk-nav-sub {
|
|
|
5082
5046
|
.uk-nav-default > li > a {
|
|
5083
5047
|
color: #999;
|
|
5084
5048
|
}
|
|
5085
|
-
/* Hover
|
|
5086
|
-
.uk-nav-default > li > a:hover
|
|
5087
|
-
.uk-nav-default > li > a:focus {
|
|
5049
|
+
/* Hover */
|
|
5050
|
+
.uk-nav-default > li > a:hover {
|
|
5088
5051
|
color: #666;
|
|
5089
5052
|
}
|
|
5090
5053
|
/* Active */
|
|
@@ -5109,8 +5072,7 @@ ul.uk-nav-sub {
|
|
|
5109
5072
|
.uk-nav-default .uk-nav-sub a {
|
|
5110
5073
|
color: #999;
|
|
5111
5074
|
}
|
|
5112
|
-
.uk-nav-default .uk-nav-sub a:hover
|
|
5113
|
-
.uk-nav-default .uk-nav-sub a:focus {
|
|
5075
|
+
.uk-nav-default .uk-nav-sub a:hover {
|
|
5114
5076
|
color: #666;
|
|
5115
5077
|
}
|
|
5116
5078
|
.uk-nav-default .uk-nav-sub li.uk-active > a {
|
|
@@ -5126,9 +5088,8 @@ ul.uk-nav-sub {
|
|
|
5126
5088
|
line-height: 1.5;
|
|
5127
5089
|
color: #999;
|
|
5128
5090
|
}
|
|
5129
|
-
/* Hover
|
|
5130
|
-
.uk-nav-primary > li > a:hover
|
|
5131
|
-
.uk-nav-primary > li > a:focus {
|
|
5091
|
+
/* Hover */
|
|
5092
|
+
.uk-nav-primary > li > a:hover {
|
|
5132
5093
|
color: #666;
|
|
5133
5094
|
}
|
|
5134
5095
|
/* Active */
|
|
@@ -5153,8 +5114,7 @@ ul.uk-nav-sub {
|
|
|
5153
5114
|
.uk-nav-primary .uk-nav-sub a {
|
|
5154
5115
|
color: #999;
|
|
5155
5116
|
}
|
|
5156
|
-
.uk-nav-primary .uk-nav-sub a:hover
|
|
5157
|
-
.uk-nav-primary .uk-nav-sub a:focus {
|
|
5117
|
+
.uk-nav-primary .uk-nav-sub a:hover {
|
|
5158
5118
|
color: #666;
|
|
5159
5119
|
}
|
|
5160
5120
|
.uk-nav-primary .uk-nav-sub li.uk-active > a {
|
|
@@ -5331,13 +5291,11 @@ ul.uk-nav-sub {
|
|
|
5331
5291
|
}
|
|
5332
5292
|
/*
|
|
5333
5293
|
* Hover
|
|
5334
|
-
* Apply hover style also
|
|
5294
|
+
* Apply hover style also if dropdown is opened
|
|
5335
5295
|
*/
|
|
5336
5296
|
.uk-navbar-nav > li:hover > a,
|
|
5337
|
-
.uk-navbar-nav > li > a:focus,
|
|
5338
5297
|
.uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
5339
5298
|
color: #666;
|
|
5340
|
-
outline: none;
|
|
5341
5299
|
}
|
|
5342
5300
|
/* OnClick */
|
|
5343
5301
|
.uk-navbar-nav > li > a:active {
|
|
@@ -5364,17 +5322,15 @@ ul.uk-nav-sub {
|
|
|
5364
5322
|
color: #999;
|
|
5365
5323
|
}
|
|
5366
5324
|
.uk-navbar-toggle:hover,
|
|
5367
|
-
.uk-navbar-toggle:focus,
|
|
5368
5325
|
.uk-navbar-toggle[aria-expanded="true"] {
|
|
5369
5326
|
color: #666;
|
|
5370
|
-
outline: none;
|
|
5371
5327
|
text-decoration: none;
|
|
5372
5328
|
}
|
|
5373
5329
|
/*
|
|
5374
5330
|
* Icon
|
|
5375
5331
|
* Adopts `uk-icon`
|
|
5376
5332
|
*/
|
|
5377
|
-
/* Hover
|
|
5333
|
+
/* Hover */
|
|
5378
5334
|
/* Subtitle
|
|
5379
5335
|
========================================================================== */
|
|
5380
5336
|
.uk-navbar-subtitle {
|
|
@@ -5480,9 +5436,8 @@ ul.uk-nav-sub {
|
|
|
5480
5436
|
.uk-navbar-dropdown-nav > li > a {
|
|
5481
5437
|
color: #999;
|
|
5482
5438
|
}
|
|
5483
|
-
/* Hover
|
|
5484
|
-
.uk-navbar-dropdown-nav > li > a:hover
|
|
5485
|
-
.uk-navbar-dropdown-nav > li > a:focus {
|
|
5439
|
+
/* Hover */
|
|
5440
|
+
.uk-navbar-dropdown-nav > li > a:hover {
|
|
5486
5441
|
color: #666;
|
|
5487
5442
|
}
|
|
5488
5443
|
/* Active */
|
|
@@ -5507,8 +5462,7 @@ ul.uk-nav-sub {
|
|
|
5507
5462
|
.uk-navbar-dropdown-nav .uk-nav-sub a {
|
|
5508
5463
|
color: #999;
|
|
5509
5464
|
}
|
|
5510
|
-
.uk-navbar-dropdown-nav .uk-nav-sub a:hover
|
|
5511
|
-
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
|
|
5465
|
+
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
|
|
5512
5466
|
color: #666;
|
|
5513
5467
|
}
|
|
5514
5468
|
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
|
|
@@ -5618,12 +5572,10 @@ ul.uk-nav-sub {
|
|
|
5618
5572
|
transition: 0.1s ease-in-out;
|
|
5619
5573
|
transition-property: color, background-color;
|
|
5620
5574
|
}
|
|
5621
|
-
/* Hover
|
|
5622
|
-
.uk-subnav > * > a:hover
|
|
5623
|
-
.uk-subnav > * > a:focus {
|
|
5575
|
+
/* Hover */
|
|
5576
|
+
.uk-subnav > * > a:hover {
|
|
5624
5577
|
color: #666;
|
|
5625
5578
|
text-decoration: none;
|
|
5626
|
-
outline: none;
|
|
5627
5579
|
}
|
|
5628
5580
|
/* Active */
|
|
5629
5581
|
.uk-subnav > .uk-active > a {
|
|
@@ -5666,9 +5618,8 @@ ul.uk-nav-sub {
|
|
|
5666
5618
|
background: transparent;
|
|
5667
5619
|
color: #999;
|
|
5668
5620
|
}
|
|
5669
|
-
/* Hover
|
|
5670
|
-
.uk-subnav-pill > * > a:hover
|
|
5671
|
-
.uk-subnav-pill > * > a:focus {
|
|
5621
|
+
/* Hover */
|
|
5622
|
+
.uk-subnav-pill > * > a:hover {
|
|
5672
5623
|
background-color: #f8f8f8;
|
|
5673
5624
|
color: #666;
|
|
5674
5625
|
}
|
|
@@ -5710,9 +5661,8 @@ ul.uk-nav-sub {
|
|
|
5710
5661
|
font-size: 0.875rem;
|
|
5711
5662
|
color: #999;
|
|
5712
5663
|
}
|
|
5713
|
-
/* Hover
|
|
5714
|
-
.uk-breadcrumb > * > :hover
|
|
5715
|
-
.uk-breadcrumb > * > :focus {
|
|
5664
|
+
/* Hover */
|
|
5665
|
+
.uk-breadcrumb > * > :hover {
|
|
5716
5666
|
color: #666;
|
|
5717
5667
|
text-decoration: none;
|
|
5718
5668
|
}
|
|
@@ -5782,9 +5732,8 @@ ul.uk-nav-sub {
|
|
|
5782
5732
|
color: #999;
|
|
5783
5733
|
transition: color 0.1s ease-in-out;
|
|
5784
5734
|
}
|
|
5785
|
-
/* Hover
|
|
5786
|
-
.uk-pagination > * > :hover
|
|
5787
|
-
.uk-pagination > * > :focus {
|
|
5735
|
+
/* Hover */
|
|
5736
|
+
.uk-pagination > * > :hover {
|
|
5788
5737
|
color: #666;
|
|
5789
5738
|
text-decoration: none;
|
|
5790
5739
|
}
|
|
@@ -5861,9 +5810,8 @@ ul.uk-nav-sub {
|
|
|
5861
5810
|
text-transform: uppercase;
|
|
5862
5811
|
transition: color 0.1s ease-in-out;
|
|
5863
5812
|
}
|
|
5864
|
-
/* Hover
|
|
5865
|
-
.uk-tab > * > a:hover
|
|
5866
|
-
.uk-tab > * > a:focus {
|
|
5813
|
+
/* Hover */
|
|
5814
|
+
.uk-tab > * > a:hover {
|
|
5867
5815
|
color: #666;
|
|
5868
5816
|
text-decoration: none;
|
|
5869
5817
|
}
|
|
@@ -5944,11 +5892,9 @@ ul.uk-nav-sub {
|
|
|
5944
5892
|
color: rgba(102, 102, 102, 0.5);
|
|
5945
5893
|
transition: color 0.1s ease-in-out;
|
|
5946
5894
|
}
|
|
5947
|
-
/* Hover
|
|
5948
|
-
.uk-slidenav:hover
|
|
5949
|
-
.uk-slidenav:focus {
|
|
5895
|
+
/* Hover */
|
|
5896
|
+
.uk-slidenav:hover {
|
|
5950
5897
|
color: rgba(102, 102, 102, 0.9);
|
|
5951
|
-
outline: none;
|
|
5952
5898
|
}
|
|
5953
5899
|
/* OnClick */
|
|
5954
5900
|
.uk-slidenav:active {
|
|
@@ -6022,11 +5968,9 @@ ul.uk-nav-sub {
|
|
|
6022
5968
|
transition: 0.2s ease-in-out;
|
|
6023
5969
|
transition-property: background-color, border-color;
|
|
6024
5970
|
}
|
|
6025
|
-
/* Hover
|
|
6026
|
-
.uk-dotnav > * > :hover
|
|
6027
|
-
.uk-dotnav > * > :focus {
|
|
5971
|
+
/* Hover */
|
|
5972
|
+
.uk-dotnav > * > :hover {
|
|
6028
5973
|
background-color: rgba(102, 102, 102, 0.6);
|
|
6029
|
-
outline: none;
|
|
6030
5974
|
border-color: transparent;
|
|
6031
5975
|
}
|
|
6032
5976
|
/* OnClick */
|
|
@@ -6103,13 +6047,8 @@ ul.uk-nav-sub {
|
|
|
6103
6047
|
background: rgba(255, 255, 255, 0.4);
|
|
6104
6048
|
transition: background-color 0.1s ease-in-out;
|
|
6105
6049
|
}
|
|
6106
|
-
/* Hover
|
|
6107
|
-
.uk-thumbnav > * > :hover
|
|
6108
|
-
.uk-thumbnav > * > :focus {
|
|
6109
|
-
outline: none;
|
|
6110
|
-
}
|
|
6111
|
-
.uk-thumbnav > * > :hover::after,
|
|
6112
|
-
.uk-thumbnav > * > :focus::after {
|
|
6050
|
+
/* Hover */
|
|
6051
|
+
.uk-thumbnav > * > :hover::after {
|
|
6113
6052
|
background-color: transparent;
|
|
6114
6053
|
}
|
|
6115
6054
|
/* Active */
|
|
@@ -6187,11 +6126,9 @@ ul.uk-nav-sub {
|
|
|
6187
6126
|
transition: 0.1s ease-in-out;
|
|
6188
6127
|
transition-property: color, background-color;
|
|
6189
6128
|
}
|
|
6190
|
-
/* Hover
|
|
6191
|
-
.uk-iconnav > * > a:hover
|
|
6192
|
-
.uk-iconnav > * > a:focus {
|
|
6129
|
+
/* Hover */
|
|
6130
|
+
.uk-iconnav > * > a:hover {
|
|
6193
6131
|
color: #666;
|
|
6194
|
-
outline: none;
|
|
6195
6132
|
}
|
|
6196
6133
|
/* Active */
|
|
6197
6134
|
.uk-iconnav > .uk-active > a {
|
|
@@ -6255,6 +6192,15 @@ ul.uk-nav-sub {
|
|
|
6255
6192
|
/* 2 */
|
|
6256
6193
|
opacity: 1;
|
|
6257
6194
|
}
|
|
6195
|
+
/*
|
|
6196
|
+
* Focus
|
|
6197
|
+
*/
|
|
6198
|
+
.uk-lightbox :focus {
|
|
6199
|
+
outline-color: rgba(255, 255, 255, 0.7);
|
|
6200
|
+
}
|
|
6201
|
+
.uk-lightbox :focus-visible {
|
|
6202
|
+
outline-color: rgba(255, 255, 255, 0.7);
|
|
6203
|
+
}
|
|
6258
6204
|
/* Page
|
|
6259
6205
|
========================================================================== */
|
|
6260
6206
|
/*
|
|
@@ -6273,7 +6219,6 @@ ul.uk-nav-sub {
|
|
|
6273
6219
|
* 5. Responsiveness
|
|
6274
6220
|
* Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
|
|
6275
6221
|
* Using `vh` and `vw` to make responsive image work in IE11
|
|
6276
|
-
* 6. Suppress outline on focus
|
|
6277
6222
|
*/
|
|
6278
6223
|
.uk-lightbox-items > * {
|
|
6279
6224
|
/* 1 */
|
|
@@ -6296,10 +6241,6 @@ ul.uk-nav-sub {
|
|
|
6296
6241
|
max-width: 100vw;
|
|
6297
6242
|
max-height: 100vh;
|
|
6298
6243
|
}
|
|
6299
|
-
/* 6 */
|
|
6300
|
-
.uk-lightbox-items > :focus {
|
|
6301
|
-
outline: none;
|
|
6302
|
-
}
|
|
6303
6244
|
.uk-lightbox-items > * > :not(iframe) {
|
|
6304
6245
|
width: auto;
|
|
6305
6246
|
height: auto;
|
|
@@ -6345,9 +6286,8 @@ ul.uk-nav-sub {
|
|
|
6345
6286
|
justify-content: center;
|
|
6346
6287
|
align-items: center;
|
|
6347
6288
|
}
|
|
6348
|
-
/* Hover
|
|
6349
|
-
.uk-lightbox-button:hover
|
|
6350
|
-
.uk-lightbox-button:focus {
|
|
6289
|
+
/* Hover */
|
|
6290
|
+
.uk-lightbox-button:hover {
|
|
6351
6291
|
color: #fff;
|
|
6352
6292
|
}
|
|
6353
6293
|
/* OnClick */
|
|
@@ -6366,9 +6306,7 @@ ul.uk-nav-sub {
|
|
|
6366
6306
|
Component: Animation
|
|
6367
6307
|
========================================================================== */
|
|
6368
6308
|
[class*='uk-animation-'] {
|
|
6369
|
-
animation
|
|
6370
|
-
animation-timing-function: ease-out;
|
|
6371
|
-
animation-fill-mode: both;
|
|
6309
|
+
animation: 0.5s ease-out both;
|
|
6372
6310
|
}
|
|
6373
6311
|
/* Animations
|
|
6374
6312
|
========================================================================== */
|
|
@@ -6384,61 +6322,61 @@ ul.uk-nav-sub {
|
|
|
6384
6322
|
* Scale
|
|
6385
6323
|
*/
|
|
6386
6324
|
.uk-animation-scale-up {
|
|
6387
|
-
animation-name: uk-fade-scale-
|
|
6325
|
+
animation-name: uk-fade, uk-scale-up;
|
|
6388
6326
|
}
|
|
6389
6327
|
.uk-animation-scale-down {
|
|
6390
|
-
animation-name: uk-fade-scale-
|
|
6328
|
+
animation-name: uk-fade, uk-scale-down;
|
|
6391
6329
|
}
|
|
6392
6330
|
/*
|
|
6393
6331
|
* Slide
|
|
6394
6332
|
*/
|
|
6395
6333
|
.uk-animation-slide-top {
|
|
6396
|
-
animation-name: uk-fade-top;
|
|
6334
|
+
animation-name: uk-fade, uk-slide-top;
|
|
6397
6335
|
}
|
|
6398
6336
|
.uk-animation-slide-bottom {
|
|
6399
|
-
animation-name: uk-fade-bottom;
|
|
6337
|
+
animation-name: uk-fade, uk-slide-bottom;
|
|
6400
6338
|
}
|
|
6401
6339
|
.uk-animation-slide-left {
|
|
6402
|
-
animation-name: uk-fade-left;
|
|
6340
|
+
animation-name: uk-fade, uk-slide-left;
|
|
6403
6341
|
}
|
|
6404
6342
|
.uk-animation-slide-right {
|
|
6405
|
-
animation-name: uk-fade-right;
|
|
6343
|
+
animation-name: uk-fade, uk-slide-right;
|
|
6406
6344
|
}
|
|
6407
6345
|
/*
|
|
6408
6346
|
* Slide Small
|
|
6409
6347
|
*/
|
|
6410
6348
|
.uk-animation-slide-top-small {
|
|
6411
|
-
animation-name: uk-fade-top-small;
|
|
6349
|
+
animation-name: uk-fade, uk-slide-top-small;
|
|
6412
6350
|
}
|
|
6413
6351
|
.uk-animation-slide-bottom-small {
|
|
6414
|
-
animation-name: uk-fade-bottom-small;
|
|
6352
|
+
animation-name: uk-fade, uk-slide-bottom-small;
|
|
6415
6353
|
}
|
|
6416
6354
|
.uk-animation-slide-left-small {
|
|
6417
|
-
animation-name: uk-fade-left-small;
|
|
6355
|
+
animation-name: uk-fade, uk-slide-left-small;
|
|
6418
6356
|
}
|
|
6419
6357
|
.uk-animation-slide-right-small {
|
|
6420
|
-
animation-name: uk-fade-right-small;
|
|
6358
|
+
animation-name: uk-fade, uk-slide-right-small;
|
|
6421
6359
|
}
|
|
6422
6360
|
/*
|
|
6423
6361
|
* Slide Medium
|
|
6424
6362
|
*/
|
|
6425
6363
|
.uk-animation-slide-top-medium {
|
|
6426
|
-
animation-name: uk-fade-top-medium;
|
|
6364
|
+
animation-name: uk-fade, uk-slide-top-medium;
|
|
6427
6365
|
}
|
|
6428
6366
|
.uk-animation-slide-bottom-medium {
|
|
6429
|
-
animation-name: uk-fade-bottom-medium;
|
|
6367
|
+
animation-name: uk-fade, uk-slide-bottom-medium;
|
|
6430
6368
|
}
|
|
6431
6369
|
.uk-animation-slide-left-medium {
|
|
6432
|
-
animation-name: uk-fade-left-medium;
|
|
6370
|
+
animation-name: uk-fade, uk-slide-left-medium;
|
|
6433
6371
|
}
|
|
6434
6372
|
.uk-animation-slide-right-medium {
|
|
6435
|
-
animation-name: uk-fade-right-medium;
|
|
6373
|
+
animation-name: uk-fade, uk-slide-right-medium;
|
|
6436
6374
|
}
|
|
6437
6375
|
/*
|
|
6438
6376
|
* Kenburns
|
|
6439
6377
|
*/
|
|
6440
6378
|
.uk-animation-kenburns {
|
|
6441
|
-
animation-name: uk-
|
|
6379
|
+
animation-name: uk-kenburns;
|
|
6442
6380
|
animation-duration: 15s;
|
|
6443
6381
|
}
|
|
6444
6382
|
/*
|
|
@@ -6456,8 +6394,8 @@ ul.uk-nav-sub {
|
|
|
6456
6394
|
*/
|
|
6457
6395
|
.uk-animation-stroke {
|
|
6458
6396
|
animation-name: uk-stroke;
|
|
6459
|
-
stroke-dasharray: var(--uk-animation-stroke);
|
|
6460
6397
|
animation-duration: 2s;
|
|
6398
|
+
stroke-dasharray: var(--uk-animation-stroke);
|
|
6461
6399
|
}
|
|
6462
6400
|
/* Direction modifier
|
|
6463
6401
|
========================================================================== */
|
|
@@ -6470,27 +6408,11 @@ ul.uk-nav-sub {
|
|
|
6470
6408
|
.uk-animation-fast {
|
|
6471
6409
|
animation-duration: 0.1s;
|
|
6472
6410
|
}
|
|
6473
|
-
/* Toggle
|
|
6474
|
-
========================================================================== */
|
|
6475
|
-
/*
|
|
6476
|
-
* The toggle is triggered on touch devices using `:focus` and tabindex
|
|
6477
|
-
*/
|
|
6411
|
+
/* Toggle animation based on the State of the Parent Element
|
|
6412
|
+
========================================================================== */
|
|
6478
6413
|
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
|
|
6479
6414
|
animation-name: none;
|
|
6480
6415
|
}
|
|
6481
|
-
/*
|
|
6482
|
-
* 1. Prevent tab highlighting on iOS.
|
|
6483
|
-
*/
|
|
6484
|
-
.uk-animation-toggle {
|
|
6485
|
-
/* 1 */
|
|
6486
|
-
-webkit-tap-highlight-color: transparent;
|
|
6487
|
-
}
|
|
6488
|
-
/*
|
|
6489
|
-
* Remove outline for `tabindex`
|
|
6490
|
-
*/
|
|
6491
|
-
.uk-animation-toggle:focus {
|
|
6492
|
-
outline: none;
|
|
6493
|
-
}
|
|
6494
6416
|
/* Keyframes used by animation classes
|
|
6495
6417
|
========================================================================== */
|
|
6496
6418
|
/*
|
|
@@ -6505,191 +6427,133 @@ ul.uk-nav-sub {
|
|
|
6505
6427
|
}
|
|
6506
6428
|
}
|
|
6507
6429
|
/*
|
|
6508
|
-
*
|
|
6430
|
+
* Scale
|
|
6509
6431
|
*/
|
|
6510
|
-
@keyframes uk-
|
|
6432
|
+
@keyframes uk-scale-up {
|
|
6511
6433
|
0% {
|
|
6512
|
-
|
|
6513
|
-
transform: translateY(-100%);
|
|
6434
|
+
transform: scale(0.9);
|
|
6514
6435
|
}
|
|
6515
6436
|
100% {
|
|
6516
|
-
|
|
6517
|
-
|
|
6437
|
+
transform: scale(1);
|
|
6438
|
+
}
|
|
6439
|
+
}
|
|
6440
|
+
@keyframes uk-scale-down {
|
|
6441
|
+
0% {
|
|
6442
|
+
transform: scale(1.1);
|
|
6443
|
+
}
|
|
6444
|
+
100% {
|
|
6445
|
+
transform: scale(1);
|
|
6518
6446
|
}
|
|
6519
6447
|
}
|
|
6520
6448
|
/*
|
|
6521
|
-
* Slide
|
|
6449
|
+
* Slide
|
|
6522
6450
|
*/
|
|
6523
|
-
@keyframes uk-
|
|
6451
|
+
@keyframes uk-slide-top {
|
|
6452
|
+
0% {
|
|
6453
|
+
transform: translateY(-100%);
|
|
6454
|
+
}
|
|
6455
|
+
100% {
|
|
6456
|
+
transform: translateY(0);
|
|
6457
|
+
}
|
|
6458
|
+
}
|
|
6459
|
+
@keyframes uk-slide-bottom {
|
|
6524
6460
|
0% {
|
|
6525
|
-
opacity: 0;
|
|
6526
6461
|
transform: translateY(100%);
|
|
6527
6462
|
}
|
|
6528
6463
|
100% {
|
|
6529
|
-
opacity: 1;
|
|
6530
6464
|
transform: translateY(0);
|
|
6531
6465
|
}
|
|
6532
6466
|
}
|
|
6533
|
-
|
|
6534
|
-
* Slide Left
|
|
6535
|
-
*/
|
|
6536
|
-
@keyframes uk-fade-left {
|
|
6467
|
+
@keyframes uk-slide-left {
|
|
6537
6468
|
0% {
|
|
6538
|
-
opacity: 0;
|
|
6539
6469
|
transform: translateX(-100%);
|
|
6540
6470
|
}
|
|
6541
6471
|
100% {
|
|
6542
|
-
opacity: 1;
|
|
6543
6472
|
transform: translateX(0);
|
|
6544
6473
|
}
|
|
6545
6474
|
}
|
|
6546
|
-
|
|
6547
|
-
* Slide Right
|
|
6548
|
-
*/
|
|
6549
|
-
@keyframes uk-fade-right {
|
|
6475
|
+
@keyframes uk-slide-right {
|
|
6550
6476
|
0% {
|
|
6551
|
-
opacity: 0;
|
|
6552
6477
|
transform: translateX(100%);
|
|
6553
6478
|
}
|
|
6554
6479
|
100% {
|
|
6555
|
-
opacity: 1;
|
|
6556
6480
|
transform: translateX(0);
|
|
6557
6481
|
}
|
|
6558
6482
|
}
|
|
6559
6483
|
/*
|
|
6560
|
-
* Slide
|
|
6484
|
+
* Slide Small
|
|
6561
6485
|
*/
|
|
6562
|
-
@keyframes uk-
|
|
6486
|
+
@keyframes uk-slide-top-small {
|
|
6563
6487
|
0% {
|
|
6564
|
-
opacity: 0;
|
|
6565
6488
|
transform: translateY(-10px);
|
|
6566
6489
|
}
|
|
6567
6490
|
100% {
|
|
6568
|
-
opacity: 1;
|
|
6569
6491
|
transform: translateY(0);
|
|
6570
6492
|
}
|
|
6571
6493
|
}
|
|
6572
|
-
|
|
6573
|
-
* Slide Bottom Small
|
|
6574
|
-
*/
|
|
6575
|
-
@keyframes uk-fade-bottom-small {
|
|
6494
|
+
@keyframes uk-slide-bottom-small {
|
|
6576
6495
|
0% {
|
|
6577
|
-
opacity: 0;
|
|
6578
6496
|
transform: translateY(10px);
|
|
6579
6497
|
}
|
|
6580
6498
|
100% {
|
|
6581
|
-
opacity: 1;
|
|
6582
6499
|
transform: translateY(0);
|
|
6583
6500
|
}
|
|
6584
6501
|
}
|
|
6585
|
-
|
|
6586
|
-
* Slide Left Small
|
|
6587
|
-
*/
|
|
6588
|
-
@keyframes uk-fade-left-small {
|
|
6502
|
+
@keyframes uk-slide-left-small {
|
|
6589
6503
|
0% {
|
|
6590
|
-
opacity: 0;
|
|
6591
6504
|
transform: translateX(-10px);
|
|
6592
6505
|
}
|
|
6593
6506
|
100% {
|
|
6594
|
-
opacity: 1;
|
|
6595
6507
|
transform: translateX(0);
|
|
6596
6508
|
}
|
|
6597
6509
|
}
|
|
6598
|
-
|
|
6599
|
-
* Slide Right Small
|
|
6600
|
-
*/
|
|
6601
|
-
@keyframes uk-fade-right-small {
|
|
6510
|
+
@keyframes uk-slide-right-small {
|
|
6602
6511
|
0% {
|
|
6603
|
-
opacity: 0;
|
|
6604
6512
|
transform: translateX(10px);
|
|
6605
6513
|
}
|
|
6606
6514
|
100% {
|
|
6607
|
-
opacity: 1;
|
|
6608
6515
|
transform: translateX(0);
|
|
6609
6516
|
}
|
|
6610
6517
|
}
|
|
6611
6518
|
/*
|
|
6612
|
-
* Slide
|
|
6519
|
+
* Slide Medium
|
|
6613
6520
|
*/
|
|
6614
|
-
@keyframes uk-
|
|
6521
|
+
@keyframes uk-slide-top-medium {
|
|
6615
6522
|
0% {
|
|
6616
|
-
opacity: 0;
|
|
6617
6523
|
transform: translateY(-50px);
|
|
6618
6524
|
}
|
|
6619
6525
|
100% {
|
|
6620
|
-
opacity: 1;
|
|
6621
6526
|
transform: translateY(0);
|
|
6622
6527
|
}
|
|
6623
6528
|
}
|
|
6624
|
-
|
|
6625
|
-
* Slide Bottom Medium
|
|
6626
|
-
*/
|
|
6627
|
-
@keyframes uk-fade-bottom-medium {
|
|
6529
|
+
@keyframes uk-slide-bottom-medium {
|
|
6628
6530
|
0% {
|
|
6629
|
-
opacity: 0;
|
|
6630
6531
|
transform: translateY(50px);
|
|
6631
6532
|
}
|
|
6632
6533
|
100% {
|
|
6633
|
-
opacity: 1;
|
|
6634
6534
|
transform: translateY(0);
|
|
6635
6535
|
}
|
|
6636
6536
|
}
|
|
6637
|
-
|
|
6638
|
-
* Slide Left Medium
|
|
6639
|
-
*/
|
|
6640
|
-
@keyframes uk-fade-left-medium {
|
|
6537
|
+
@keyframes uk-slide-left-medium {
|
|
6641
6538
|
0% {
|
|
6642
|
-
opacity: 0;
|
|
6643
6539
|
transform: translateX(-50px);
|
|
6644
6540
|
}
|
|
6645
6541
|
100% {
|
|
6646
|
-
opacity: 1;
|
|
6647
6542
|
transform: translateX(0);
|
|
6648
6543
|
}
|
|
6649
6544
|
}
|
|
6650
|
-
|
|
6651
|
-
* Slide Right Medium
|
|
6652
|
-
*/
|
|
6653
|
-
@keyframes uk-fade-right-medium {
|
|
6545
|
+
@keyframes uk-slide-right-medium {
|
|
6654
6546
|
0% {
|
|
6655
|
-
opacity: 0;
|
|
6656
6547
|
transform: translateX(50px);
|
|
6657
6548
|
}
|
|
6658
6549
|
100% {
|
|
6659
|
-
opacity: 1;
|
|
6660
6550
|
transform: translateX(0);
|
|
6661
6551
|
}
|
|
6662
6552
|
}
|
|
6663
|
-
/*
|
|
6664
|
-
* Scale Up
|
|
6665
|
-
*/
|
|
6666
|
-
@keyframes uk-fade-scale-02 {
|
|
6667
|
-
0% {
|
|
6668
|
-
opacity: 0;
|
|
6669
|
-
transform: scale(0.2);
|
|
6670
|
-
}
|
|
6671
|
-
100% {
|
|
6672
|
-
opacity: 1;
|
|
6673
|
-
transform: scale(1);
|
|
6674
|
-
}
|
|
6675
|
-
}
|
|
6676
|
-
/*
|
|
6677
|
-
* Scale Down
|
|
6678
|
-
*/
|
|
6679
|
-
@keyframes uk-fade-scale-18 {
|
|
6680
|
-
0% {
|
|
6681
|
-
opacity: 0;
|
|
6682
|
-
transform: scale(1.8);
|
|
6683
|
-
}
|
|
6684
|
-
100% {
|
|
6685
|
-
opacity: 1;
|
|
6686
|
-
transform: scale(1);
|
|
6687
|
-
}
|
|
6688
|
-
}
|
|
6689
6553
|
/*
|
|
6690
6554
|
* Kenburns
|
|
6691
6555
|
*/
|
|
6692
|
-
@keyframes uk-
|
|
6556
|
+
@keyframes uk-kenburns {
|
|
6693
6557
|
0% {
|
|
6694
6558
|
transform: scale(1);
|
|
6695
6559
|
}
|
|
@@ -7662,19 +7526,23 @@ td.uk-text-break {
|
|
|
7662
7526
|
========================================================================== */
|
|
7663
7527
|
/*
|
|
7664
7528
|
* Works with iframes and embedded content
|
|
7665
|
-
* 1.
|
|
7666
|
-
* 2.
|
|
7529
|
+
* 1. Apply transform instantly. Needed if transform is transitioned.
|
|
7530
|
+
* 2. Reset responsiveness for embedded content
|
|
7531
|
+
* 3. Center object
|
|
7667
7532
|
* Note: Percent values on the `top` property only works if this element
|
|
7668
7533
|
* is absolute positioned or if the container has a height
|
|
7669
7534
|
*/
|
|
7670
|
-
.uk-cover
|
|
7671
|
-
|
|
7672
|
-
max-width: none;
|
|
7535
|
+
.uk-cover,
|
|
7536
|
+
[uk-cover] {
|
|
7673
7537
|
/* 2 */
|
|
7538
|
+
max-width: none;
|
|
7539
|
+
/* 3 */
|
|
7674
7540
|
position: absolute;
|
|
7675
7541
|
left: 50%;
|
|
7676
7542
|
top: 50%;
|
|
7677
|
-
|
|
7543
|
+
--uk-position-translate-x: -50%;
|
|
7544
|
+
--uk-position-translate-y: -50%;
|
|
7545
|
+
transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
|
|
7678
7546
|
}
|
|
7679
7547
|
iframe.uk-cover {
|
|
7680
7548
|
pointer-events: none;
|
|
@@ -8261,11 +8129,9 @@ iframe.uk-cover {
|
|
|
8261
8129
|
/* 1 */
|
|
8262
8130
|
text-decoration: none;
|
|
8263
8131
|
}
|
|
8264
|
-
/* Hover
|
|
8265
|
-
.uk-logo:hover
|
|
8266
|
-
.uk-logo:focus {
|
|
8132
|
+
/* Hover */
|
|
8133
|
+
.uk-logo:hover {
|
|
8267
8134
|
color: #666;
|
|
8268
|
-
outline: none;
|
|
8269
8135
|
/* 1 */
|
|
8270
8136
|
text-decoration: none;
|
|
8271
8137
|
}
|
|
@@ -8965,10 +8831,13 @@ iframe.uk-cover {
|
|
|
8965
8831
|
/* ========================================================================
|
|
8966
8832
|
Component: Position
|
|
8967
8833
|
========================================================================== */
|
|
8834
|
+
:root {
|
|
8835
|
+
--uk-position-margin-offset: 0px;
|
|
8836
|
+
}
|
|
8968
8837
|
/* Directions
|
|
8969
8838
|
========================================================================== */
|
|
8970
8839
|
/*
|
|
8971
|
-
* 1. Prevent content overflow
|
|
8840
|
+
* 1. Prevent content overflow.
|
|
8972
8841
|
*/
|
|
8973
8842
|
[class*='uk-position-top'],
|
|
8974
8843
|
[class*='uk-position-bottom'],
|
|
@@ -8977,11 +8846,13 @@ iframe.uk-cover {
|
|
|
8977
8846
|
[class*='uk-position-center'] {
|
|
8978
8847
|
position: absolute !important;
|
|
8979
8848
|
/* 1 */
|
|
8980
|
-
max-width: 100
|
|
8849
|
+
max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
|
|
8850
|
+
box-sizing: border-box;
|
|
8981
8851
|
}
|
|
8982
|
-
/*
|
|
8983
|
-
|
|
8984
|
-
|
|
8852
|
+
/*
|
|
8853
|
+
* Edges
|
|
8854
|
+
* Don't use `width: 100%` because it's wrong if the parent has padding.
|
|
8855
|
+
*/
|
|
8985
8856
|
.uk-position-top {
|
|
8986
8857
|
top: 0;
|
|
8987
8858
|
left: 0;
|
|
@@ -9002,8 +8873,9 @@ iframe.uk-cover {
|
|
|
9002
8873
|
bottom: 0;
|
|
9003
8874
|
right: 0;
|
|
9004
8875
|
}
|
|
9005
|
-
/*
|
|
9006
|
-
|
|
8876
|
+
/*
|
|
8877
|
+
* Corners
|
|
8878
|
+
*/
|
|
9007
8879
|
.uk-position-top-left {
|
|
9008
8880
|
top: 0;
|
|
9009
8881
|
left: 0;
|
|
@@ -9023,21 +8895,23 @@ iframe.uk-cover {
|
|
|
9023
8895
|
/*
|
|
9024
8896
|
* Center
|
|
9025
8897
|
* 1. Fix text wrapping if content is larger than 50% of the container.
|
|
8898
|
+
* Using `max-content` requires `max-width` of 100% which is set generally.
|
|
9026
8899
|
*/
|
|
9027
8900
|
.uk-position-center {
|
|
9028
|
-
top: 50
|
|
9029
|
-
left: 50
|
|
9030
|
-
|
|
8901
|
+
top: calc(50% - var(--uk-position-margin-offset));
|
|
8902
|
+
left: calc(50% - var(--uk-position-margin-offset));
|
|
8903
|
+
--uk-position-translate-x: -50%;
|
|
8904
|
+
--uk-position-translate-y: -50%;
|
|
8905
|
+
transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
|
|
9031
8906
|
/* 1 */
|
|
9032
8907
|
width: max-content;
|
|
9033
|
-
max-width: 100%;
|
|
9034
|
-
box-sizing: border-box;
|
|
9035
8908
|
}
|
|
9036
8909
|
/* Vertical */
|
|
9037
8910
|
[class*='uk-position-center-left'],
|
|
9038
8911
|
[class*='uk-position-center-right'] {
|
|
9039
|
-
top: 50
|
|
9040
|
-
|
|
8912
|
+
top: calc(50% - var(--uk-position-margin-offset));
|
|
8913
|
+
--uk-position-translate-y: -50%;
|
|
8914
|
+
transform: translate(0, var(--uk-position-translate-y));
|
|
9041
8915
|
}
|
|
9042
8916
|
.uk-position-center-left {
|
|
9043
8917
|
left: 0;
|
|
@@ -9056,12 +8930,11 @@ iframe.uk-cover {
|
|
|
9056
8930
|
/* Horizontal */
|
|
9057
8931
|
.uk-position-top-center,
|
|
9058
8932
|
.uk-position-bottom-center {
|
|
9059
|
-
left: 50
|
|
9060
|
-
|
|
8933
|
+
left: calc(50% - var(--uk-position-margin-offset));
|
|
8934
|
+
--uk-position-translate-x: -50%;
|
|
8935
|
+
transform: translate(var(--uk-position-translate-x), 0);
|
|
9061
8936
|
/* 1 */
|
|
9062
8937
|
width: max-content;
|
|
9063
|
-
max-width: 100%;
|
|
9064
|
-
box-sizing: border-box;
|
|
9065
8938
|
}
|
|
9066
8939
|
.uk-position-top-center {
|
|
9067
8940
|
top: 0;
|
|
@@ -9069,8 +8942,9 @@ iframe.uk-cover {
|
|
|
9069
8942
|
.uk-position-bottom-center {
|
|
9070
8943
|
bottom: 0;
|
|
9071
8944
|
}
|
|
9072
|
-
/*
|
|
9073
|
-
|
|
8945
|
+
/*
|
|
8946
|
+
* Cover
|
|
8947
|
+
*/
|
|
9074
8948
|
.uk-position-cover {
|
|
9075
8949
|
position: absolute;
|
|
9076
8950
|
top: 0;
|
|
@@ -9078,112 +8952,49 @@ iframe.uk-cover {
|
|
|
9078
8952
|
left: 0;
|
|
9079
8953
|
right: 0;
|
|
9080
8954
|
}
|
|
9081
|
-
/*
|
|
9082
|
-
========================================================================== */
|
|
9083
|
-
.uk-position-relative {
|
|
9084
|
-
position: relative !important;
|
|
9085
|
-
}
|
|
9086
|
-
.uk-position-absolute {
|
|
9087
|
-
position: absolute !important;
|
|
9088
|
-
}
|
|
9089
|
-
.uk-position-fixed {
|
|
9090
|
-
position: fixed !important;
|
|
9091
|
-
}
|
|
9092
|
-
.uk-position-z-index {
|
|
9093
|
-
z-index: 1;
|
|
9094
|
-
}
|
|
9095
|
-
/* Margin modifier
|
|
8955
|
+
/* Margin
|
|
9096
8956
|
========================================================================== */
|
|
9097
|
-
/*
|
|
9098
|
-
* Small
|
|
9099
|
-
*/
|
|
9100
8957
|
.uk-position-small {
|
|
9101
|
-
max-width: calc(100% - (15px * 2));
|
|
9102
8958
|
margin: 15px;
|
|
8959
|
+
--uk-position-margin-offset: 15px;
|
|
9103
8960
|
}
|
|
9104
|
-
.uk-position-small.uk-position-center {
|
|
9105
|
-
transform: translate(-50%, -50%) translate(-15px, -15px);
|
|
9106
|
-
}
|
|
9107
|
-
.uk-position-small[class*='uk-position-center-left'],
|
|
9108
|
-
.uk-position-small[class*='uk-position-center-right'] {
|
|
9109
|
-
transform: translateY(-50%) translateY(-15px);
|
|
9110
|
-
}
|
|
9111
|
-
.uk-position-small.uk-position-top-center,
|
|
9112
|
-
.uk-position-small.uk-position-bottom-center {
|
|
9113
|
-
transform: translateX(-50%) translateX(-15px);
|
|
9114
|
-
}
|
|
9115
|
-
/*
|
|
9116
|
-
* Medium
|
|
9117
|
-
*/
|
|
9118
8961
|
.uk-position-medium {
|
|
9119
|
-
max-width: calc(100% - (30px * 2));
|
|
9120
8962
|
margin: 30px;
|
|
8963
|
+
--uk-position-margin-offset: 30px;
|
|
9121
8964
|
}
|
|
9122
|
-
.uk-position-medium.uk-position-center {
|
|
9123
|
-
transform: translate(-50%, -50%) translate(-30px, -30px);
|
|
9124
|
-
}
|
|
9125
|
-
.uk-position-medium[class*='uk-position-center-left'],
|
|
9126
|
-
.uk-position-medium[class*='uk-position-center-right'] {
|
|
9127
|
-
transform: translateY(-50%) translateY(-30px);
|
|
9128
|
-
}
|
|
9129
|
-
.uk-position-medium.uk-position-top-center,
|
|
9130
|
-
.uk-position-medium.uk-position-bottom-center {
|
|
9131
|
-
transform: translateX(-50%) translateX(-30px);
|
|
9132
|
-
}
|
|
9133
|
-
/*
|
|
9134
|
-
* Large
|
|
9135
|
-
*/
|
|
9136
8965
|
.uk-position-large {
|
|
9137
|
-
max-width: calc(100% - (30px * 2));
|
|
9138
8966
|
margin: 30px;
|
|
9139
|
-
|
|
9140
|
-
.uk-position-large.uk-position-center {
|
|
9141
|
-
transform: translate(-50%, -50%) translate(-30px, -30px);
|
|
9142
|
-
}
|
|
9143
|
-
.uk-position-large[class*='uk-position-center-left'],
|
|
9144
|
-
.uk-position-large[class*='uk-position-center-right'] {
|
|
9145
|
-
transform: translateY(-50%) translateY(-30px);
|
|
9146
|
-
}
|
|
9147
|
-
.uk-position-large.uk-position-top-center,
|
|
9148
|
-
.uk-position-large.uk-position-bottom-center {
|
|
9149
|
-
transform: translateX(-50%) translateX(-30px);
|
|
8967
|
+
--uk-position-margin-offset: 30px;
|
|
9150
8968
|
}
|
|
9151
8969
|
/* Desktop and bigger */
|
|
9152
8970
|
@media (min-width: 1200px) {
|
|
9153
8971
|
.uk-position-large {
|
|
9154
|
-
max-width: calc(100% - (50px * 2));
|
|
9155
8972
|
margin: 50px;
|
|
9156
|
-
|
|
9157
|
-
.uk-position-large.uk-position-center {
|
|
9158
|
-
transform: translate(-50%, -50%) translate(-50px, -50px);
|
|
9159
|
-
}
|
|
9160
|
-
.uk-position-large[class*='uk-position-center-left'],
|
|
9161
|
-
.uk-position-large[class*='uk-position-center-right'] {
|
|
9162
|
-
transform: translateY(-50%) translateY(-50px);
|
|
9163
|
-
}
|
|
9164
|
-
.uk-position-large.uk-position-top-center,
|
|
9165
|
-
.uk-position-large.uk-position-bottom-center {
|
|
9166
|
-
transform: translateX(-50%) translateX(-50px);
|
|
8973
|
+
--uk-position-margin-offset: 50px;
|
|
9167
8974
|
}
|
|
9168
8975
|
}
|
|
9169
|
-
/*
|
|
9170
|
-
Component: Transition
|
|
9171
|
-
========================================================================== */
|
|
9172
|
-
/* Toggle (Hover + Focus)
|
|
8976
|
+
/* Schemes
|
|
9173
8977
|
========================================================================== */
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
*/
|
|
9177
|
-
.uk-transition-toggle {
|
|
9178
|
-
/* 1 */
|
|
9179
|
-
-webkit-tap-highlight-color: transparent;
|
|
8978
|
+
.uk-position-relative {
|
|
8979
|
+
position: relative !important;
|
|
9180
8980
|
}
|
|
9181
|
-
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
.uk-
|
|
9185
|
-
|
|
8981
|
+
.uk-position-absolute {
|
|
8982
|
+
position: absolute !important;
|
|
8983
|
+
}
|
|
8984
|
+
.uk-position-fixed {
|
|
8985
|
+
position: fixed !important;
|
|
8986
|
+
}
|
|
8987
|
+
.uk-position-sticky {
|
|
8988
|
+
position: sticky !important;
|
|
8989
|
+
}
|
|
8990
|
+
/* Layer
|
|
8991
|
+
========================================================================== */
|
|
8992
|
+
.uk-position-z-index {
|
|
8993
|
+
z-index: 1;
|
|
9186
8994
|
}
|
|
8995
|
+
/* ========================================================================
|
|
8996
|
+
Component: Transition
|
|
8997
|
+
========================================================================== */
|
|
9187
8998
|
/* Transitions
|
|
9188
8999
|
========================================================================== */
|
|
9189
9000
|
/*
|
|
@@ -9191,13 +9002,21 @@ iframe.uk-cover {
|
|
|
9191
9002
|
* 1. Using `:focus` and tabindex
|
|
9192
9003
|
* 2. Using `:hover` and a `touchstart` event listener registered on the document
|
|
9193
9004
|
* (Doesn't work on Surface touch devices)
|
|
9194
|
-
*
|
|
9195
|
-
* Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
|
|
9196
|
-
* therefore it's recommended to use an extra `div` for the transition.
|
|
9197
9005
|
*/
|
|
9006
|
+
:where(.uk-transition-fade),
|
|
9007
|
+
:where([class*='uk-transition-scale']),
|
|
9008
|
+
:where([class*='uk-transition-slide']) {
|
|
9009
|
+
--uk-position-translate-x: 0;
|
|
9010
|
+
--uk-position-translate-y: 0;
|
|
9011
|
+
}
|
|
9198
9012
|
.uk-transition-fade,
|
|
9199
9013
|
[class*='uk-transition-scale'],
|
|
9200
9014
|
[class*='uk-transition-slide'] {
|
|
9015
|
+
--uk-translate-x: 0;
|
|
9016
|
+
--uk-translate-y: 0;
|
|
9017
|
+
--uk-scale-x: 1;
|
|
9018
|
+
--uk-scale-y: 1;
|
|
9019
|
+
transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
|
|
9201
9020
|
transition: 0.3s ease-out;
|
|
9202
9021
|
transition-property: opacity, transform, filter;
|
|
9203
9022
|
opacity: 0;
|
|
@@ -9207,76 +9026,90 @@ iframe.uk-cover {
|
|
|
9207
9026
|
*/
|
|
9208
9027
|
.uk-transition-toggle:hover .uk-transition-fade,
|
|
9209
9028
|
.uk-transition-toggle:focus .uk-transition-fade,
|
|
9029
|
+
.uk-transition-toggle .uk-transition-fade:focus-within,
|
|
9210
9030
|
.uk-transition-active.uk-active .uk-transition-fade {
|
|
9211
9031
|
opacity: 1;
|
|
9212
9032
|
}
|
|
9213
9033
|
/*
|
|
9214
9034
|
* Scale
|
|
9035
|
+
* 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
|
|
9215
9036
|
*/
|
|
9037
|
+
/* 1 */
|
|
9038
|
+
[class*='uk-transition-scale'] {
|
|
9039
|
+
-webkit-backface-visibility: hidden;
|
|
9040
|
+
}
|
|
9216
9041
|
.uk-transition-scale-up {
|
|
9217
|
-
|
|
9042
|
+
--uk-scale-x: 1;
|
|
9043
|
+
--uk-scale-y: 1;
|
|
9218
9044
|
}
|
|
9219
9045
|
.uk-transition-scale-down {
|
|
9220
|
-
|
|
9046
|
+
--uk-scale-x: 1.03;
|
|
9047
|
+
--uk-scale-y: 1.03;
|
|
9221
9048
|
}
|
|
9222
9049
|
/* Show */
|
|
9223
9050
|
.uk-transition-toggle:hover .uk-transition-scale-up,
|
|
9224
9051
|
.uk-transition-toggle:focus .uk-transition-scale-up,
|
|
9052
|
+
.uk-transition-toggle .uk-transition-scale-up:focus-within,
|
|
9225
9053
|
.uk-transition-active.uk-active .uk-transition-scale-up {
|
|
9054
|
+
--uk-scale-x: 1.03;
|
|
9055
|
+
--uk-scale-y: 1.03;
|
|
9226
9056
|
opacity: 1;
|
|
9227
|
-
transform: scale(1.03, 1.03);
|
|
9228
9057
|
}
|
|
9229
9058
|
.uk-transition-toggle:hover .uk-transition-scale-down,
|
|
9230
9059
|
.uk-transition-toggle:focus .uk-transition-scale-down,
|
|
9060
|
+
.uk-transition-toggle .uk-transition-scale-down:focus-within,
|
|
9231
9061
|
.uk-transition-active.uk-active .uk-transition-scale-down {
|
|
9062
|
+
--uk-scale-x: 1;
|
|
9063
|
+
--uk-scale-y: 1;
|
|
9232
9064
|
opacity: 1;
|
|
9233
|
-
transform: scale(1, 1);
|
|
9234
9065
|
}
|
|
9235
9066
|
/*
|
|
9236
9067
|
* Slide
|
|
9237
9068
|
*/
|
|
9238
9069
|
.uk-transition-slide-top {
|
|
9239
|
-
|
|
9070
|
+
--uk-translate-y: -100%;
|
|
9240
9071
|
}
|
|
9241
9072
|
.uk-transition-slide-bottom {
|
|
9242
|
-
|
|
9073
|
+
--uk-translate-y: 100%;
|
|
9243
9074
|
}
|
|
9244
9075
|
.uk-transition-slide-left {
|
|
9245
|
-
|
|
9076
|
+
--uk-translate-x: -100%;
|
|
9246
9077
|
}
|
|
9247
9078
|
.uk-transition-slide-right {
|
|
9248
|
-
|
|
9079
|
+
--uk-translate-x: 100%;
|
|
9249
9080
|
}
|
|
9250
9081
|
.uk-transition-slide-top-small {
|
|
9251
|
-
|
|
9082
|
+
--uk-translate-y: -10px;
|
|
9252
9083
|
}
|
|
9253
9084
|
.uk-transition-slide-bottom-small {
|
|
9254
|
-
|
|
9085
|
+
--uk-translate-y: 10px;
|
|
9255
9086
|
}
|
|
9256
9087
|
.uk-transition-slide-left-small {
|
|
9257
|
-
|
|
9088
|
+
--uk-translate-x: -10px;
|
|
9258
9089
|
}
|
|
9259
9090
|
.uk-transition-slide-right-small {
|
|
9260
|
-
|
|
9091
|
+
--uk-translate-x: 10px;
|
|
9261
9092
|
}
|
|
9262
9093
|
.uk-transition-slide-top-medium {
|
|
9263
|
-
|
|
9094
|
+
--uk-translate-y: -50px;
|
|
9264
9095
|
}
|
|
9265
9096
|
.uk-transition-slide-bottom-medium {
|
|
9266
|
-
|
|
9097
|
+
--uk-translate-y: 50px;
|
|
9267
9098
|
}
|
|
9268
9099
|
.uk-transition-slide-left-medium {
|
|
9269
|
-
|
|
9100
|
+
--uk-translate-x: -50px;
|
|
9270
9101
|
}
|
|
9271
9102
|
.uk-transition-slide-right-medium {
|
|
9272
|
-
|
|
9103
|
+
--uk-translate-x: 50px;
|
|
9273
9104
|
}
|
|
9274
9105
|
/* Show */
|
|
9275
9106
|
.uk-transition-toggle:hover [class*='uk-transition-slide'],
|
|
9276
9107
|
.uk-transition-toggle:focus [class*='uk-transition-slide'],
|
|
9108
|
+
.uk-transition-toggle [class*='uk-transition-slide']:focus-within,
|
|
9277
9109
|
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
|
|
9110
|
+
--uk-translate-x: 0;
|
|
9111
|
+
--uk-translate-y: 0;
|
|
9278
9112
|
opacity: 1;
|
|
9279
|
-
transform: translate(0, 0);
|
|
9280
9113
|
}
|
|
9281
9114
|
/* Opacity modifier
|
|
9282
9115
|
========================================================================== */
|
|
@@ -9355,19 +9188,16 @@ iframe.uk-cover {
|
|
|
9355
9188
|
.uk-invisible {
|
|
9356
9189
|
visibility: hidden !important;
|
|
9357
9190
|
}
|
|
9358
|
-
/*
|
|
9191
|
+
/* Based on the State of the Parent Element
|
|
9359
9192
|
========================================================================== */
|
|
9360
9193
|
/*
|
|
9361
|
-
*
|
|
9362
|
-
*
|
|
9363
|
-
|
|
9364
|
-
|
|
9365
|
-
*
|
|
9366
|
-
*
|
|
9194
|
+
* Can't use `display: none` nor `visibility: hidden` because both are not focusable.
|
|
9195
|
+
* The target stays visible if any element within receives focus through keyboard.
|
|
9196
|
+
*/
|
|
9197
|
+
/*
|
|
9198
|
+
* Discard space when hidden.
|
|
9367
9199
|
*/
|
|
9368
|
-
/* 1 + 2 */
|
|
9369
9200
|
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
|
|
9370
|
-
/* 3 */
|
|
9371
9201
|
position: absolute !important;
|
|
9372
9202
|
width: 0 !important;
|
|
9373
9203
|
height: 0 !important;
|
|
@@ -9376,49 +9206,26 @@ iframe.uk-cover {
|
|
|
9376
9206
|
overflow: hidden !important;
|
|
9377
9207
|
}
|
|
9378
9208
|
/*
|
|
9379
|
-
*
|
|
9209
|
+
* Keep space when hidden.
|
|
9380
9210
|
*/
|
|
9381
|
-
/* 1 + 2 */
|
|
9382
9211
|
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
|
|
9383
|
-
/* 3 */
|
|
9384
9212
|
opacity: 0 !important;
|
|
9385
9213
|
}
|
|
9386
|
-
/*
|
|
9387
|
-
* 1. Prevent tab highlighting on iOS.
|
|
9388
|
-
*/
|
|
9389
|
-
.uk-visible-toggle {
|
|
9390
|
-
/* 1 */
|
|
9391
|
-
-webkit-tap-highlight-color: transparent;
|
|
9392
|
-
}
|
|
9393
|
-
/*
|
|
9394
|
-
* Remove outline for `tabindex`
|
|
9395
|
-
*/
|
|
9396
|
-
.uk-visible-toggle:focus {
|
|
9397
|
-
outline: none;
|
|
9398
|
-
}
|
|
9399
|
-
/* Touch
|
|
9214
|
+
/* Based on Hover Capability of the Pointing Device
|
|
9400
9215
|
========================================================================== */
|
|
9401
9216
|
/*
|
|
9402
|
-
*
|
|
9403
|
-
* Works on mobile browsers: Safari, Chrome and Android browser
|
|
9217
|
+
* Hover
|
|
9404
9218
|
*/
|
|
9405
|
-
|
|
9219
|
+
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
|
|
9220
|
+
@media (hover: none) {
|
|
9406
9221
|
.uk-hidden-touch {
|
|
9407
9222
|
display: none !important;
|
|
9408
9223
|
}
|
|
9409
9224
|
}
|
|
9410
|
-
/*
|
|
9411
|
-
|
|
9412
|
-
* 1. Fallback for IE11 and Firefox, because `pointer` is not supported
|
|
9413
|
-
* 2. Reset if supported
|
|
9414
|
-
*/
|
|
9415
|
-
/* 1 */
|
|
9416
|
-
.uk-hidden-notouch {
|
|
9417
|
-
display: none !important;
|
|
9418
|
-
}
|
|
9419
|
-
@media (pointer: coarse) {
|
|
9225
|
+
/* Hide if primary pointing device supports hover, e.g. mice. */
|
|
9226
|
+
@media (hover) {
|
|
9420
9227
|
.uk-hidden-notouch {
|
|
9421
|
-
display:
|
|
9228
|
+
display: none !important;
|
|
9422
9229
|
}
|
|
9423
9230
|
}
|
|
9424
9231
|
/* ========================================================================
|
|
@@ -9469,47 +9276,36 @@ iframe.uk-cover {
|
|
|
9469
9276
|
.uk-light a:hover,
|
|
9470
9277
|
.uk-light .uk-link:hover,
|
|
9471
9278
|
.uk-light .uk-link-toggle:hover .uk-link,
|
|
9472
|
-
.uk-light .uk-link-toggle:focus .uk-link,
|
|
9473
9279
|
.uk-section-primary:not(.uk-preserve-color) a:hover,
|
|
9474
9280
|
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
|
|
9475
9281
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
|
|
9476
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link,
|
|
9477
9282
|
.uk-section-secondary:not(.uk-preserve-color) a:hover,
|
|
9478
9283
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
|
|
9479
9284
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
|
|
9480
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link,
|
|
9481
9285
|
.uk-tile-primary:not(.uk-preserve-color) a:hover,
|
|
9482
9286
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
|
|
9483
9287
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
|
|
9484
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link,
|
|
9485
9288
|
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
|
|
9486
9289
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
|
|
9487
9290
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
|
|
9488
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link,
|
|
9489
9291
|
.uk-card-primary.uk-card-body a:hover,
|
|
9490
9292
|
.uk-card-primary.uk-card-body .uk-link:hover,
|
|
9491
9293
|
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,
|
|
9492
|
-
.uk-card-primary.uk-card-body .uk-link-toggle:focus .uk-link,
|
|
9493
9294
|
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
|
|
9494
9295
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
|
|
9495
9296
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link,
|
|
9496
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:focus .uk-link,
|
|
9497
9297
|
.uk-card-secondary.uk-card-body a:hover,
|
|
9498
9298
|
.uk-card-secondary.uk-card-body .uk-link:hover,
|
|
9499
9299
|
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,
|
|
9500
|
-
.uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link,
|
|
9501
9300
|
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
|
|
9502
9301
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
|
|
9503
9302
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link,
|
|
9504
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:focus .uk-link,
|
|
9505
9303
|
.uk-overlay-primary a:hover,
|
|
9506
9304
|
.uk-overlay-primary .uk-link:hover,
|
|
9507
9305
|
.uk-overlay-primary .uk-link-toggle:hover .uk-link,
|
|
9508
|
-
.uk-overlay-primary .uk-link-toggle:focus .uk-link,
|
|
9509
9306
|
.uk-offcanvas-bar a:hover,
|
|
9510
9307
|
.uk-offcanvas-bar .uk-link:hover,
|
|
9511
|
-
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link
|
|
9512
|
-
.uk-offcanvas-bar .uk-link-toggle:focus .uk-link {
|
|
9308
|
+
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link {
|
|
9513
9309
|
color: #fff;
|
|
9514
9310
|
}
|
|
9515
9311
|
.uk-light :not(pre) > code,
|
|
@@ -9800,6 +9596,32 @@ iframe.uk-cover {
|
|
|
9800
9596
|
.uk-offcanvas-bar .uk-hr {
|
|
9801
9597
|
border-top-color: rgba(255, 255, 255, 0.2);
|
|
9802
9598
|
}
|
|
9599
|
+
.uk-light :focus,
|
|
9600
|
+
.uk-section-primary:not(.uk-preserve-color) :focus,
|
|
9601
|
+
.uk-section-secondary:not(.uk-preserve-color) :focus,
|
|
9602
|
+
.uk-tile-primary:not(.uk-preserve-color) :focus,
|
|
9603
|
+
.uk-tile-secondary:not(.uk-preserve-color) :focus,
|
|
9604
|
+
.uk-card-primary.uk-card-body :focus,
|
|
9605
|
+
.uk-card-primary > :not([class*='uk-card-media']) :focus,
|
|
9606
|
+
.uk-card-secondary.uk-card-body :focus,
|
|
9607
|
+
.uk-card-secondary > :not([class*='uk-card-media']) :focus,
|
|
9608
|
+
.uk-overlay-primary :focus,
|
|
9609
|
+
.uk-offcanvas-bar :focus {
|
|
9610
|
+
outline-color: #fff;
|
|
9611
|
+
}
|
|
9612
|
+
.uk-light :focus-visible,
|
|
9613
|
+
.uk-section-primary:not(.uk-preserve-color) :focus-visible,
|
|
9614
|
+
.uk-section-secondary:not(.uk-preserve-color) :focus-visible,
|
|
9615
|
+
.uk-tile-primary:not(.uk-preserve-color) :focus-visible,
|
|
9616
|
+
.uk-tile-secondary:not(.uk-preserve-color) :focus-visible,
|
|
9617
|
+
.uk-card-primary.uk-card-body :focus-visible,
|
|
9618
|
+
.uk-card-primary > :not([class*='uk-card-media']) :focus-visible,
|
|
9619
|
+
.uk-card-secondary.uk-card-body :focus-visible,
|
|
9620
|
+
.uk-card-secondary > :not([class*='uk-card-media']) :focus-visible,
|
|
9621
|
+
.uk-overlay-primary :focus-visible,
|
|
9622
|
+
.uk-offcanvas-bar :focus-visible {
|
|
9623
|
+
outline-color: #fff;
|
|
9624
|
+
}
|
|
9803
9625
|
.uk-light a.uk-link-muted,
|
|
9804
9626
|
.uk-light .uk-link-muted a,
|
|
9805
9627
|
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted,
|
|
@@ -9827,139 +9649,106 @@ iframe.uk-cover {
|
|
|
9827
9649
|
.uk-light a.uk-link-muted:hover,
|
|
9828
9650
|
.uk-light .uk-link-muted a:hover,
|
|
9829
9651
|
.uk-light .uk-link-toggle:hover .uk-link-muted,
|
|
9830
|
-
.uk-light .uk-link-toggle:focus .uk-link-muted,
|
|
9831
9652
|
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
|
|
9832
9653
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
|
|
9833
9654
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
|
|
9834
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted,
|
|
9835
9655
|
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,
|
|
9836
9656
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
|
|
9837
9657
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
|
|
9838
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted,
|
|
9839
9658
|
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
|
|
9840
9659
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
|
|
9841
9660
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
|
|
9842
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted,
|
|
9843
9661
|
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,
|
|
9844
9662
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
|
|
9845
9663
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
|
|
9846
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted,
|
|
9847
9664
|
.uk-card-primary.uk-card-body a.uk-link-muted:hover,
|
|
9848
9665
|
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
|
|
9849
9666
|
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
|
|
9850
|
-
.uk-card-primary.uk-card-body .uk-link-toggle:focus .uk-link-muted,
|
|
9851
9667
|
.uk-card-primary > :not([class*='uk-card-media']) a.uk-link-muted:hover,
|
|
9852
9668
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
|
|
9853
9669
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-muted,
|
|
9854
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:focus .uk-link-muted,
|
|
9855
9670
|
.uk-card-secondary.uk-card-body a.uk-link-muted:hover,
|
|
9856
9671
|
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
|
|
9857
9672
|
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
|
|
9858
|
-
.uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link-muted,
|
|
9859
9673
|
.uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-muted:hover,
|
|
9860
9674
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
|
|
9861
9675
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-muted,
|
|
9862
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:focus .uk-link-muted,
|
|
9863
9676
|
.uk-overlay-primary a.uk-link-muted:hover,
|
|
9864
9677
|
.uk-overlay-primary .uk-link-muted a:hover,
|
|
9865
9678
|
.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,
|
|
9866
|
-
.uk-overlay-primary .uk-link-toggle:focus .uk-link-muted,
|
|
9867
9679
|
.uk-offcanvas-bar a.uk-link-muted:hover,
|
|
9868
9680
|
.uk-offcanvas-bar .uk-link-muted a:hover,
|
|
9869
|
-
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted
|
|
9870
|
-
.uk-offcanvas-bar .uk-link-toggle:focus .uk-link-muted {
|
|
9681
|
+
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted {
|
|
9871
9682
|
color: rgba(255, 255, 255, 0.7);
|
|
9872
9683
|
}
|
|
9873
9684
|
.uk-light a.uk-link-text:hover,
|
|
9874
9685
|
.uk-light .uk-link-text a:hover,
|
|
9875
9686
|
.uk-light .uk-link-toggle:hover .uk-link-text,
|
|
9876
|
-
.uk-light .uk-link-toggle:focus .uk-link-text,
|
|
9877
9687
|
.uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover,
|
|
9878
9688
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
|
|
9879
9689
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
|
|
9880
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text,
|
|
9881
9690
|
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover,
|
|
9882
9691
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
|
|
9883
9692
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
|
|
9884
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text,
|
|
9885
9693
|
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover,
|
|
9886
9694
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
|
|
9887
9695
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
|
|
9888
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text,
|
|
9889
9696
|
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover,
|
|
9890
9697
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
|
|
9891
9698
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
|
|
9892
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text,
|
|
9893
9699
|
.uk-card-primary.uk-card-body a.uk-link-text:hover,
|
|
9894
9700
|
.uk-card-primary.uk-card-body .uk-link-text a:hover,
|
|
9895
9701
|
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,
|
|
9896
|
-
.uk-card-primary.uk-card-body .uk-link-toggle:focus .uk-link-text,
|
|
9897
9702
|
.uk-card-primary > :not([class*='uk-card-media']) a.uk-link-text:hover,
|
|
9898
9703
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-text a:hover,
|
|
9899
9704
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-text,
|
|
9900
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:focus .uk-link-text,
|
|
9901
9705
|
.uk-card-secondary.uk-card-body a.uk-link-text:hover,
|
|
9902
9706
|
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
|
|
9903
9707
|
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,
|
|
9904
|
-
.uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link-text,
|
|
9905
9708
|
.uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-text:hover,
|
|
9906
9709
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text a:hover,
|
|
9907
9710
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-text,
|
|
9908
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:focus .uk-link-text,
|
|
9909
9711
|
.uk-overlay-primary a.uk-link-text:hover,
|
|
9910
9712
|
.uk-overlay-primary .uk-link-text a:hover,
|
|
9911
9713
|
.uk-overlay-primary .uk-link-toggle:hover .uk-link-text,
|
|
9912
|
-
.uk-overlay-primary .uk-link-toggle:focus .uk-link-text,
|
|
9913
9714
|
.uk-offcanvas-bar a.uk-link-text:hover,
|
|
9914
9715
|
.uk-offcanvas-bar .uk-link-text a:hover,
|
|
9915
|
-
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text
|
|
9916
|
-
.uk-offcanvas-bar .uk-link-toggle:focus .uk-link-text {
|
|
9716
|
+
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text {
|
|
9917
9717
|
color: rgba(255, 255, 255, 0.5);
|
|
9918
9718
|
}
|
|
9919
9719
|
.uk-light a.uk-link-heading:hover,
|
|
9920
9720
|
.uk-light .uk-link-heading a:hover,
|
|
9921
9721
|
.uk-light .uk-link-toggle:hover .uk-link-heading,
|
|
9922
|
-
.uk-light .uk-link-toggle:focus .uk-link-heading,
|
|
9923
9722
|
.uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
|
|
9924
9723
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
|
|
9925
9724
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
|
|
9926
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading,
|
|
9927
9725
|
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,
|
|
9928
9726
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
|
|
9929
9727
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
|
|
9930
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading,
|
|
9931
9728
|
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
|
|
9932
9729
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
|
|
9933
9730
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
|
|
9934
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading,
|
|
9935
9731
|
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,
|
|
9936
9732
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
|
|
9937
9733
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
|
|
9938
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading,
|
|
9939
9734
|
.uk-card-primary.uk-card-body a.uk-link-heading:hover,
|
|
9940
9735
|
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
|
|
9941
9736
|
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
|
|
9942
|
-
.uk-card-primary.uk-card-body .uk-link-toggle:focus .uk-link-heading,
|
|
9943
9737
|
.uk-card-primary > :not([class*='uk-card-media']) a.uk-link-heading:hover,
|
|
9944
9738
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
|
|
9945
9739
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-heading,
|
|
9946
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:focus .uk-link-heading,
|
|
9947
9740
|
.uk-card-secondary.uk-card-body a.uk-link-heading:hover,
|
|
9948
9741
|
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
|
|
9949
9742
|
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
|
|
9950
|
-
.uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link-heading,
|
|
9951
9743
|
.uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-heading:hover,
|
|
9952
9744
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
|
|
9953
9745
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-heading,
|
|
9954
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:focus .uk-link-heading,
|
|
9955
9746
|
.uk-overlay-primary a.uk-link-heading:hover,
|
|
9956
9747
|
.uk-overlay-primary .uk-link-heading a:hover,
|
|
9957
9748
|
.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,
|
|
9958
|
-
.uk-overlay-primary .uk-link-toggle:focus .uk-link-heading,
|
|
9959
9749
|
.uk-offcanvas-bar a.uk-link-heading:hover,
|
|
9960
9750
|
.uk-offcanvas-bar .uk-link-heading a:hover,
|
|
9961
|
-
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading
|
|
9962
|
-
.uk-offcanvas-bar .uk-link-toggle:focus .uk-link-heading {
|
|
9751
|
+
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading {
|
|
9963
9752
|
color: #fff;
|
|
9964
9753
|
}
|
|
9965
9754
|
.uk-light .uk-heading-divider,
|
|
@@ -10329,27 +10118,16 @@ iframe.uk-cover {
|
|
|
10329
10118
|
color: rgba(255, 255, 255, 0.5);
|
|
10330
10119
|
}
|
|
10331
10120
|
.uk-light .uk-icon-link:hover,
|
|
10332
|
-
.uk-light .uk-icon-link:focus,
|
|
10333
10121
|
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover,
|
|
10334
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus,
|
|
10335
10122
|
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
|
|
10336
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
|
|
10337
10123
|
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover,
|
|
10338
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:focus,
|
|
10339
10124
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
|
|
10340
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
|
|
10341
10125
|
.uk-card-primary.uk-card-body .uk-icon-link:hover,
|
|
10342
|
-
.uk-card-primary.uk-card-body .uk-icon-link:focus,
|
|
10343
10126
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:hover,
|
|
10344
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:focus,
|
|
10345
10127
|
.uk-card-secondary.uk-card-body .uk-icon-link:hover,
|
|
10346
|
-
.uk-card-secondary.uk-card-body .uk-icon-link:focus,
|
|
10347
10128
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:hover,
|
|
10348
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:focus,
|
|
10349
10129
|
.uk-overlay-primary .uk-icon-link:hover,
|
|
10350
|
-
.uk-
|
|
10351
|
-
.uk-offcanvas-bar .uk-icon-link:hover,
|
|
10352
|
-
.uk-offcanvas-bar .uk-icon-link:focus {
|
|
10130
|
+
.uk-offcanvas-bar .uk-icon-link:hover {
|
|
10353
10131
|
color: rgba(255, 255, 255, 0.7);
|
|
10354
10132
|
}
|
|
10355
10133
|
.uk-light .uk-icon-link:active,
|
|
@@ -10391,27 +10169,16 @@ iframe.uk-cover {
|
|
|
10391
10169
|
color: rgba(255, 255, 255, 0.5);
|
|
10392
10170
|
}
|
|
10393
10171
|
.uk-light .uk-icon-button:hover,
|
|
10394
|
-
.uk-light .uk-icon-button:focus,
|
|
10395
10172
|
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover,
|
|
10396
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus,
|
|
10397
10173
|
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
|
|
10398
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
|
|
10399
10174
|
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover,
|
|
10400
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:focus,
|
|
10401
10175
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
|
|
10402
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
|
|
10403
10176
|
.uk-card-primary.uk-card-body .uk-icon-button:hover,
|
|
10404
|
-
.uk-card-primary.uk-card-body .uk-icon-button:focus,
|
|
10405
10177
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:hover,
|
|
10406
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:focus,
|
|
10407
10178
|
.uk-card-secondary.uk-card-body .uk-icon-button:hover,
|
|
10408
|
-
.uk-card-secondary.uk-card-body .uk-icon-button:focus,
|
|
10409
10179
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:hover,
|
|
10410
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:focus,
|
|
10411
10180
|
.uk-overlay-primary .uk-icon-button:hover,
|
|
10412
|
-
.uk-
|
|
10413
|
-
.uk-offcanvas-bar .uk-icon-button:hover,
|
|
10414
|
-
.uk-offcanvas-bar .uk-icon-button:focus {
|
|
10181
|
+
.uk-offcanvas-bar .uk-icon-button:hover {
|
|
10415
10182
|
background-color: rgba(255, 255, 255, 0.15);
|
|
10416
10183
|
color: rgba(255, 255, 255, 0.7);
|
|
10417
10184
|
}
|
|
@@ -10808,27 +10575,16 @@ iframe.uk-cover {
|
|
|
10808
10575
|
border-color: rgba(255, 255, 255, 0.7);
|
|
10809
10576
|
}
|
|
10810
10577
|
.uk-light .uk-button-default:hover,
|
|
10811
|
-
.uk-light .uk-button-default:focus,
|
|
10812
10578
|
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
|
|
10813
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
|
|
10814
10579
|
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
|
|
10815
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
|
|
10816
10580
|
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
|
|
10817
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
|
|
10818
10581
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
|
|
10819
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
|
|
10820
10582
|
.uk-card-primary.uk-card-body .uk-button-default:hover,
|
|
10821
|
-
.uk-card-primary.uk-card-body .uk-button-default:focus,
|
|
10822
10583
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
|
|
10823
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
|
|
10824
10584
|
.uk-card-secondary.uk-card-body .uk-button-default:hover,
|
|
10825
|
-
.uk-card-secondary.uk-card-body .uk-button-default:focus,
|
|
10826
10585
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
|
|
10827
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
|
|
10828
10586
|
.uk-overlay-primary .uk-button-default:hover,
|
|
10829
|
-
.uk-
|
|
10830
|
-
.uk-offcanvas-bar .uk-button-default:hover,
|
|
10831
|
-
.uk-offcanvas-bar .uk-button-default:focus {
|
|
10587
|
+
.uk-offcanvas-bar .uk-button-default:hover {
|
|
10832
10588
|
background-color: transparent;
|
|
10833
10589
|
color: #fff;
|
|
10834
10590
|
border-color: #fff;
|
|
@@ -10874,27 +10630,16 @@ iframe.uk-cover {
|
|
|
10874
10630
|
color: #666;
|
|
10875
10631
|
}
|
|
10876
10632
|
.uk-light .uk-button-primary:hover,
|
|
10877
|
-
.uk-light .uk-button-primary:focus,
|
|
10878
10633
|
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
|
|
10879
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
|
|
10880
10634
|
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
|
|
10881
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
|
|
10882
10635
|
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
|
|
10883
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
|
|
10884
10636
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
|
|
10885
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
|
|
10886
10637
|
.uk-card-primary.uk-card-body .uk-button-primary:hover,
|
|
10887
|
-
.uk-card-primary.uk-card-body .uk-button-primary:focus,
|
|
10888
10638
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
|
|
10889
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
|
|
10890
10639
|
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
|
|
10891
|
-
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
|
|
10892
10640
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
|
|
10893
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
|
|
10894
10641
|
.uk-overlay-primary .uk-button-primary:hover,
|
|
10895
|
-
.uk-
|
|
10896
|
-
.uk-offcanvas-bar .uk-button-primary:hover,
|
|
10897
|
-
.uk-offcanvas-bar .uk-button-primary:focus {
|
|
10642
|
+
.uk-offcanvas-bar .uk-button-primary:hover {
|
|
10898
10643
|
background-color: #f2f2f2;
|
|
10899
10644
|
color: #666;
|
|
10900
10645
|
}
|
|
@@ -10938,27 +10683,16 @@ iframe.uk-cover {
|
|
|
10938
10683
|
color: #666;
|
|
10939
10684
|
}
|
|
10940
10685
|
.uk-light .uk-button-secondary:hover,
|
|
10941
|
-
.uk-light .uk-button-secondary:focus,
|
|
10942
10686
|
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
|
|
10943
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
|
|
10944
10687
|
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
|
|
10945
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
|
|
10946
10688
|
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
|
|
10947
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
|
|
10948
10689
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
|
|
10949
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
|
|
10950
10690
|
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
|
|
10951
|
-
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
|
|
10952
10691
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
|
|
10953
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
|
|
10954
10692
|
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
|
|
10955
|
-
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
|
|
10956
10693
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
|
|
10957
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
|
|
10958
10694
|
.uk-overlay-primary .uk-button-secondary:hover,
|
|
10959
|
-
.uk-
|
|
10960
|
-
.uk-offcanvas-bar .uk-button-secondary:hover,
|
|
10961
|
-
.uk-offcanvas-bar .uk-button-secondary:focus {
|
|
10695
|
+
.uk-offcanvas-bar .uk-button-secondary:hover {
|
|
10962
10696
|
background-color: #f2f2f2;
|
|
10963
10697
|
color: #666;
|
|
10964
10698
|
}
|
|
@@ -11014,27 +10748,16 @@ iframe.uk-cover {
|
|
|
11014
10748
|
border-bottom-color: #fff;
|
|
11015
10749
|
}
|
|
11016
10750
|
.uk-light .uk-button-text:hover,
|
|
11017
|
-
.uk-light .uk-button-text:focus,
|
|
11018
10751
|
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover,
|
|
11019
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus,
|
|
11020
10752
|
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover,
|
|
11021
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus,
|
|
11022
10753
|
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover,
|
|
11023
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:focus,
|
|
11024
10754
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover,
|
|
11025
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:focus,
|
|
11026
10755
|
.uk-card-primary.uk-card-body .uk-button-text:hover,
|
|
11027
|
-
.uk-card-primary.uk-card-body .uk-button-text:focus,
|
|
11028
10756
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:hover,
|
|
11029
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:focus,
|
|
11030
10757
|
.uk-card-secondary.uk-card-body .uk-button-text:hover,
|
|
11031
|
-
.uk-card-secondary.uk-card-body .uk-button-text:focus,
|
|
11032
10758
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:hover,
|
|
11033
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:focus,
|
|
11034
10759
|
.uk-overlay-primary .uk-button-text:hover,
|
|
11035
|
-
.uk-
|
|
11036
|
-
.uk-offcanvas-bar .uk-button-text:hover,
|
|
11037
|
-
.uk-offcanvas-bar .uk-button-text:focus {
|
|
10760
|
+
.uk-offcanvas-bar .uk-button-text:hover {
|
|
11038
10761
|
color: #fff;
|
|
11039
10762
|
}
|
|
11040
10763
|
.uk-light .uk-button-text:disabled,
|
|
@@ -11064,27 +10787,16 @@ iframe.uk-cover {
|
|
|
11064
10787
|
color: #fff;
|
|
11065
10788
|
}
|
|
11066
10789
|
.uk-light .uk-button-link:hover,
|
|
11067
|
-
.uk-light .uk-button-link:focus,
|
|
11068
10790
|
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover,
|
|
11069
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus,
|
|
11070
10791
|
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover,
|
|
11071
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus,
|
|
11072
10792
|
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover,
|
|
11073
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:focus,
|
|
11074
10793
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover,
|
|
11075
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:focus,
|
|
11076
10794
|
.uk-card-primary.uk-card-body .uk-button-link:hover,
|
|
11077
|
-
.uk-card-primary.uk-card-body .uk-button-link:focus,
|
|
11078
10795
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:hover,
|
|
11079
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:focus,
|
|
11080
10796
|
.uk-card-secondary.uk-card-body .uk-button-link:hover,
|
|
11081
|
-
.uk-card-secondary.uk-card-body .uk-button-link:focus,
|
|
11082
10797
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:hover,
|
|
11083
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:focus,
|
|
11084
10798
|
.uk-overlay-primary .uk-button-link:hover,
|
|
11085
|
-
.uk-
|
|
11086
|
-
.uk-offcanvas-bar .uk-button-link:hover,
|
|
11087
|
-
.uk-offcanvas-bar .uk-button-link:focus {
|
|
10799
|
+
.uk-offcanvas-bar .uk-button-link:hover {
|
|
11088
10800
|
color: rgba(255, 255, 255, 0.5);
|
|
11089
10801
|
}
|
|
11090
10802
|
.uk-light.uk-card-badge,
|
|
@@ -11115,27 +10827,16 @@ iframe.uk-cover {
|
|
|
11115
10827
|
color: rgba(255, 255, 255, 0.5);
|
|
11116
10828
|
}
|
|
11117
10829
|
.uk-light .uk-close:hover,
|
|
11118
|
-
.uk-light .uk-close:focus,
|
|
11119
10830
|
.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,
|
|
11120
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-close:focus,
|
|
11121
10831
|
.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover,
|
|
11122
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-close:focus,
|
|
11123
10832
|
.uk-tile-primary:not(.uk-preserve-color) .uk-close:hover,
|
|
11124
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-close:focus,
|
|
11125
10833
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover,
|
|
11126
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:focus,
|
|
11127
10834
|
.uk-card-primary.uk-card-body .uk-close:hover,
|
|
11128
|
-
.uk-card-primary.uk-card-body .uk-close:focus,
|
|
11129
10835
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-close:hover,
|
|
11130
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-close:focus,
|
|
11131
10836
|
.uk-card-secondary.uk-card-body .uk-close:hover,
|
|
11132
|
-
.uk-card-secondary.uk-card-body .uk-close:focus,
|
|
11133
10837
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close:hover,
|
|
11134
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close:focus,
|
|
11135
10838
|
.uk-overlay-primary .uk-close:hover,
|
|
11136
|
-
.uk-
|
|
11137
|
-
.uk-offcanvas-bar .uk-close:hover,
|
|
11138
|
-
.uk-offcanvas-bar .uk-close:focus {
|
|
10839
|
+
.uk-offcanvas-bar .uk-close:hover {
|
|
11139
10840
|
color: rgba(255, 255, 255, 0.7);
|
|
11140
10841
|
}
|
|
11141
10842
|
.uk-light .uk-totop,
|
|
@@ -11152,27 +10853,16 @@ iframe.uk-cover {
|
|
|
11152
10853
|
color: rgba(255, 255, 255, 0.5);
|
|
11153
10854
|
}
|
|
11154
10855
|
.uk-light .uk-totop:hover,
|
|
11155
|
-
.uk-light .uk-totop:focus,
|
|
11156
10856
|
.uk-section-primary:not(.uk-preserve-color) .uk-totop:hover,
|
|
11157
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-totop:focus,
|
|
11158
10857
|
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover,
|
|
11159
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus,
|
|
11160
10858
|
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover,
|
|
11161
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:focus,
|
|
11162
10859
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover,
|
|
11163
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:focus,
|
|
11164
10860
|
.uk-card-primary.uk-card-body .uk-totop:hover,
|
|
11165
|
-
.uk-card-primary.uk-card-body .uk-totop:focus,
|
|
11166
10861
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:hover,
|
|
11167
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:focus,
|
|
11168
10862
|
.uk-card-secondary.uk-card-body .uk-totop:hover,
|
|
11169
|
-
.uk-card-secondary.uk-card-body .uk-totop:focus,
|
|
11170
10863
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:hover,
|
|
11171
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:focus,
|
|
11172
10864
|
.uk-overlay-primary .uk-totop:hover,
|
|
11173
|
-
.uk-
|
|
11174
|
-
.uk-offcanvas-bar .uk-totop:hover,
|
|
11175
|
-
.uk-offcanvas-bar .uk-totop:focus {
|
|
10865
|
+
.uk-offcanvas-bar .uk-totop:hover {
|
|
11176
10866
|
color: rgba(255, 255, 255, 0.7);
|
|
11177
10867
|
}
|
|
11178
10868
|
.uk-light .uk-totop:active,
|
|
@@ -11203,27 +10893,16 @@ iframe.uk-cover {
|
|
|
11203
10893
|
color: #666;
|
|
11204
10894
|
}
|
|
11205
10895
|
.uk-light .uk-marker:hover,
|
|
11206
|
-
.uk-light .uk-marker:focus,
|
|
11207
10896
|
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
|
|
11208
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
|
|
11209
10897
|
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
|
|
11210
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
|
|
11211
10898
|
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
|
|
11212
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
|
|
11213
10899
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
|
|
11214
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
|
|
11215
10900
|
.uk-card-primary.uk-card-body .uk-marker:hover,
|
|
11216
|
-
.uk-card-primary.uk-card-body .uk-marker:focus,
|
|
11217
10901
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
|
|
11218
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
|
|
11219
10902
|
.uk-card-secondary.uk-card-body .uk-marker:hover,
|
|
11220
|
-
.uk-card-secondary.uk-card-body .uk-marker:focus,
|
|
11221
10903
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
|
|
11222
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
|
|
11223
10904
|
.uk-overlay-primary .uk-marker:hover,
|
|
11224
|
-
.uk-
|
|
11225
|
-
.uk-offcanvas-bar .uk-marker:hover,
|
|
11226
|
-
.uk-offcanvas-bar .uk-marker:focus {
|
|
10905
|
+
.uk-offcanvas-bar .uk-marker:hover {
|
|
11227
10906
|
color: #666;
|
|
11228
10907
|
}
|
|
11229
10908
|
.uk-light .uk-badge,
|
|
@@ -11399,27 +11078,16 @@ iframe.uk-cover {
|
|
|
11399
11078
|
color: rgba(255, 255, 255, 0.5);
|
|
11400
11079
|
}
|
|
11401
11080
|
.uk-light .uk-search-toggle:hover,
|
|
11402
|
-
.uk-light .uk-search-toggle:focus,
|
|
11403
11081
|
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
|
|
11404
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
|
|
11405
11082
|
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
|
|
11406
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
|
|
11407
11083
|
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
|
|
11408
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
|
|
11409
11084
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
|
|
11410
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
|
|
11411
11085
|
.uk-card-primary.uk-card-body .uk-search-toggle:hover,
|
|
11412
|
-
.uk-card-primary.uk-card-body .uk-search-toggle:focus,
|
|
11413
11086
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:hover,
|
|
11414
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:focus,
|
|
11415
11087
|
.uk-card-secondary.uk-card-body .uk-search-toggle:hover,
|
|
11416
|
-
.uk-card-secondary.uk-card-body .uk-search-toggle:focus,
|
|
11417
11088
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:hover,
|
|
11418
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:focus,
|
|
11419
11089
|
.uk-overlay-primary .uk-search-toggle:hover,
|
|
11420
|
-
.uk-
|
|
11421
|
-
.uk-offcanvas-bar .uk-search-toggle:hover,
|
|
11422
|
-
.uk-offcanvas-bar .uk-search-toggle:focus {
|
|
11090
|
+
.uk-offcanvas-bar .uk-search-toggle:hover {
|
|
11423
11091
|
color: rgba(255, 255, 255, 0.7);
|
|
11424
11092
|
}
|
|
11425
11093
|
.uk-light .uk-accordion-title,
|
|
@@ -11436,27 +11104,16 @@ iframe.uk-cover {
|
|
|
11436
11104
|
color: #fff;
|
|
11437
11105
|
}
|
|
11438
11106
|
.uk-light .uk-accordion-title:hover,
|
|
11439
|
-
.uk-light .uk-accordion-title:focus,
|
|
11440
11107
|
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
|
|
11441
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
|
|
11442
11108
|
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
|
|
11443
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
|
|
11444
11109
|
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
|
|
11445
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
|
|
11446
11110
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
|
|
11447
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
|
|
11448
11111
|
.uk-card-primary.uk-card-body .uk-accordion-title:hover,
|
|
11449
|
-
.uk-card-primary.uk-card-body .uk-accordion-title:focus,
|
|
11450
11112
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:hover,
|
|
11451
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:focus,
|
|
11452
11113
|
.uk-card-secondary.uk-card-body .uk-accordion-title:hover,
|
|
11453
|
-
.uk-card-secondary.uk-card-body .uk-accordion-title:focus,
|
|
11454
11114
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:hover,
|
|
11455
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:focus,
|
|
11456
11115
|
.uk-overlay-primary .uk-accordion-title:hover,
|
|
11457
|
-
.uk-
|
|
11458
|
-
.uk-offcanvas-bar .uk-accordion-title:hover,
|
|
11459
|
-
.uk-offcanvas-bar .uk-accordion-title:focus {
|
|
11116
|
+
.uk-offcanvas-bar .uk-accordion-title:hover {
|
|
11460
11117
|
color: rgba(255, 255, 255, 0.7);
|
|
11461
11118
|
}
|
|
11462
11119
|
.uk-light .uk-grid-divider > :not(.uk-first-column)::before,
|
|
@@ -11525,27 +11182,16 @@ iframe.uk-cover {
|
|
|
11525
11182
|
color: rgba(255, 255, 255, 0.5);
|
|
11526
11183
|
}
|
|
11527
11184
|
.uk-light .uk-nav-default > li > a:hover,
|
|
11528
|
-
.uk-light .uk-nav-default > li > a:focus,
|
|
11529
11185
|
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
|
|
11530
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
|
|
11531
11186
|
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
|
|
11532
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
|
|
11533
11187
|
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
|
|
11534
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
|
|
11535
11188
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
|
|
11536
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
|
|
11537
11189
|
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
|
|
11538
|
-
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
|
|
11539
11190
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
|
|
11540
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
|
|
11541
11191
|
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
|
|
11542
|
-
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
|
|
11543
11192
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
|
|
11544
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
|
|
11545
11193
|
.uk-overlay-primary .uk-nav-default > li > a:hover,
|
|
11546
|
-
.uk-
|
|
11547
|
-
.uk-offcanvas-bar .uk-nav-default > li > a:hover,
|
|
11548
|
-
.uk-offcanvas-bar .uk-nav-default > li > a:focus {
|
|
11194
|
+
.uk-offcanvas-bar .uk-nav-default > li > a:hover {
|
|
11549
11195
|
color: rgba(255, 255, 255, 0.7);
|
|
11550
11196
|
}
|
|
11551
11197
|
.uk-light .uk-nav-default > li.uk-active > a,
|
|
@@ -11601,27 +11247,16 @@ iframe.uk-cover {
|
|
|
11601
11247
|
color: rgba(255, 255, 255, 0.5);
|
|
11602
11248
|
}
|
|
11603
11249
|
.uk-light .uk-nav-default .uk-nav-sub a:hover,
|
|
11604
|
-
.uk-light .uk-nav-default .uk-nav-sub a:focus,
|
|
11605
11250
|
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
|
|
11606
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
|
|
11607
11251
|
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
|
|
11608
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
|
|
11609
11252
|
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
|
|
11610
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
|
|
11611
11253
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
|
|
11612
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
|
|
11613
11254
|
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
|
|
11614
|
-
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
|
|
11615
11255
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover,
|
|
11616
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus,
|
|
11617
11256
|
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
|
|
11618
|
-
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
|
|
11619
11257
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover,
|
|
11620
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus,
|
|
11621
11258
|
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,
|
|
11622
|
-
.uk-
|
|
11623
|
-
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
|
|
11624
|
-
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
|
|
11259
|
+
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
|
|
11625
11260
|
color: rgba(255, 255, 255, 0.7);
|
|
11626
11261
|
}
|
|
11627
11262
|
.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a,
|
|
@@ -11651,27 +11286,16 @@ iframe.uk-cover {
|
|
|
11651
11286
|
color: rgba(255, 255, 255, 0.5);
|
|
11652
11287
|
}
|
|
11653
11288
|
.uk-light .uk-nav-primary > li > a:hover,
|
|
11654
|
-
.uk-light .uk-nav-primary > li > a:focus,
|
|
11655
11289
|
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
|
|
11656
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
|
|
11657
11290
|
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
|
|
11658
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
|
|
11659
11291
|
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
|
|
11660
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
|
|
11661
11292
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
|
|
11662
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
|
|
11663
11293
|
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover,
|
|
11664
|
-
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus,
|
|
11665
11294
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover,
|
|
11666
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus,
|
|
11667
11295
|
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover,
|
|
11668
|
-
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus,
|
|
11669
11296
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover,
|
|
11670
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus,
|
|
11671
11297
|
.uk-overlay-primary .uk-nav-primary > li > a:hover,
|
|
11672
|
-
.uk-
|
|
11673
|
-
.uk-offcanvas-bar .uk-nav-primary > li > a:hover,
|
|
11674
|
-
.uk-offcanvas-bar .uk-nav-primary > li > a:focus {
|
|
11298
|
+
.uk-offcanvas-bar .uk-nav-primary > li > a:hover {
|
|
11675
11299
|
color: rgba(255, 255, 255, 0.7);
|
|
11676
11300
|
}
|
|
11677
11301
|
.uk-light .uk-nav-primary > li.uk-active > a,
|
|
@@ -11727,27 +11351,16 @@ iframe.uk-cover {
|
|
|
11727
11351
|
color: rgba(255, 255, 255, 0.5);
|
|
11728
11352
|
}
|
|
11729
11353
|
.uk-light .uk-nav-primary .uk-nav-sub a:hover,
|
|
11730
|
-
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
|
|
11731
11354
|
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
|
|
11732
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
|
|
11733
11355
|
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
|
|
11734
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
|
|
11735
11356
|
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
|
|
11736
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
|
|
11737
11357
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
|
|
11738
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
|
|
11739
11358
|
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
|
|
11740
|
-
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
|
|
11741
11359
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover,
|
|
11742
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus,
|
|
11743
11360
|
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
|
|
11744
|
-
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
|
|
11745
11361
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover,
|
|
11746
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus,
|
|
11747
11362
|
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,
|
|
11748
|
-
.uk-
|
|
11749
|
-
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
|
|
11750
|
-
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
|
|
11363
|
+
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover {
|
|
11751
11364
|
color: rgba(255, 255, 255, 0.7);
|
|
11752
11365
|
}
|
|
11753
11366
|
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a,
|
|
@@ -11790,37 +11403,26 @@ iframe.uk-cover {
|
|
|
11790
11403
|
color: rgba(255, 255, 255, 0.5);
|
|
11791
11404
|
}
|
|
11792
11405
|
.uk-light .uk-navbar-nav > li:hover > a,
|
|
11793
|
-
.uk-light .uk-navbar-nav > li > a:focus,
|
|
11794
11406
|
.uk-light .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11795
11407
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
|
11796
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
|
11797
11408
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11798
11409
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
|
11799
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
|
11800
11410
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11801
11411
|
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
|
11802
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
|
11803
11412
|
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11804
11413
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
|
11805
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
|
11806
11414
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11807
11415
|
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
|
|
11808
|
-
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
|
|
11809
11416
|
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11810
11417
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
|
|
11811
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
|
|
11812
11418
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11813
11419
|
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
|
|
11814
|
-
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
|
|
11815
11420
|
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11816
11421
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
|
|
11817
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
|
|
11818
11422
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11819
11423
|
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
|
|
11820
|
-
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
|
|
11821
11424
|
.uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11822
11425
|
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
|
|
11823
|
-
.uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
|
|
11824
11426
|
.uk-offcanvas-bar .uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
11825
11427
|
color: rgba(255, 255, 255, 0.7);
|
|
11826
11428
|
}
|
|
@@ -11877,37 +11479,26 @@ iframe.uk-cover {
|
|
|
11877
11479
|
color: rgba(255, 255, 255, 0.5);
|
|
11878
11480
|
}
|
|
11879
11481
|
.uk-light .uk-navbar-toggle:hover,
|
|
11880
|
-
.uk-light .uk-navbar-toggle:focus,
|
|
11881
11482
|
.uk-light .uk-navbar-toggle[aria-expanded="true"],
|
|
11882
11483
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
|
|
11883
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
|
|
11884
11484
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
|
|
11885
11485
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
|
|
11886
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
|
|
11887
11486
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
|
|
11888
11487
|
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
|
|
11889
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
|
|
11890
11488
|
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
|
|
11891
11489
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
|
|
11892
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
|
|
11893
11490
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
|
|
11894
11491
|
.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,
|
|
11895
|
-
.uk-card-primary.uk-card-body .uk-navbar-toggle:focus,
|
|
11896
11492
|
.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
|
|
11897
11493
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover,
|
|
11898
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
|
|
11899
11494
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle[aria-expanded="true"],
|
|
11900
11495
|
.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,
|
|
11901
|
-
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
|
|
11902
11496
|
.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
|
|
11903
11497
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover,
|
|
11904
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
|
|
11905
11498
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle[aria-expanded="true"],
|
|
11906
11499
|
.uk-overlay-primary .uk-navbar-toggle:hover,
|
|
11907
|
-
.uk-overlay-primary .uk-navbar-toggle:focus,
|
|
11908
11500
|
.uk-overlay-primary .uk-navbar-toggle[aria-expanded="true"],
|
|
11909
11501
|
.uk-offcanvas-bar .uk-navbar-toggle:hover,
|
|
11910
|
-
.uk-offcanvas-bar .uk-navbar-toggle:focus,
|
|
11911
11502
|
.uk-offcanvas-bar .uk-navbar-toggle[aria-expanded="true"] {
|
|
11912
11503
|
color: rgba(255, 255, 255, 0.7);
|
|
11913
11504
|
}
|
|
@@ -11925,27 +11516,16 @@ iframe.uk-cover {
|
|
|
11925
11516
|
color: rgba(255, 255, 255, 0.5);
|
|
11926
11517
|
}
|
|
11927
11518
|
.uk-light .uk-subnav > * > a:hover,
|
|
11928
|
-
.uk-light .uk-subnav > * > a:focus,
|
|
11929
11519
|
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
|
|
11930
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
|
|
11931
11520
|
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
|
|
11932
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
|
|
11933
11521
|
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
|
|
11934
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
|
|
11935
11522
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
|
|
11936
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
|
|
11937
11523
|
.uk-card-primary.uk-card-body .uk-subnav > * > a:hover,
|
|
11938
|
-
.uk-card-primary.uk-card-body .uk-subnav > * > a:focus,
|
|
11939
11524
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover,
|
|
11940
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus,
|
|
11941
11525
|
.uk-card-secondary.uk-card-body .uk-subnav > * > a:hover,
|
|
11942
|
-
.uk-card-secondary.uk-card-body .uk-subnav > * > a:focus,
|
|
11943
11526
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover,
|
|
11944
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus,
|
|
11945
11527
|
.uk-overlay-primary .uk-subnav > * > a:hover,
|
|
11946
|
-
.uk-
|
|
11947
|
-
.uk-offcanvas-bar .uk-subnav > * > a:hover,
|
|
11948
|
-
.uk-offcanvas-bar .uk-subnav > * > a:focus {
|
|
11528
|
+
.uk-offcanvas-bar .uk-subnav > * > a:hover {
|
|
11949
11529
|
color: rgba(255, 255, 255, 0.7);
|
|
11950
11530
|
}
|
|
11951
11531
|
.uk-light .uk-subnav > .uk-active > a,
|
|
@@ -11989,27 +11569,16 @@ iframe.uk-cover {
|
|
|
11989
11569
|
color: rgba(255, 255, 255, 0.5);
|
|
11990
11570
|
}
|
|
11991
11571
|
.uk-light .uk-subnav-pill > * > a:hover,
|
|
11992
|
-
.uk-light .uk-subnav-pill > * > a:focus,
|
|
11993
11572
|
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
|
|
11994
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
|
|
11995
11573
|
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
|
|
11996
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
|
|
11997
11574
|
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
|
|
11998
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
|
|
11999
11575
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
|
|
12000
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
|
|
12001
11576
|
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover,
|
|
12002
|
-
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus,
|
|
12003
11577
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover,
|
|
12004
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus,
|
|
12005
11578
|
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover,
|
|
12006
|
-
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus,
|
|
12007
11579
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover,
|
|
12008
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus,
|
|
12009
11580
|
.uk-overlay-primary .uk-subnav-pill > * > a:hover,
|
|
12010
|
-
.uk-
|
|
12011
|
-
.uk-offcanvas-bar .uk-subnav-pill > * > a:hover,
|
|
12012
|
-
.uk-offcanvas-bar .uk-subnav-pill > * > a:focus {
|
|
11581
|
+
.uk-offcanvas-bar .uk-subnav-pill > * > a:hover {
|
|
12013
11582
|
background-color: rgba(255, 255, 255, 0.1);
|
|
12014
11583
|
color: rgba(255, 255, 255, 0.7);
|
|
12015
11584
|
}
|
|
@@ -12068,27 +11637,16 @@ iframe.uk-cover {
|
|
|
12068
11637
|
color: rgba(255, 255, 255, 0.5);
|
|
12069
11638
|
}
|
|
12070
11639
|
.uk-light .uk-breadcrumb > * > :hover,
|
|
12071
|
-
.uk-light .uk-breadcrumb > * > :focus,
|
|
12072
11640
|
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
|
|
12073
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
|
|
12074
11641
|
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
|
|
12075
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
|
|
12076
11642
|
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
|
|
12077
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
|
|
12078
11643
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
|
|
12079
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
|
|
12080
11644
|
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover,
|
|
12081
|
-
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus,
|
|
12082
11645
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover,
|
|
12083
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus,
|
|
12084
11646
|
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover,
|
|
12085
|
-
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus,
|
|
12086
11647
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover,
|
|
12087
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus,
|
|
12088
11648
|
.uk-overlay-primary .uk-breadcrumb > * > :hover,
|
|
12089
|
-
.uk-
|
|
12090
|
-
.uk-offcanvas-bar .uk-breadcrumb > * > :hover,
|
|
12091
|
-
.uk-offcanvas-bar .uk-breadcrumb > * > :focus {
|
|
11649
|
+
.uk-offcanvas-bar .uk-breadcrumb > * > :hover {
|
|
12092
11650
|
color: rgba(255, 255, 255, 0.7);
|
|
12093
11651
|
}
|
|
12094
11652
|
.uk-light .uk-breadcrumb > :last-child > *,
|
|
@@ -12131,27 +11689,16 @@ iframe.uk-cover {
|
|
|
12131
11689
|
color: rgba(255, 255, 255, 0.5);
|
|
12132
11690
|
}
|
|
12133
11691
|
.uk-light .uk-pagination > * > :hover,
|
|
12134
|
-
.uk-light .uk-pagination > * > :focus,
|
|
12135
11692
|
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
|
|
12136
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
|
|
12137
11693
|
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
|
|
12138
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
|
|
12139
11694
|
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
|
|
12140
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
|
|
12141
11695
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
|
|
12142
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
|
|
12143
11696
|
.uk-card-primary.uk-card-body .uk-pagination > * > :hover,
|
|
12144
|
-
.uk-card-primary.uk-card-body .uk-pagination > * > :focus,
|
|
12145
11697
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :hover,
|
|
12146
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :focus,
|
|
12147
11698
|
.uk-card-secondary.uk-card-body .uk-pagination > * > :hover,
|
|
12148
|
-
.uk-card-secondary.uk-card-body .uk-pagination > * > :focus,
|
|
12149
11699
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :hover,
|
|
12150
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :focus,
|
|
12151
11700
|
.uk-overlay-primary .uk-pagination > * > :hover,
|
|
12152
|
-
.uk-
|
|
12153
|
-
.uk-offcanvas-bar .uk-pagination > * > :hover,
|
|
12154
|
-
.uk-offcanvas-bar .uk-pagination > * > :focus {
|
|
11701
|
+
.uk-offcanvas-bar .uk-pagination > * > :hover {
|
|
12155
11702
|
color: rgba(255, 255, 255, 0.7);
|
|
12156
11703
|
}
|
|
12157
11704
|
.uk-light .uk-pagination > .uk-active > *,
|
|
@@ -12207,27 +11754,16 @@ iframe.uk-cover {
|
|
|
12207
11754
|
color: rgba(255, 255, 255, 0.5);
|
|
12208
11755
|
}
|
|
12209
11756
|
.uk-light .uk-tab > * > a:hover,
|
|
12210
|
-
.uk-light .uk-tab > * > a:focus,
|
|
12211
11757
|
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
|
|
12212
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
|
|
12213
11758
|
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
|
|
12214
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
|
|
12215
11759
|
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
|
|
12216
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
|
|
12217
11760
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
|
|
12218
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
|
|
12219
11761
|
.uk-card-primary.uk-card-body .uk-tab > * > a:hover,
|
|
12220
|
-
.uk-card-primary.uk-card-body .uk-tab > * > a:focus,
|
|
12221
11762
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:hover,
|
|
12222
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:focus,
|
|
12223
11763
|
.uk-card-secondary.uk-card-body .uk-tab > * > a:hover,
|
|
12224
|
-
.uk-card-secondary.uk-card-body .uk-tab > * > a:focus,
|
|
12225
11764
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:hover,
|
|
12226
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:focus,
|
|
12227
11765
|
.uk-overlay-primary .uk-tab > * > a:hover,
|
|
12228
|
-
.uk-
|
|
12229
|
-
.uk-offcanvas-bar .uk-tab > * > a:hover,
|
|
12230
|
-
.uk-offcanvas-bar .uk-tab > * > a:focus {
|
|
11766
|
+
.uk-offcanvas-bar .uk-tab > * > a:hover {
|
|
12231
11767
|
color: rgba(255, 255, 255, 0.7);
|
|
12232
11768
|
}
|
|
12233
11769
|
.uk-light .uk-tab > .uk-active > a,
|
|
@@ -12271,27 +11807,16 @@ iframe.uk-cover {
|
|
|
12271
11807
|
color: rgba(255, 255, 255, 0.7);
|
|
12272
11808
|
}
|
|
12273
11809
|
.uk-light .uk-slidenav:hover,
|
|
12274
|
-
.uk-light .uk-slidenav:focus,
|
|
12275
11810
|
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover,
|
|
12276
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus,
|
|
12277
11811
|
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
|
|
12278
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
|
|
12279
11812
|
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover,
|
|
12280
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus,
|
|
12281
11813
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
|
|
12282
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
|
|
12283
11814
|
.uk-card-primary.uk-card-body .uk-slidenav:hover,
|
|
12284
|
-
.uk-card-primary.uk-card-body .uk-slidenav:focus,
|
|
12285
11815
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:hover,
|
|
12286
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:focus,
|
|
12287
11816
|
.uk-card-secondary.uk-card-body .uk-slidenav:hover,
|
|
12288
|
-
.uk-card-secondary.uk-card-body .uk-slidenav:focus,
|
|
12289
11817
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:hover,
|
|
12290
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:focus,
|
|
12291
11818
|
.uk-overlay-primary .uk-slidenav:hover,
|
|
12292
|
-
.uk-
|
|
12293
|
-
.uk-offcanvas-bar .uk-slidenav:hover,
|
|
12294
|
-
.uk-offcanvas-bar .uk-slidenav:focus {
|
|
11819
|
+
.uk-offcanvas-bar .uk-slidenav:hover {
|
|
12295
11820
|
color: rgba(255, 255, 255, 0.95);
|
|
12296
11821
|
}
|
|
12297
11822
|
.uk-light .uk-slidenav:active,
|
|
@@ -12322,27 +11847,16 @@ iframe.uk-cover {
|
|
|
12322
11847
|
border-color: rgba(255, 255, 255, 0.9);
|
|
12323
11848
|
}
|
|
12324
11849
|
.uk-light .uk-dotnav > * > :hover,
|
|
12325
|
-
.uk-light .uk-dotnav > * > :focus,
|
|
12326
11850
|
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
|
|
12327
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
|
|
12328
11851
|
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
|
|
12329
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
|
|
12330
11852
|
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
|
|
12331
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
|
|
12332
11853
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
|
|
12333
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
|
|
12334
11854
|
.uk-card-primary.uk-card-body .uk-dotnav > * > :hover,
|
|
12335
|
-
.uk-card-primary.uk-card-body .uk-dotnav > * > :focus,
|
|
12336
11855
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover,
|
|
12337
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus,
|
|
12338
11856
|
.uk-card-secondary.uk-card-body .uk-dotnav > * > :hover,
|
|
12339
|
-
.uk-card-secondary.uk-card-body .uk-dotnav > * > :focus,
|
|
12340
11857
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover,
|
|
12341
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus,
|
|
12342
11858
|
.uk-overlay-primary .uk-dotnav > * > :hover,
|
|
12343
|
-
.uk-
|
|
12344
|
-
.uk-offcanvas-bar .uk-dotnav > * > :hover,
|
|
12345
|
-
.uk-offcanvas-bar .uk-dotnav > * > :focus {
|
|
11859
|
+
.uk-offcanvas-bar .uk-dotnav > * > :hover {
|
|
12346
11860
|
background-color: rgba(255, 255, 255, 0.9);
|
|
12347
11861
|
border-color: transparent;
|
|
12348
11862
|
}
|
|
@@ -12388,27 +11902,16 @@ iframe.uk-cover {
|
|
|
12388
11902
|
color: rgba(255, 255, 255, 0.5);
|
|
12389
11903
|
}
|
|
12390
11904
|
.uk-light .uk-iconnav > * > a:hover,
|
|
12391
|
-
.uk-light .uk-iconnav > * > a:focus,
|
|
12392
11905
|
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
|
|
12393
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
|
|
12394
11906
|
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
|
|
12395
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
|
|
12396
11907
|
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
|
|
12397
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
|
|
12398
11908
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
|
|
12399
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
|
|
12400
11909
|
.uk-card-primary.uk-card-body .uk-iconnav > * > a:hover,
|
|
12401
|
-
.uk-card-primary.uk-card-body .uk-iconnav > * > a:focus,
|
|
12402
11910
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover,
|
|
12403
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus,
|
|
12404
11911
|
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover,
|
|
12405
|
-
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus,
|
|
12406
11912
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover,
|
|
12407
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus,
|
|
12408
11913
|
.uk-overlay-primary .uk-iconnav > * > a:hover,
|
|
12409
|
-
.uk-
|
|
12410
|
-
.uk-offcanvas-bar .uk-iconnav > * > a:hover,
|
|
12411
|
-
.uk-offcanvas-bar .uk-iconnav > * > a:focus {
|
|
11914
|
+
.uk-offcanvas-bar .uk-iconnav > * > a:hover {
|
|
12412
11915
|
color: rgba(255, 255, 255, 0.7);
|
|
12413
11916
|
}
|
|
12414
11917
|
.uk-light .uk-iconnav > .uk-active > a,
|
|
@@ -12529,27 +12032,16 @@ iframe.uk-cover {
|
|
|
12529
12032
|
color: rgba(255, 255, 255, 0.7);
|
|
12530
12033
|
}
|
|
12531
12034
|
.uk-light .uk-logo:hover,
|
|
12532
|
-
.uk-light .uk-logo:focus,
|
|
12533
12035
|
.uk-section-primary:not(.uk-preserve-color) .uk-logo:hover,
|
|
12534
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-logo:focus,
|
|
12535
12036
|
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover,
|
|
12536
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus,
|
|
12537
12037
|
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover,
|
|
12538
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:focus,
|
|
12539
12038
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover,
|
|
12540
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:focus,
|
|
12541
12039
|
.uk-card-primary.uk-card-body .uk-logo:hover,
|
|
12542
|
-
.uk-card-primary.uk-card-body .uk-logo:focus,
|
|
12543
12040
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo:hover,
|
|
12544
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo:focus,
|
|
12545
12041
|
.uk-card-secondary.uk-card-body .uk-logo:hover,
|
|
12546
|
-
.uk-card-secondary.uk-card-body .uk-logo:focus,
|
|
12547
12042
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:hover,
|
|
12548
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:focus,
|
|
12549
12043
|
.uk-overlay-primary .uk-logo:hover,
|
|
12550
|
-
.uk-
|
|
12551
|
-
.uk-offcanvas-bar .uk-logo:hover,
|
|
12552
|
-
.uk-offcanvas-bar .uk-logo:focus {
|
|
12044
|
+
.uk-offcanvas-bar .uk-logo:hover {
|
|
12553
12045
|
color: rgba(255, 255, 255, 0.7);
|
|
12554
12046
|
}
|
|
12555
12047
|
.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
|
|
@@ -12578,6 +12070,30 @@ iframe.uk-cover {
|
|
|
12578
12070
|
.uk-offcanvas-bar .uk-logo-inverse {
|
|
12579
12071
|
display: inline;
|
|
12580
12072
|
}
|
|
12073
|
+
.uk-light .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12074
|
+
.uk-light .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12075
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12076
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12077
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12078
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12079
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12080
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12081
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12082
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12083
|
+
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12084
|
+
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12085
|
+
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12086
|
+
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12087
|
+
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12088
|
+
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12089
|
+
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12090
|
+
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12091
|
+
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12092
|
+
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(even):last-child,
|
|
12093
|
+
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(even):last-child,
|
|
12094
|
+
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(even):last-child {
|
|
12095
|
+
border-bottom-color: rgba(255, 255, 255, 0.2);
|
|
12096
|
+
}
|
|
12581
12097
|
.uk-light .uk-accordion-title::before,
|
|
12582
12098
|
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before,
|
|
12583
12099
|
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
|