j1-template 2022.1.0 → 2022.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_article_navigator.html +4 -5
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +4 -5
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +35 -19
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.0.proc +129 -0
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.1.proc +113 -0
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +3 -3
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -5
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +29 -7
- data/_includes/themes/j1/procedures/posts/pager.proc +2 -3
- data/assets/data/carousel.json +2 -2
- data/assets/data/galleries.json +17 -5
- data/assets/data/gallery_customizer.html +4 -5
- data/assets/data/j1_config.json +42 -0
- data/assets/data/panel.html +17 -0
- data/assets/data/quicklinks.html +4 -4
- data/assets/themes/j1/adapter/js/advertising.js +2 -2
- data/assets/themes/j1/adapter/js/algolia.js +5 -5
- data/assets/themes/j1/adapter/js/analytics.js +1 -1
- data/assets/themes/j1/adapter/js/asciidoctor.js +2 -2
- data/assets/themes/j1/adapter/js/attic.js +5 -5
- data/assets/themes/j1/adapter/js/bmd.js +12 -12
- data/assets/themes/j1/adapter/js/carousel.js +40 -30
- data/assets/themes/j1/adapter/js/clipboard.js +2 -2
- data/assets/themes/j1/adapter/js/comments.js +2 -2
- data/assets/themes/j1/adapter/js/cookieConsent.js +2 -2
- data/assets/themes/j1/adapter/js/customFunctions.js +2 -2
- data/assets/themes/j1/adapter/js/customModule.js +2 -2
- data/assets/themes/j1/adapter/js/dropdowns.js +2 -2
- data/assets/themes/j1/adapter/js/fab.js +4 -4
- data/assets/themes/j1/adapter/js/framer.js +2 -2
- data/assets/themes/j1/adapter/js/j1.js +9 -9
- data/assets/themes/j1/adapter/js/justifiedGallery.js +42 -30
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +126 -113
- data/assets/themes/j1/adapter/js/lightbox.js +34 -30
- data/assets/themes/j1/adapter/js/logger.js +2 -2
- data/assets/themes/j1/adapter/js/{quicksearch.js → lunr.js} +17 -19
- data/assets/themes/j1/adapter/js/mmenu.js +7 -7
- data/assets/themes/j1/adapter/js/navigator.js +5 -5
- data/assets/themes/j1/adapter/js/rangeSlider.js +96 -83
- data/assets/themes/j1/adapter/js/rouge.js +26 -22
- data/assets/themes/j1/adapter/js/rtable.js +2 -2
- data/assets/themes/j1/adapter/js/rtextResizer.js +6 -22
- data/assets/themes/j1/adapter/js/scroller.js +2 -2
- data/assets/themes/j1/adapter/js/themer.js +3 -3
- data/assets/themes/j1/adapter/js/toccer.js +5 -5
- data/assets/themes/j1/adapter/js/translator.js +2 -2
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -6
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
- data/assets/themes/j1/core/css/vendor.css +2 -3
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +1 -6
- data/assets/themes/j1/core/js/template.min.js +1 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +28 -12
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +1 -2
- data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -11
- data/assets/themes/j1/modules/{lunrSearch/css/quicksearch.css → lunr/css/j1.css} +2 -2
- data/assets/themes/j1/modules/lunr/css/j1.min.css +15 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.js → lunr/js/j1.js} +11 -8
- data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.min.js → lunr/js/j1.min.js} +1 -1
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.th.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.min.js +0 -0
- data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +2 -375
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +14 -5
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +2 -179
- data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +1 -12
- data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +3 -1
- data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +23 -0
- data/assets/themes/j1/modules/videojs/css/video-js.css +6 -2
- data/assets/themes/j1/modules/videojs/css/video-js.min.css +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +68 -95
- data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +168 -0
- data/lib/starter_web/_data/blocks/panel.yml +2 -0
- data/lib/starter_web/_data/j1_config.yml +33 -1
- data/lib/starter_web/_data/layouts/app.yml +11 -6
- data/lib/starter_web/_data/layouts/article_navigator.yml +8 -3
- data/lib/starter_web/_data/layouts/blog_archive.yml +8 -3
- data/lib/starter_web/_data/layouts/collection.yml +14 -21
- data/lib/starter_web/_data/layouts/default.yml +11 -36
- data/lib/starter_web/_data/layouts/home.yml +14 -22
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +8 -3
- data/lib/starter_web/_data/layouts/page.yml +8 -14
- data/lib/starter_web/_data/layouts/post.yml +8 -3
- data/lib/starter_web/_data/layouts/raw.yml +14 -9
- data/lib/starter_web/_data/{builder → modules}/blog_navigator.yml +4 -4
- data/lib/starter_web/_data/{apps → modules}/carousel.yml +2 -2
- data/lib/starter_web/_data/{builder → modules}/defaults/blog_navigator.yml +4 -5
- data/lib/starter_web/_data/{apps → modules}/defaults/carousel.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/defaults/justifiedGallery.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/defaults/lightGallery.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/defaults/lightbox.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/{quicksearch.yml → lunr.yml} +6 -15
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/justifiedGallery.yml +101 -50
- data/lib/starter_web/_data/{apps → modules}/lightGallery.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/lightbox.yml +2 -2
- data/lib/starter_web/_data/modules/{quicksearch.yml → lunr.yml} +4 -7
- data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
- data/lib/starter_web/_data/modules/rangeSlider.yml +2 -2
- data/lib/starter_web/_data/resources.yml +20 -21
- data/lib/starter_web/_includes/attributes.asciidoc +16 -3
- data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +6 -4
- data/lib/starter_web/_plugins/filters.rb +53 -0
- data/lib/starter_web/_plugins/lunr_index.rb +11 -6
- data/lib/starter_web/assets/images/modules/attics/joanna-kosinska-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
- data/lib/starter_web/collections/asciidoc_skeletons/simple-post/{yyyy-mm-dd-your-post-name.adoc → _posts/yyyy-mm-dd-your-post-name.asciidoc} +26 -12
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-28-about-j1.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/_blog/navigator/archive/categoryview.html +254 -0
- data/lib/starter_web/pages/public/_blog/navigator/archive/dateview.html +238 -0
- data/lib/starter_web/pages/public/_blog/navigator/archive/tagview.html +283 -0
- data/lib/starter_web/pages/public/_blog/navigator/archive.html +204 -0
- data/lib/starter_web/pages/public/_blog/navigator/index.html +53 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +2 -4
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +15 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +33 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +30 -11
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +28 -11
- data/lib/starter_web/pages/public/blog/navigator/archive.html +29 -11
- data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +13 -17
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +99 -16
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +74 -74
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +7 -13
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +91 -77
- data/assets/themes/j1/modules/lunrSearch/css/quicksearch.min.css +0 -32
- data/lib/starter_web/_data/layouts/home.ads.yml +0 -262
- data/lib/starter_web/_data/layouts/home.no-ads.yml +0 -262
- data/lib/starter_web/_data/pages/builder.yml +0 -87
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +0 -265
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +0 -237
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +0 -237
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
# -----------------------------------------------------------------------------
|
3
|
-
# ~/
|
3
|
+
# ~/assets/themes/j1/modules/mmenu_light/css/mmenu.min.css
|
4
4
|
# Provides base styles for mobile menu light
|
5
5
|
#
|
6
6
|
# Product/Info:
|
@@ -17,377 +17,4 @@
|
|
17
17
|
#
|
18
18
|
# -----------------------------------------------------------------------------
|
19
19
|
*/
|
20
|
-
|
21
|
-
:root {
|
22
|
-
--mm-ocd-width: 80%;
|
23
|
-
--mm-ocd-min-width: 200px;
|
24
|
-
--mm-ocd-max-width: 440px
|
25
|
-
}
|
26
|
-
|
27
|
-
body.mm-ocd-opened {
|
28
|
-
overflow-y: hidden;
|
29
|
-
-ms-scroll-chaining: none;
|
30
|
-
overscroll-behavior: none
|
31
|
-
}
|
32
|
-
|
33
|
-
/*
|
34
|
-
jadams, 2020-06-20: CSS/Offset to the NAV bar should be calculted
|
35
|
-
at runtime as a dyn style
|
36
|
-
*/
|
37
|
-
.mm-ocd {
|
38
|
-
position: fixed;
|
39
|
-
top: 80px; /* jadams, 2020-06-20: offset to the NAV bar */
|
40
|
-
right: 0;
|
41
|
-
bottom: 100%;
|
42
|
-
left: 0;
|
43
|
-
z-index: 9999;
|
44
|
-
overflow: hidden;
|
45
|
-
-ms-scroll-chaining: none;
|
46
|
-
overscroll-behavior: contain;
|
47
|
-
background: rgba(0, 0, 0, 0);
|
48
|
-
-webkit-transition-property: bottom, background-color;
|
49
|
-
-o-transition-property: bottom, background-color;
|
50
|
-
transition-property: bottom, background-color;
|
51
|
-
-webkit-transition-duration: 0s, .3s;
|
52
|
-
-o-transition-duration: 0s, .3s;
|
53
|
-
transition-duration: 0s, .3s;
|
54
|
-
-webkit-transition-timing-function: ease;
|
55
|
-
-o-transition-timing-function: ease;
|
56
|
-
transition-timing-function: ease;
|
57
|
-
-webkit-transition-delay: .45s, .15s;
|
58
|
-
-o-transition-delay: .45s, .15s;
|
59
|
-
transition-delay: .45s, .15s
|
60
|
-
}
|
61
|
-
|
62
|
-
.mm-ocd--open {
|
63
|
-
bottom: 0;
|
64
|
-
background: rgba(0, 0, 0, .25);
|
65
|
-
-webkit-transition-delay: 0s;
|
66
|
-
-o-transition-delay: 0s;
|
67
|
-
transition-delay: 0s
|
68
|
-
}
|
69
|
-
|
70
|
-
.mm-ocd__content {
|
71
|
-
position: absolute;
|
72
|
-
top: 0;
|
73
|
-
bottom: 0;
|
74
|
-
z-index: 2;
|
75
|
-
width: 80%;
|
76
|
-
width: var(--mm-ocd-width);
|
77
|
-
min-width: 200px;
|
78
|
-
min-width: var(--mm-ocd-min-width);
|
79
|
-
max-width: 440px;
|
80
|
-
max-width: var(--mm-ocd-max-width);
|
81
|
-
background: #fff;
|
82
|
-
-webkit-transition-property: -webkit-transform;
|
83
|
-
transition-property: -webkit-transform;
|
84
|
-
-o-transition-property: transform;
|
85
|
-
transition-property: transform;
|
86
|
-
transition-property: transform, -webkit-transform;
|
87
|
-
-webkit-transition-duration: .3s;
|
88
|
-
-o-transition-duration: .3s;
|
89
|
-
transition-duration: .3s;
|
90
|
-
-webkit-transition-timing-function: ease;
|
91
|
-
-o-transition-timing-function: ease;
|
92
|
-
transition-timing-function: ease
|
93
|
-
}
|
94
|
-
|
95
|
-
.mm-ocd--left .mm-ocd__content {
|
96
|
-
left: 0;
|
97
|
-
-webkit-transform: translate3d(-100%, 0, 0);
|
98
|
-
transform: translate3d(-100%, 0, 0)
|
99
|
-
}
|
100
|
-
|
101
|
-
.mm-ocd--right .mm-ocd__content {
|
102
|
-
right: 0;
|
103
|
-
-webkit-transform: translate3d(100%, 0, 0);
|
104
|
-
transform: translate3d(100%, 0, 0)
|
105
|
-
}
|
106
|
-
|
107
|
-
.mm-ocd--open .mm-ocd__content {
|
108
|
-
-webkit-transform: translate3d(0, 0, 0);
|
109
|
-
transform: translate3d(0, 0, 0)
|
110
|
-
}
|
111
|
-
|
112
|
-
.mm-ocd__backdrop {
|
113
|
-
position: absolute;
|
114
|
-
top: 0;
|
115
|
-
bottom: 0;
|
116
|
-
z-index: 3;
|
117
|
-
width: calc(100% - 80%);
|
118
|
-
width: calc(100% - var(--mm-ocd-width));
|
119
|
-
min-width: calc(100% - 440px);
|
120
|
-
min-width: calc(100% - var(--mm-ocd-max-width));
|
121
|
-
max-width: calc(100% - 200px);
|
122
|
-
max-width: calc(100% - var(--mm-ocd-min-width));
|
123
|
-
background: rgba(3, 2, 1, 0)
|
124
|
-
}
|
125
|
-
|
126
|
-
.mm-ocd--left .mm-ocd__backdrop {
|
127
|
-
right: 0
|
128
|
-
}
|
129
|
-
|
130
|
-
.mm-ocd--right .mm-ocd__backdrop {
|
131
|
-
left: 0
|
132
|
-
}
|
133
|
-
|
134
|
-
.mm-spn,
|
135
|
-
.mm-spn a,
|
136
|
-
.mm-spn li,
|
137
|
-
.mm-spn span,
|
138
|
-
.mm-spn ul {
|
139
|
-
display: block;
|
140
|
-
padding: 0;
|
141
|
-
margin: 0;
|
142
|
-
-webkit-box-sizing: border-box;
|
143
|
-
box-sizing: border-box
|
144
|
-
}
|
145
|
-
|
146
|
-
:root {
|
147
|
-
--mm-spn-item-height: 50px;
|
148
|
-
--mm-spn-item-indent: 20px;
|
149
|
-
--mm-spn-line-height: 24px
|
150
|
-
}
|
151
|
-
|
152
|
-
.mm-spn {
|
153
|
-
width: 100%;
|
154
|
-
height: 100%;
|
155
|
-
-webkit-tap-highlight-color: transparent;
|
156
|
-
-webkit-overflow-scrolling: touch;
|
157
|
-
overflow: hidden;
|
158
|
-
-webkit-clip-path: inset(0 0 0 0);
|
159
|
-
clip-path: inset(0 0 0 0);
|
160
|
-
-webkit-transform: translateX(0);
|
161
|
-
-ms-transform: translateX(0);
|
162
|
-
transform: translateX(0)
|
163
|
-
}
|
164
|
-
|
165
|
-
.mm-spn ul {
|
166
|
-
-webkit-overflow-scrolling: touch;
|
167
|
-
position: fixed;
|
168
|
-
top: 0;
|
169
|
-
left: 100%;
|
170
|
-
bottom: 0;
|
171
|
-
z-index: 2;
|
172
|
-
width: 130%;
|
173
|
-
padding-right: 30%;
|
174
|
-
line-height: 24px;
|
175
|
-
line-height: var(--mm-spn-line-height);
|
176
|
-
overflow: visible;
|
177
|
-
overflow-y: auto;
|
178
|
-
background: inherit;
|
179
|
-
-webkit-transition: left .3s ease 0s;
|
180
|
-
-o-transition: left .3s ease 0s;
|
181
|
-
transition: left .3s ease 0s;
|
182
|
-
cursor: default
|
183
|
-
}
|
184
|
-
|
185
|
-
.mm-spn ul:after {
|
186
|
-
content: '';
|
187
|
-
display: block;
|
188
|
-
height: 50px;
|
189
|
-
height: var(--mm-spn-item-height)
|
190
|
-
}
|
191
|
-
|
192
|
-
.mm-spn>ul {
|
193
|
-
left: 0
|
194
|
-
}
|
195
|
-
|
196
|
-
.mm-spn ul.mm-spn--open {
|
197
|
-
left: 0
|
198
|
-
}
|
199
|
-
|
200
|
-
.mm-spn ul.mm-spn--parent {
|
201
|
-
left: -30%;
|
202
|
-
overflow-y: hidden
|
203
|
-
}
|
204
|
-
|
205
|
-
.mm-spn li {
|
206
|
-
position: relative;
|
207
|
-
background: inherit;
|
208
|
-
cursor: pointer
|
209
|
-
}
|
210
|
-
|
211
|
-
.mm-spn li:before {
|
212
|
-
content: '';
|
213
|
-
display: block;
|
214
|
-
position: absolute;
|
215
|
-
top: 25px;
|
216
|
-
top: calc(var(--mm-spn-item-height)/ 2);
|
217
|
-
right: 25px;
|
218
|
-
right: calc(var(--mm-spn-item-height)/ 2);
|
219
|
-
z-index: 0;
|
220
|
-
width: 10px;
|
221
|
-
height: 10px;
|
222
|
-
border-top: 2px solid;
|
223
|
-
border-right: 2px solid;
|
224
|
-
-webkit-transform: rotate(45deg) translate(0, -50%);
|
225
|
-
-ms-transform: rotate(45deg) translate(0, -50%);
|
226
|
-
transform: rotate(45deg) translate(0, -50%);
|
227
|
-
opacity: .4
|
228
|
-
}
|
229
|
-
|
230
|
-
.mm-spn li:after {
|
231
|
-
content: '';
|
232
|
-
display: block;
|
233
|
-
margin-left: 20px;
|
234
|
-
margin-left: var(--mm-spn-item-indent);
|
235
|
-
border-top: 1px solid;
|
236
|
-
opacity: .15
|
237
|
-
}
|
238
|
-
|
239
|
-
.mm-spn a,
|
240
|
-
.mm-spn span {
|
241
|
-
position: relative;
|
242
|
-
z-index: 1;
|
243
|
-
padding: 13px 20px;
|
244
|
-
padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)
|
245
|
-
}
|
246
|
-
|
247
|
-
.mm-spn a {
|
248
|
-
background: inherit;
|
249
|
-
color: inherit;
|
250
|
-
text-decoration: none
|
251
|
-
}
|
252
|
-
|
253
|
-
.mm-spn a:not(:last-child) {
|
254
|
-
width: calc(100% - 50px);
|
255
|
-
width: calc(100% - var(--mm-spn-item-height))
|
256
|
-
}
|
257
|
-
|
258
|
-
.mm-spn a:not(:last-child):after {
|
259
|
-
content: '';
|
260
|
-
display: block;
|
261
|
-
position: absolute;
|
262
|
-
top: 0;
|
263
|
-
right: 0;
|
264
|
-
bottom: 0;
|
265
|
-
border-right: 1px solid;
|
266
|
-
opacity: .15
|
267
|
-
}
|
268
|
-
|
269
|
-
.mm-spn span {
|
270
|
-
background: 0 0
|
271
|
-
}
|
272
|
-
|
273
|
-
.mm-spn.mm-spn--navbar {
|
274
|
-
cursor: pointer
|
275
|
-
}
|
276
|
-
|
277
|
-
.mm-spn.mm-spn--navbar:before {
|
278
|
-
content: '';
|
279
|
-
display: block;
|
280
|
-
position: absolute;
|
281
|
-
top: 25px;
|
282
|
-
top: calc(var(--mm-spn-item-height)/ 2);
|
283
|
-
left: 20px;
|
284
|
-
left: var(--mm-spn-item-indent);
|
285
|
-
width: 10px;
|
286
|
-
height: 10px;
|
287
|
-
margin-top: 2px;
|
288
|
-
border-top: 2px solid;
|
289
|
-
border-left: 2px solid;
|
290
|
-
-webkit-transform: rotate(-45deg) translate(50%, -50%);
|
291
|
-
-ms-transform: rotate(-45deg) translate(50%, -50%);
|
292
|
-
transform: rotate(-45deg) translate(50%, -50%);
|
293
|
-
opacity: .4
|
294
|
-
}
|
295
|
-
|
296
|
-
.mm-spn.mm-spn--navbar.mm-spn--main {
|
297
|
-
cursor: default
|
298
|
-
}
|
299
|
-
|
300
|
-
.mm-spn.mm-spn--navbar.mm-spn--main:before {
|
301
|
-
content: none;
|
302
|
-
display: none
|
303
|
-
}
|
304
|
-
|
305
|
-
.mm-spn.mm-spn--navbar:after {
|
306
|
-
content: attr(data-mm-spn-title);
|
307
|
-
display: block;
|
308
|
-
position: absolute;
|
309
|
-
top: 0;
|
310
|
-
left: 0;
|
311
|
-
right: 0;
|
312
|
-
height: 50px;
|
313
|
-
height: var(--mm-spn-item-height);
|
314
|
-
padding: 0 40px;
|
315
|
-
padding: 0 calc(var(--mm-spn-item-indent) * 2);
|
316
|
-
line-height: 50px;
|
317
|
-
line-height: var(--mm-spn-item-height);
|
318
|
-
opacity: .4;
|
319
|
-
text-align: left; /* jadams, 2020-06-20: set menu title to the left */
|
320
|
-
overflow: hidden;
|
321
|
-
white-space: nowrap;
|
322
|
-
-o-text-overflow: ellipsis;
|
323
|
-
text-overflow: ellipsis;
|
324
|
-
font-size: x-large; /* jadams, 2020-06-20: increase size of the menu title */
|
325
|
-
}
|
326
|
-
|
327
|
-
.mm-spn.mm-spn--navbar.mm-spn--main:after {
|
328
|
-
padding-left: 20px;
|
329
|
-
padding-left: var(--mm-spn-item-indent)
|
330
|
-
}
|
331
|
-
|
332
|
-
.mm-spn.mm-spn--navbar ul {
|
333
|
-
top: 51px;
|
334
|
-
top: calc(var(--mm-spn-item-height) + 1px)
|
335
|
-
}
|
336
|
-
|
337
|
-
.mm-spn.mm-spn--navbar ul:before {
|
338
|
-
content: '';
|
339
|
-
display: block;
|
340
|
-
position: fixed;
|
341
|
-
top: inherit;
|
342
|
-
z-index: 2;
|
343
|
-
width: 100%;
|
344
|
-
border-top: 1px solid currentColor;
|
345
|
-
opacity: .15
|
346
|
-
}
|
347
|
-
|
348
|
-
.mm-spn.mm-spn--light {
|
349
|
-
color: #444;
|
350
|
-
background: #f3f3f3
|
351
|
-
}
|
352
|
-
|
353
|
-
/* jadams, 2020-06-20: set j1 template colors (dark theme) */
|
354
|
-
.mm-spn.mm-spn--dark {
|
355
|
-
color: #e3e3e3;
|
356
|
-
background: #191919
|
357
|
-
}
|
358
|
-
|
359
|
-
.mm-spn.mm-spn--vertical {
|
360
|
-
overflow-y: auto
|
361
|
-
}
|
362
|
-
|
363
|
-
.mm-spn.mm-spn--vertical ul {
|
364
|
-
width: 100%;
|
365
|
-
padding-right: 0;
|
366
|
-
position: static
|
367
|
-
}
|
368
|
-
|
369
|
-
.mm-spn.mm-spn--vertical ul ul {
|
370
|
-
display: none;
|
371
|
-
padding-left: 20px;
|
372
|
-
padding-left: var(--mm-spn-item-indent)
|
373
|
-
}
|
374
|
-
|
375
|
-
.mm-spn.mm-spn--vertical ul ul:after {
|
376
|
-
height: 25px;
|
377
|
-
height: calc(var(--mm-spn-item-height)/ 2)
|
378
|
-
}
|
379
|
-
|
380
|
-
.mm-spn.mm-spn--vertical ul.mm-spn--open {
|
381
|
-
display: block
|
382
|
-
}
|
383
|
-
|
384
|
-
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
|
385
|
-
-webkit-transform: rotate(135deg) translate(-50%, 0);
|
386
|
-
-ms-transform: rotate(135deg) translate(-50%, 0);
|
387
|
-
transform: rotate(135deg) translate(-50%, 0)
|
388
|
-
}
|
389
|
-
|
390
|
-
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
|
391
|
-
content: none;
|
392
|
-
display: none
|
393
|
-
}
|
20
|
+
:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:80px;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:'';display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);right:25px;right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:'';display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:left;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:x-large}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height)+1px)}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#e3e3e3;background:#191919}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
# -----------------------------------------------------------------------------
|
3
|
-
# ~/assets/themes/j1/modules/mmenu_light/css/theme/uno.css
|
3
|
+
# ~/assets/themes/j1/modules/mmenu_light/css/theme/uno/mmenu.css
|
4
4
|
# Provides theme styles (Uno) for Mobile Menu light (v3.0.5)
|
5
5
|
#
|
6
6
|
# Product/Info:
|
@@ -111,7 +111,11 @@ NOTE: For unknown reason, style "mm-ocd--left" is NOT applied correctly
|
|
111
111
|
/* jadams, 2020-06-20: set j1 template colors (dark theme) */
|
112
112
|
.mm-spn.mm-spn--dark {
|
113
113
|
color: #e3e3e3;
|
114
|
-
background: #
|
114
|
+
background: #000 !important;
|
115
|
+
}
|
116
|
+
|
117
|
+
.mm-spn ul {
|
118
|
+
background: #000 !important;
|
115
119
|
}
|
116
120
|
|
117
121
|
/* Sidebar (Drawer)
|
@@ -164,10 +168,15 @@ NOTE: For unknown reason, style "mm-ocd--left" is NOT applied correctly
|
|
164
168
|
|
165
169
|
/* Navigation (Menu)
|
166
170
|
----------------------------------------------------------------------------- */
|
171
|
+
|
172
|
+
.mm-spn a {
|
173
|
+
color: #9e9e9e !important;
|
174
|
+
}
|
175
|
+
|
167
176
|
.mm-spn a:hover {
|
168
|
-
color: #fafafa;
|
169
|
-
text-decoration: none;
|
170
|
-
font-weight: 500;
|
177
|
+
color: #fafafa !important;
|
178
|
+
/* text-decoration: none;
|
179
|
+
font-weight: 500; */
|
171
180
|
}
|
172
181
|
|
173
182
|
/* jadams, 2020-07-03: added hover to global style */
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
# -----------------------------------------------------------------------------
|
3
|
-
# ~/assets/themes/j1/modules/mmenu_light/css/theme/uno.css
|
3
|
+
# ~/assets/themes/j1/modules/mmenu_light/css/theme/uno/mmenu.min.css
|
4
4
|
# Provides theme styles (Uno) for Mobile Menu light (v3.0.5)
|
5
5
|
#
|
6
6
|
# Product/Info:
|
@@ -16,181 +16,4 @@
|
|
16
16
|
# See: http://creativecommons.org/licenses/by/4.0/
|
17
17
|
# -----------------------------------------------------------------------------
|
18
18
|
*/
|
19
|
-
|
20
|
-
# -----------------------------------------------------------------------------
|
21
|
-
# ~/assets/themes/j1/modules/mmenu_light/css/theme/uno.css
|
22
|
-
# Provides theme styles (Uno) for Mobile Menu light (v3.0.5)
|
23
|
-
#
|
24
|
-
# Product/Info:
|
25
|
-
# https://jekyll.one
|
26
|
-
# https://github.com/FrDH/mmenu-light
|
27
|
-
#
|
28
|
-
# Copyright (C) 2022 Juergen Adams
|
29
|
-
# Copyright (C) 2015-2020 Fred Heusschen
|
30
|
-
#
|
31
|
-
# J1 Template is licensed under the MIT License.
|
32
|
-
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
33
|
-
# Mmenu Light is licensed under the CC-BY-4.0 License.
|
34
|
-
# See: http://creativecommons.org/licenses/by/4.0/
|
35
|
-
# -----------------------------------------------------------------------------
|
36
|
-
*/
|
37
|
-
|
38
|
-
/*
|
39
|
-
jadams, 2020-06-20: CSS/Offset to the NAV bar should be calculated
|
40
|
-
at runtime as a dyn style
|
41
|
-
*/
|
42
|
-
|
43
|
-
/* CSS overwrites
|
44
|
-
----------------------------------------------------------------------------- */
|
45
|
-
|
46
|
-
/* Drawer */
|
47
|
-
|
48
|
-
.mm-ocd--left .mm-ocd__content {
|
49
|
-
background-color: #191919;
|
50
|
-
}
|
51
|
-
|
52
|
-
.mm-ocd--right .mm-ocd__content {
|
53
|
-
background-color: #191919;
|
54
|
-
}
|
55
|
-
|
56
|
-
/* Additional CSS styles for BS Theme Switcher
|
57
|
-
----------------------------------------------------------------------------- */
|
58
|
-
.mmenu-item.active, .mmenu-item:active {
|
59
|
-
/* color: #fff; */
|
60
|
-
text-decoration: none;
|
61
|
-
background-color: #607d8b;
|
62
|
-
}
|
63
|
-
|
64
|
-
/* Responsive */
|
65
|
-
/* jadams, 2020-07-02: media query for MMenu
|
66
|
-
--------------------------------------------------------------------------------
|
67
|
-
NOTE: For unknown reason, style "mm-ocd--left" is NOT applied correctly
|
68
|
-
like "mm-ocd--right" what cause the wrong background-color
|
69
|
-
As a workaround, the background-color is added to the media
|
70
|
-
queries as well (but MUST be removed if fixed!!!)
|
71
|
-
-------------------------------------------------------------------------------- */
|
72
|
-
|
73
|
-
/* Large desktop */
|
74
|
-
@media only screen and (min-width: 1200px) {
|
75
|
-
.mm-ocd {
|
76
|
-
top: 80px; /* drawer top offset to NAV bar */
|
77
|
-
}
|
78
|
-
.mm-ocd__content {
|
79
|
-
background-color: #191919;
|
80
|
-
}
|
81
|
-
}
|
82
|
-
|
83
|
-
/* Desktop */
|
84
|
-
@media only screen and (min-width: 992px) {
|
85
|
-
.mm-ocd {
|
86
|
-
top: 80px; /* drawer top offset to NAV bar */
|
87
|
-
}
|
88
|
-
.mm-ocd__content {
|
89
|
-
background-color: #191919;
|
90
|
-
}
|
91
|
-
}
|
92
|
-
|
93
|
-
/* Desktop 2 (intermediate|responsive size) */
|
94
|
-
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
95
|
-
.mm-ocd {
|
96
|
-
top: 48px; /* drawer top offset to NAV bar */
|
97
|
-
}
|
98
|
-
.mm-ocd__content {
|
99
|
-
background-color: #191919;
|
100
|
-
}
|
101
|
-
}
|
102
|
-
/* Landscape iPad, 768px */
|
103
|
-
@media only screen and (min-width: 576px) and (max-width: 768px){
|
104
|
-
.mm-ocd {
|
105
|
-
top: 48px; /* drawer top offset to NAV bar */
|
106
|
-
}
|
107
|
-
.mm-ocd__content {
|
108
|
-
background-color: #191919;
|
109
|
-
}
|
110
|
-
}
|
111
|
-
|
112
|
-
/* Small devices (landscape phones, up to 576px) */
|
113
|
-
@media only screen and (max-width: 576px) {
|
114
|
-
.mm-ocd {
|
115
|
-
top: 48px; /* drawer top offset to NAV bar */
|
116
|
-
}
|
117
|
-
.mm-ocd__content {
|
118
|
-
background-color: #191919;
|
119
|
-
}
|
120
|
-
}
|
121
|
-
|
122
|
-
/* Navigator */
|
123
|
-
.mm-spn.mm-spn--navbar:after {
|
124
|
-
text-align: left; /* jadams, 2020-06-20: set menu title to the left */
|
125
|
-
font-size: x-large; /* jadams, 2020-06-20: increase size of the menu title */
|
126
|
-
}
|
127
|
-
|
128
|
-
/* Themes */
|
129
|
-
/* jadams, 2020-06-20: set j1 template colors (dark theme) */
|
130
|
-
.mm-spn.mm-spn--dark {
|
131
|
-
color: #e3e3e3;
|
132
|
-
background: #191919
|
133
|
-
}
|
134
|
-
|
135
|
-
/* Sidebar (Drawer)
|
136
|
-
----------------------------------------------------------------------------- */
|
137
|
-
.mm-side {
|
138
|
-
margin: 1.5rem;
|
139
|
-
}
|
140
|
-
|
141
|
-
.mm-side .widget {
|
142
|
-
position: relative;
|
143
|
-
z-index: 1;
|
144
|
-
margin-bottom: 25px
|
145
|
-
}
|
146
|
-
|
147
|
-
.mm-side .widget .title {
|
148
|
-
color: #fff;
|
149
|
-
margin-bottom: 15px;
|
150
|
-
border-left: 3px solid #204a87;
|
151
|
-
padding-left: 5px
|
152
|
-
}
|
153
|
-
|
154
|
-
.mm-side .widget .heading {
|
155
|
-
text-align: left;
|
156
|
-
color: #eee;
|
157
|
-
font-size: 18px;
|
158
|
-
text-transform: uppercase;
|
159
|
-
position: relative;
|
160
|
-
margin-bottom: 10px;
|
161
|
-
padding-bottom: 10px
|
162
|
-
}
|
163
|
-
|
164
|
-
.mm-side .widget ul.link {
|
165
|
-
font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
|
166
|
-
font-size: 14px;
|
167
|
-
padding: 0;
|
168
|
-
margin: 0;
|
169
|
-
list-style: none;
|
170
|
-
line-height: 1.5rem;
|
171
|
-
}
|
172
|
-
|
173
|
-
.mm-side .widget ul.link li a {
|
174
|
-
color: #aaa
|
175
|
-
}
|
176
|
-
|
177
|
-
.mm-side .widget ul.link li a:focus,.mm-side .widget ul.link li a:hover {
|
178
|
-
color: #fafafa;
|
179
|
-
text-decoration: none;
|
180
|
-
font-weight: 500;
|
181
|
-
}
|
182
|
-
|
183
|
-
/* Navigation (Menu)
|
184
|
-
----------------------------------------------------------------------------- */
|
185
|
-
.mm-spn a:hover {
|
186
|
-
color: #fafafa;
|
187
|
-
text-decoration: none;
|
188
|
-
font-weight: 500;
|
189
|
-
}
|
190
|
-
|
191
|
-
/* jadams, 2020-07-03: added hover to global style */
|
192
|
-
a.toc-link:hover {
|
193
|
-
color: #fafafa;
|
194
|
-
text-decoration: none;
|
195
|
-
font-weight: 500;
|
196
|
-
}
|
19
|
+
.mm-ocd--left .mm-ocd__content{background-color:#191919}.mm-ocd--right .mm-ocd__content{background-color:#191919}.mmenu-item.active,.mmenu-item:active{text-decoration:none;background-color:#607d8b}@media only screen and (min-width:1200px){.mm-ocd{top:80px}.mm-ocd__content{background-color:#191919}}@media only screen and (min-width:992px){.mm-ocd{top:80px}.mm-ocd__content{background-color:#191919}}@media only screen and (min-width:768px) and (max-width:992px){.mm-ocd{top:48px}.mm-ocd__content{background-color:#191919}}@media only screen and (min-width:576px) and (max-width:768px){.mm-ocd{top:48px}.mm-ocd__content{background-color:#191919}}@media only screen and (max-width:576px){.mm-ocd{top:48px}.mm-ocd__content{background-color:#191919}}.mm-spn.mm-spn--navbar:after{text-align:left;font-size:x-large}.mm-spn.mm-spn--dark{color:#e3e3e3;background:#000!important}.mm-spn ul{background:#000!important}.mm-side{margin:1.5rem}.mm-side .widget{position:relative;z-index:1;margin-bottom:25px}.mm-side .widget .title{color:#fff;margin-bottom:15px;border-left:3px solid #204a87;padding-left:5px}.mm-side .widget .heading{text-align:left;color:#eee;font-size:18px;text-transform:uppercase;position:relative;margin-bottom:10px;padding-bottom:10px}.mm-side .widget ul.link{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;padding:0;margin:0;list-style:none;line-height:1.5rem}.mm-side .widget ul.link li a{color:#aaa}.mm-side .widget ul.link li a:focus,.mm-side .widget ul.link li a:hover{color:#fafafa;text-decoration:none;font-weight:500}.mm-spn a{color:#9e9e9e!important}.mm-spn a:hover{color:#fafafa!important}a.toc-link:hover{color:#fafafa;text-decoration:none;font-weight:500}
|
@@ -19,16 +19,5 @@
|
|
19
19
|
# https://www.marghoobsuleman.com/image-dropdown/help
|
20
20
|
# https://www.marghoobsuleman.com/image-dropdown/advanced-help
|
21
21
|
# -----------------------------------------------------------------------------
|
22
|
-
|
23
|
-
/*!
|
24
|
-
* /**
|
25
|
-
* * MSDropdown - msDropdown.js
|
26
|
-
* * @author: Marghoob Suleman
|
27
|
-
* * @website: https://www.marghoobsuleman.com/
|
28
|
-
* * @version: 4.0.2
|
29
|
-
* * @date: Sun Oct 24 2021 10:46:05 GMT+0200 (GMT+02:00)
|
30
|
-
* * msDropdown is free web component: you can redistribute it and/or modify
|
31
|
-
* * it under the terms of the either the MIT License or the Gnu General Public License (GPL) Version 2
|
32
|
-
* * /
|
33
|
-
*/
|
22
|
+
*/
|
34
23
|
.ms-pr{position:relative}.ms-dd:focus-visible{box-shadow:0 1px 5px #ddd;outline:none;outline-width:0}.ms-dd{background:#eee;display:inline-block;font-family:Sans-Serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;width:260px}.ms-dd button:focus,.ms-dd input:focus,.ms-dd select:focus,.ms-dd textarea:focus{outline:none}.ms-dd .ms-value-input{border:0;left:20px;position:absolute;top:10px;width:50%}.ms-dd .ms-dd-header{border:1px solid #ccc;border-bottom:none;border-radius:2px;cursor:pointer;min-height:35px;position:relative;width:100%}.ms-dd .ms-dd-header .option-selected{color:#000;display:block;font-weight:600;overflow:hidden;padding:10px 20px 10px 10px;pointer-events:none}.ms-dd .ms-dd-header a{display:block}.ms-dd .ms-dd-header .ms-list-counter,.ms-dd .ms-dd-header input[type=checkbox]{display:none}.ms-dd .ms-dd-header .ms-header-counter{color:#0e76a8;font-weight:400}.ms-dd .ms-dd-header .ms-filter-box{border-bottom:1px solid #ccc;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:6px 10px}.ms-dd .ms-dd-header .ms-filter-box input,.ms-dd .ms-dd-header .ms-filter-box input:focus,.ms-dd .ms-dd-header .ms-filter-box input:focus-visible{border:1px solid #c3c3c3;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;height:25px;padding-left:6px;width:100%}.ms-dd .ms-dd-header .ms-filter-box input:focus-visible{outline:1px solid transparent}.ms-dd .ms-dd-option-image,.ms-dd .ms-dd-selected-img{margin-right:5px;max-width:64px;vertical-align:middle}.ms-dd .ms-dd-arrow{height:0;margin-top:-3px;position:absolute;right:10px;top:50%;width:0}.ms-dd .ms-dd-arrow.ms-dd-pointer-down{border:5px solid transparent;border-top-color:#000}.ms-dd .ms-dd-arrow.ms-dd-pointer-up{border:5px solid transparent;border-bottom-color:#000;margin-top:-8px}.ms-dd .ms-options{background:#fff;border:1px solid #ccc;border-top:none;box-shadow:0 1px 5px #ddd;display:none;list-style:none;margin:0;overflow:auto;padding:0;position:absolute;width:100%;z-index:9999}.ms-dd .ms-list-option,.ms-dd .ms-optgroup ul .ms-list-option{align-items:center;border-bottom:1px solid #ddd;color:#333;cursor:pointer;display:flex;justify-content:flex-start;overflow:hidden;padding:10px;position:relative;text-decoration:none}.ms-dd .ms-list-option input[type=checkbox],.ms-dd .ms-optgroup ul .ms-list-option input[type=checkbox]{margin-right:5px;vertical-align:middle}.ms-dd .ms-list-option:last-child,.ms-dd .ms-optgroup ul .ms-list-option:last-child{border-bottom:none}.ms-dd .ms-list-option:hover,.ms-dd .ms-optgroup ul .ms-list-option:hover{background:#f3f3f3;color:#000}.ms-dd .ms-list-option.option-selected,.ms-dd .ms-optgroup ul .ms-list-option.option-selected{background:#f6f6f6}.ms-dd .ms-list-option.ico-align-right .ms-dd-option-image,.ms-dd .ms-list-option.ico-align-right .ms-dd-selected-img,.ms-dd .ms-optgroup ul .ms-list-option.ico-align-right .ms-dd-option-image,.ms-dd .ms-optgroup ul .ms-list-option.ico-align-right .ms-dd-selected-img{order:2}.ms-dd .ms-list-option.disabled,.ms-dd .ms-list-option:disabled,.ms-dd .ms-optgroup ul .ms-list-option.disabled,.ms-dd .ms-optgroup ul .ms-list-option:disabled{cursor:default;opacity:.4}.ms-dd .ms-list-option .ms-dd-desc,.ms-dd .ms-optgroup ul .ms-list-option .ms-dd-desc{color:#aaa;display:block;font-weight:400;line-height:1.5em;overflow:hidden;text-shadow:0 1px .5px #fff}.ms-dd .ms-header-middle-content,.ms-dd .ms-middle{display:flex;justify-content:flex-start;width:100%}.ms-dd.disabled,.ms-dd:disabled{cursor:default;opacity:.4;pointer-events:none}.ms-dd .ms-optgroup-padding{font-weight:700;padding:10px 10px 0}.ms-dd .ms-optgroup{display:block}.ms-dd .ms-optgroup:hover{background:#fff;color:#000}.ms-dd .ms-optgroup ul{margin:0;padding:0}.ms-dd .ms-optgroup ul .ms-list-option{padding-left:20px}.ms-dd .ms-optgroup ul:last-child{border-bottom:1px solid #ddd}.ms-dd .ms-dd-option-content{width:100%}:focus{outline:none}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
# -----------------------------------------------------------------------------
|
3
|
-
# ~/assets/themes/j1/modules/msDropdown/css/msDropdown.css
|
3
|
+
# ~/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css
|
4
4
|
# Provides CSS core styles for MSDropdown
|
5
5
|
#
|
6
6
|
# Product/Info:
|
@@ -19,6 +19,7 @@
|
|
19
19
|
# https://www.marghoobsuleman.com/image-dropdown/help
|
20
20
|
# https://www.marghoobsuleman.com/image-dropdown/advanced-help
|
21
21
|
# -----------------------------------------------------------------------------
|
22
|
+
*/
|
22
23
|
|
23
24
|
/*!
|
24
25
|
* /**
|
@@ -31,6 +32,7 @@
|
|
31
32
|
* * it under the terms of the either the MIT License or the Gnu General Public License (GPL) Version 2
|
32
33
|
* * /
|
33
34
|
*/
|
35
|
+
|
34
36
|
.ms-pr {
|
35
37
|
position: relative
|
36
38
|
}
|