jekyll-nagymaros 3.1.0 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +64 -20
- data/_includes/header.html +1 -1
- data/_layouts/default.html +2 -1
- data/_sass/overrides/_bootstrap.scss +22 -0
- data/assets/css/bootstrap.css +20 -31
- data/assets/css/styles.scss +5 -0
- data/assets/js/{bootstrap.js → bootstrap.bundle.js} +1866 -46
- data/assets/js/leaflet-data.js +60 -0
- data/assets/js/main.js +0 -60
- metadata +6 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dafca4d5585272b6fb5f0b1fb37794247e9a1125ef49a240dfaea5e75977bd06
|
4
|
+
data.tar.gz: b04be66d5a922b17fb11b467825574ba826e90ae63dd15b002c54f41142e82bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33e93e8db03d03d69b3385a6f79d657d4359a7416a0361f72e91f2a736f9c214f7b01c8dc3911b19eeb40a14b6379deaf6716151e3165c8d30dfd7a093f31f84
|
7
|
+
data.tar.gz: 77c29f35c1faa355c44a5918142a1093149af49f33cf671ad061184f6fa9fc0eee62bc829589bf8cc229c7d30294de0931e21ef38e2a7ee7564678e8c6be5b08
|
data/README.md
CHANGED
@@ -83,35 +83,79 @@ For convenience, customization of the theme's color scheme is also possible via
|
|
83
83
|
|
84
84
|
```yaml
|
85
85
|
a:
|
86
|
-
color: blue-7
|
87
|
-
hover: blue-9
|
86
|
+
color: blue-7 # links
|
87
|
+
hover: blue-9 # links when hovering
|
88
|
+
accordion-button:
|
89
|
+
bg: gray-2 # button in accordion component
|
90
|
+
accordion-item:
|
91
|
+
border: gray-2 # border of button in accordion component
|
92
|
+
alert-primary:
|
93
|
+
bg: blue-1 # primary alert
|
88
94
|
body:
|
89
|
-
bg: gray-0
|
90
|
-
color: gray-8
|
95
|
+
bg: gray-0 # background
|
96
|
+
color: gray-8 # body text
|
97
|
+
btn-outline-primary:
|
98
|
+
border: blue-5 # outline primary button border
|
99
|
+
color: blue-5 # outline primary button
|
100
|
+
hover:
|
101
|
+
bg: blue-5 # outline primary button when hovering
|
102
|
+
color: gray-0 # outline primary button text when hovering
|
103
|
+
disabled:
|
104
|
+
bg: blue-3 # disabled outline primary button
|
105
|
+
color: blue-3 # disabled outline primary button text
|
91
106
|
btn-primary:
|
92
|
-
bg: blue-5
|
93
|
-
color: gray-0
|
94
|
-
hover: blue-7
|
95
|
-
disabled: blue-3
|
107
|
+
bg: blue-5 # primary button
|
108
|
+
color: gray-0 # primary button text
|
109
|
+
hover: blue-7 # primary button when hovering
|
110
|
+
disabled: blue-3 # disabled primary button
|
96
111
|
btn-secondary:
|
97
|
-
bg: gray-4
|
98
|
-
color: gray-0
|
99
|
-
hover: gray-6
|
112
|
+
bg: gray-4 # secondary button
|
113
|
+
color: gray-0 # secondary button text
|
114
|
+
hover: gray-6 # secondary button when hovering
|
115
|
+
caption:
|
116
|
+
cikir: gray-6 # caption text
|
117
|
+
card:
|
118
|
+
border: gray-2 # card component border
|
119
|
+
card-header:
|
120
|
+
bg: gray-2 # header of card component
|
121
|
+
dropdown-menu:
|
122
|
+
bg: gray-2 # dropdown menu
|
123
|
+
color: gray-7 # dropdown menu text
|
124
|
+
dropdown-item:
|
125
|
+
color: gray-7 # dropdown link
|
126
|
+
hover: gray-9 # dropdown link when hovering
|
127
|
+
disabled: gray-6 # disabled dropdown link
|
100
128
|
digit:
|
101
|
-
bg: gray-3
|
129
|
+
bg: gray-3 # background of digit on 404 page
|
130
|
+
form-control:
|
131
|
+
bg: gray-0 # form field
|
132
|
+
color: gray-9 # form field text
|
133
|
+
border: gray-3 # form field border
|
134
|
+
focus:
|
135
|
+
bg: gray-0 # focused form field
|
136
|
+
color: gray-9 # focused form field text
|
137
|
+
border: blue-2 # focused form field border
|
138
|
+
shadow: blue-1 # focused form field shadow
|
139
|
+
placeholder: gray-6 # form placeholder text
|
102
140
|
header:
|
103
|
-
bg: gray-4
|
141
|
+
bg: gray-4 # background of navigation bar
|
104
142
|
index:
|
105
|
-
bg: gray-2
|
143
|
+
bg: gray-2 # background of index container
|
144
|
+
invalid-feedback: red-9 # form input warning
|
106
145
|
navbar-brand:
|
107
|
-
color: gray-8
|
108
|
-
hover: gray-9
|
146
|
+
color: gray-8 # website name in header
|
147
|
+
hover: gray-9 # website name in header when hovering
|
109
148
|
nav-link:
|
110
|
-
color: gray-7
|
111
|
-
hover: gray-9
|
149
|
+
color: gray-7 # navigation links in header
|
150
|
+
hover: gray-9 # navigation links in header when hovering
|
151
|
+
svg:
|
152
|
+
fill: # svg icons
|
153
|
+
table:
|
154
|
+
td:
|
155
|
+
border: # table row dividers
|
112
156
|
text-muted:
|
113
|
-
color: gray-6
|
114
|
-
hover: gray-9
|
157
|
+
color: gray-6 # light text
|
158
|
+
hover: gray-9 # light text when hovering (if link)
|
115
159
|
```
|
116
160
|
|
117
161
|
The variables are named after the HTML elements they style. The colors to which they are set in this example are actually the theme's defaults. If no value is provided for some variables, or if `_data/skin.yml` does not exist, the theme assumes the color scheme above.
|
data/_includes/header.html
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
<span class="navbar-toggler-icon"></span>
|
13
13
|
</button>
|
14
14
|
<div class="collapse navbar-collapse" id="navigation">
|
15
|
-
<div class="navbar-nav">
|
15
|
+
<div class="navbar-nav me-auto">
|
16
16
|
{% assign links = site.pages | sort: 'navorder' %}
|
17
17
|
{% for link in links %}
|
18
18
|
{% if link.navorder %}
|
data/_layouts/default.html
CHANGED
@@ -5,8 +5,9 @@
|
|
5
5
|
|
6
6
|
<body>
|
7
7
|
{{ content }}
|
8
|
-
<script src="{{ 'assets/js/bootstrap.js' | relative_url }}"></script>
|
8
|
+
<script src="{{ 'assets/js/bootstrap.bundle.js' | relative_url }}"></script>
|
9
9
|
<script src="{{ 'assets/js/leaflet.js' | relative_url }}"></script>
|
10
|
+
<script src="{{ 'assets/js/leaflet-data.js' | relative_url }}"></script>
|
10
11
|
<script src="{{ 'assets/js/main.js' | relative_url }}"></script>
|
11
12
|
</body>
|
12
13
|
|
@@ -120,6 +120,28 @@ caption {
|
|
120
120
|
}
|
121
121
|
}
|
122
122
|
|
123
|
+
.dropdown-menu {
|
124
|
+
color: $dropdown-menu_color;
|
125
|
+
background-color: $dropdown-menu_bg;
|
126
|
+
}
|
127
|
+
|
128
|
+
.dropdown-item {
|
129
|
+
color: $dropdown-item_color;
|
130
|
+
}
|
131
|
+
|
132
|
+
.dropdown-item.active,
|
133
|
+
.dropdown-item:active,
|
134
|
+
.dropdown-item:focus,
|
135
|
+
.dropdown-item:hover {
|
136
|
+
color: $dropdown-item_hover;
|
137
|
+
background-color: transparent;
|
138
|
+
}
|
139
|
+
|
140
|
+
.dropdown-item.disabled,
|
141
|
+
.dropdown-item:disabled {
|
142
|
+
color: $dropdown-item_disabled;
|
143
|
+
}
|
144
|
+
|
123
145
|
.form-control {
|
124
146
|
color: $form-control_color;
|
125
147
|
background-color: $form-control_bg;
|
data/assets/css/bootstrap.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
@charset "UTF-8";
|
2
2
|
/*!
|
3
|
-
* Bootstrap v5.3.
|
4
|
-
* Copyright 2011-
|
3
|
+
* Bootstrap v5.3.3 (https://getbootstrap.com/)
|
4
|
+
* Copyright 2011-2024 The Bootstrap Authors
|
5
5
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
6
6
|
*/
|
7
7
|
:root,
|
@@ -3042,6 +3042,9 @@ textarea.form-control-lg {
|
|
3042
3042
|
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
|
3043
3043
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
3044
3044
|
}
|
3045
|
+
.btn-check:checked:focus-visible + .btn {
|
3046
|
+
box-shadow: var(--bs-btn-focus-box-shadow);
|
3047
|
+
}
|
3045
3048
|
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
|
3046
3049
|
color: var(--bs-btn-disabled-color);
|
3047
3050
|
pointer-events: none;
|
@@ -4573,12 +4576,11 @@ textarea.form-control-lg {
|
|
4573
4576
|
--bs-accordion-btn-padding-y: 1rem;
|
4574
4577
|
--bs-accordion-btn-color: var(--bs-body-color);
|
4575
4578
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
4576
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'
|
4579
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
|
4577
4580
|
--bs-accordion-btn-icon-width: 1.25rem;
|
4578
4581
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
4579
4582
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
4580
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'
|
4581
|
-
--bs-accordion-btn-focus-border-color: #86b7fe;
|
4583
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
|
4582
4584
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
4583
4585
|
--bs-accordion-body-padding-x: 1.25rem;
|
4584
4586
|
--bs-accordion-body-padding-y: 1rem;
|
@@ -4636,7 +4638,6 @@ textarea.form-control-lg {
|
|
4636
4638
|
}
|
4637
4639
|
.accordion-button:focus {
|
4638
4640
|
z-index: 3;
|
4639
|
-
border-color: var(--bs-accordion-btn-focus-border-color);
|
4640
4641
|
outline: 0;
|
4641
4642
|
box-shadow: var(--bs-accordion-btn-focus-box-shadow);
|
4642
4643
|
}
|
@@ -4654,7 +4655,7 @@ textarea.form-control-lg {
|
|
4654
4655
|
border-top-left-radius: var(--bs-accordion-border-radius);
|
4655
4656
|
border-top-right-radius: var(--bs-accordion-border-radius);
|
4656
4657
|
}
|
4657
|
-
.accordion-item:first-of-type .accordion-button {
|
4658
|
+
.accordion-item:first-of-type > .accordion-header .accordion-button {
|
4658
4659
|
border-top-left-radius: var(--bs-accordion-inner-border-radius);
|
4659
4660
|
border-top-right-radius: var(--bs-accordion-inner-border-radius);
|
4660
4661
|
}
|
@@ -4665,11 +4666,11 @@ textarea.form-control-lg {
|
|
4665
4666
|
border-bottom-right-radius: var(--bs-accordion-border-radius);
|
4666
4667
|
border-bottom-left-radius: var(--bs-accordion-border-radius);
|
4667
4668
|
}
|
4668
|
-
.accordion-item:last-of-type .accordion-button.collapsed {
|
4669
|
+
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
|
4669
4670
|
border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
|
4670
4671
|
border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
|
4671
4672
|
}
|
4672
|
-
.accordion-item:last-of-type .accordion-collapse {
|
4673
|
+
.accordion-item:last-of-type > .accordion-collapse {
|
4673
4674
|
border-bottom-right-radius: var(--bs-accordion-border-radius);
|
4674
4675
|
border-bottom-left-radius: var(--bs-accordion-border-radius);
|
4675
4676
|
}
|
@@ -4678,21 +4679,21 @@ textarea.form-control-lg {
|
|
4678
4679
|
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
|
4679
4680
|
}
|
4680
4681
|
|
4681
|
-
.accordion-flush .accordion-
|
4682
|
-
border-width: 0;
|
4683
|
-
}
|
4684
|
-
.accordion-flush .accordion-item {
|
4682
|
+
.accordion-flush > .accordion-item {
|
4685
4683
|
border-right: 0;
|
4686
4684
|
border-left: 0;
|
4687
4685
|
border-radius: 0;
|
4688
4686
|
}
|
4689
|
-
.accordion-flush .accordion-item:first-child {
|
4687
|
+
.accordion-flush > .accordion-item:first-child {
|
4690
4688
|
border-top: 0;
|
4691
4689
|
}
|
4692
|
-
.accordion-flush .accordion-item:last-child {
|
4690
|
+
.accordion-flush > .accordion-item:last-child {
|
4693
4691
|
border-bottom: 0;
|
4694
4692
|
}
|
4695
|
-
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
|
4693
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
4694
|
+
border-radius: 0;
|
4695
|
+
}
|
4696
|
+
.accordion-flush > .accordion-item > .accordion-collapse {
|
4696
4697
|
border-radius: 0;
|
4697
4698
|
}
|
4698
4699
|
|
@@ -5578,7 +5579,6 @@ textarea.form-control-lg {
|
|
5578
5579
|
display: flex;
|
5579
5580
|
flex-shrink: 0;
|
5580
5581
|
align-items: center;
|
5581
|
-
justify-content: space-between;
|
5582
5582
|
padding: var(--bs-modal-header-padding);
|
5583
5583
|
border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
|
5584
5584
|
border-top-left-radius: var(--bs-modal-inner-border-radius);
|
@@ -6144,20 +6144,12 @@ textarea.form-control-lg {
|
|
6144
6144
|
background-size: 100% 100%;
|
6145
6145
|
}
|
6146
6146
|
|
6147
|
-
/* rtl:options: {
|
6148
|
-
"autoRename": true,
|
6149
|
-
"stringMap":[ {
|
6150
|
-
"name" : "prev-next",
|
6151
|
-
"search" : "prev",
|
6152
|
-
"replace" : "next"
|
6153
|
-
} ]
|
6154
|
-
} */
|
6155
6147
|
.carousel-control-prev-icon {
|
6156
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
|
6148
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
|
6157
6149
|
}
|
6158
6150
|
|
6159
6151
|
.carousel-control-next-icon {
|
6160
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
|
6152
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
|
6161
6153
|
}
|
6162
6154
|
|
6163
6155
|
.carousel-indicators {
|
@@ -6777,14 +6769,11 @@ textarea.form-control-lg {
|
|
6777
6769
|
.offcanvas-header {
|
6778
6770
|
display: flex;
|
6779
6771
|
align-items: center;
|
6780
|
-
justify-content: space-between;
|
6781
6772
|
padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
|
6782
6773
|
}
|
6783
6774
|
.offcanvas-header .btn-close {
|
6784
6775
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
6785
|
-
margin
|
6786
|
-
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
6787
|
-
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
6776
|
+
margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
|
6788
6777
|
}
|
6789
6778
|
|
6790
6779
|
.offcanvas-title {
|
data/assets/css/styles.scss
CHANGED
@@ -28,6 +28,11 @@ $btn-secondary_hover: var(--oc-{{ site.data.skin.btn-secondary.hover | default:
|
|
28
28
|
$caption_color: var(--oc-{{ site.data.skin.caption.color | default: 'gray-6' }});
|
29
29
|
$card_border: var(--oc-{{ site.data.skin.card.border | default: 'gray-2' }});
|
30
30
|
$card-header_bg: var(--oc-{{ site.data.skin.card-header.bg | default: 'gray-2' }});
|
31
|
+
$dropdown-menu_bg: var(--oc-{{ site.data.skin.dropdown-menu.bg | default: 'gray-2' }});
|
32
|
+
$dropdown-menu_color: var(--oc-{{ site.data.skin.dropdown-menu.color | default: 'gray-7' }});
|
33
|
+
$dropdown-item_color: var(--oc-{{ site.data.skin.dropdown-item.color | default: 'gray-7' }});
|
34
|
+
$dropdown-item_hover: var(--oc-{{ site.data.skin.dropdown-item.hover | default: 'gray-9' }});
|
35
|
+
$dropdown-item_disabled: var(--oc-{{ site.data.skin.dropdown-item.disabled | default: 'gray-6' }});
|
31
36
|
$form-control_bg: var(--oc-{{ site.data.skin.form-control.bg | default: 'gray-0' }});
|
32
37
|
$form-control_color: var(--oc-{{ site.data.skin.form-control.color | default: 'gray-9' }});
|
33
38
|
$form-control_border: var(--oc-{{ site.data.skin.form-control.border | default: 'gray-3' }});
|