@xscriptor/xcomponents 0.1.0 → 0.1.1
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/README.md +1 -0
- package/dist/{chunk-U27ZVCP7.mjs → chunk-2H7TVDE7.mjs} +14 -2
- package/dist/chunk-2H7TVDE7.mjs.map +7 -0
- package/dist/{chunk-5G4P2E76.mjs → chunk-34NJCJUI.mjs} +11 -2
- package/dist/chunk-34NJCJUI.mjs.map +7 -0
- package/dist/chunk-FZRTAML3.mjs +1 -1
- package/dist/chunk-FZRTAML3.mjs.map +7 -1
- package/dist/{chunk-2OAXRRVQ.mjs → chunk-MYFPSHSQ.mjs} +32 -3
- package/dist/chunk-MYFPSHSQ.mjs.map +7 -0
- package/dist/{chunk-NY22GB3E.mjs → chunk-TG3B4GAW.mjs} +26 -2
- package/dist/chunk-TG3B4GAW.mjs.map +7 -0
- package/dist/{chunk-QCMWPIG7.mjs → chunk-TKT37LIX.mjs} +39 -3
- package/dist/chunk-TKT37LIX.mjs.map +7 -0
- package/dist/{chunk-42XPBYTL.mjs → chunk-UROP4J6G.mjs} +29 -4
- package/dist/chunk-UROP4J6G.mjs.map +7 -0
- package/dist/components/content/index.css +23 -23
- package/dist/components/content/index.css.map +7 -1
- package/dist/components/content/index.d.ts +2 -17
- package/dist/components/content/index.js +11 -6
- package/dist/components/content/index.js.map +7 -1
- package/dist/components/content/index.mjs +2 -2
- package/dist/components/content/index.mjs.map +7 -1
- package/dist/components/content/xinteractivephrase/XInteractivePhrase.d.ts +13 -0
- package/dist/components/content/xinteractivephrase/index.d.ts +3 -0
- package/dist/components/forms/index.css +54 -54
- package/dist/components/forms/index.css.map +7 -1
- package/dist/components/forms/index.d.ts +4 -68
- package/dist/components/forms/index.js +39 -8
- package/dist/components/forms/index.js.map +7 -1
- package/dist/components/forms/index.mjs +2 -2
- package/dist/components/forms/index.mjs.map +7 -1
- package/dist/components/forms/xcontactform/XContactForm.d.ts +42 -0
- package/dist/components/forms/xcontactform/index.d.ts +3 -0
- package/dist/components/forms/xnewsletter/XNewsletter.d.ts +21 -0
- package/dist/components/forms/xnewsletter/index.d.ts +3 -0
- package/dist/components/gallery/index.css +58 -58
- package/dist/components/gallery/index.css.map +7 -1
- package/dist/components/gallery/index.d.ts +4 -29
- package/dist/components/gallery/index.js +32 -8
- package/dist/components/gallery/index.js.map +7 -1
- package/dist/components/gallery/index.mjs +2 -2
- package/dist/components/gallery/index.mjs.map +7 -1
- package/dist/components/gallery/xmicrogallerytext/XMicroGalleryText.d.ts +15 -0
- package/dist/components/gallery/xmicrogallerytext/index.d.ts +3 -0
- package/dist/components/gallery/xstaticgallery/XStaticGallery.d.ts +10 -0
- package/dist/components/gallery/xstaticgallery/index.d.ts +3 -0
- package/dist/components/index.css +215 -215
- package/dist/components/index.css.map +7 -1
- package/dist/components/index.d.ts +6 -8
- package/dist/components/index.js +146 -31
- package/dist/components/index.js.map +7 -1
- package/dist/components/index.mjs +12 -12
- package/dist/components/index.mjs.map +7 -1
- package/dist/components/layout/index.css +28 -28
- package/dist/components/layout/index.css.map +7 -1
- package/dist/components/layout/index.d.ts +6 -55
- package/dist/components/layout/index.js +29 -10
- package/dist/components/layout/index.js.map +7 -1
- package/dist/components/layout/index.mjs +2 -2
- package/dist/components/layout/index.mjs.map +7 -1
- package/dist/components/layout/xfooter/XFooter.d.ts +24 -0
- package/dist/components/layout/xfooter/index.d.ts +3 -0
- package/dist/components/layout/xseparator/XSeparator.d.ts +13 -0
- package/dist/components/layout/xseparator/index.d.ts +3 -0
- package/dist/components/layout/xzigzaglayout/XZigZagLayout.d.ts +12 -0
- package/dist/components/layout/xzigzaglayout/index.d.ts +3 -0
- package/dist/components/navigation/index.css +35 -35
- package/dist/components/navigation/index.css.map +7 -1
- package/dist/components/navigation/index.d.ts +2 -76
- package/dist/components/navigation/index.js +26 -6
- package/dist/components/navigation/index.js.map +7 -1
- package/dist/components/navigation/index.mjs +2 -2
- package/dist/components/navigation/index.mjs.map +7 -1
- package/dist/components/navigation/{index.d.mts → xnavbar/XNavbar.d.ts} +6 -10
- package/dist/components/navigation/xnavbar/index.d.ts +3 -0
- package/dist/components/social/index.css +22 -22
- package/dist/components/social/index.css.map +7 -1
- package/dist/components/social/index.d.ts +2 -55
- package/dist/components/social/index.js +14 -13
- package/dist/components/social/index.js.map +7 -1
- package/dist/components/social/index.mjs +2 -2
- package/dist/components/social/index.mjs.map +7 -1
- package/dist/components/social/xsocialcontact/XSocialContact.d.ts +30 -0
- package/dist/components/social/xsocialcontact/XSocialIcons.d.ts +21 -0
- package/dist/components/social/xsocialcontact/index.d.ts +5 -0
- package/dist/index.css +215 -215
- package/dist/index.css.map +7 -1
- package/dist/index.d.ts +1 -8
- package/dist/index.js +149 -34
- package/dist/index.js.map +7 -1
- package/dist/index.mjs +12 -12
- package/dist/index.mjs.map +7 -1
- package/package.json +6 -4
- package/dist/chunk-2OAXRRVQ.mjs.map +0 -1
- package/dist/chunk-42XPBYTL.mjs.map +0 -1
- package/dist/chunk-5G4P2E76.mjs.map +0 -1
- package/dist/chunk-NY22GB3E.mjs.map +0 -1
- package/dist/chunk-QCMWPIG7.mjs.map +0 -1
- package/dist/chunk-U27ZVCP7.mjs.map +0 -1
- package/dist/components/content/index.d.mts +0 -17
- package/dist/components/forms/index.d.mts +0 -68
- package/dist/components/gallery/index.d.mts +0 -29
- package/dist/components/index.d.mts +0 -8
- package/dist/components/layout/index.d.mts +0 -55
- package/dist/components/social/index.d.mts +0 -55
- package/dist/index.d.mts +0 -8
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* src/components/forms/xcontactform/XContactForm.module.css */
|
|
2
|
-
.
|
|
2
|
+
.XContactForm_wrapper {
|
|
3
3
|
--input-padding: .65rem .9rem;
|
|
4
4
|
--font-size: 16px;
|
|
5
5
|
--form-gap: 1.25rem;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
border: var(--wrapper-border-width) var(--wrapper-border-style) var(--wrapper-border-color);
|
|
36
36
|
border-radius: var(--wrapper-radius);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.XContactForm_small {
|
|
39
39
|
--input-padding: .35rem .55rem;
|
|
40
40
|
--font-size: 13px;
|
|
41
41
|
--form-gap: .75rem;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
--field-gap: .3rem;
|
|
44
44
|
--button-min-width: 118px;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.XContactForm_medium {
|
|
47
47
|
--input-padding: .5rem .7rem;
|
|
48
48
|
--font-size: 15px;
|
|
49
49
|
--form-gap: 1rem;
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
--field-gap: .4rem;
|
|
52
52
|
--button-min-width: 130px;
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.XContactForm_large {
|
|
55
55
|
--input-padding: 1rem 1.2rem;
|
|
56
56
|
--font-size: 18px;
|
|
57
57
|
--form-gap: 1.5rem;
|
|
@@ -59,33 +59,33 @@
|
|
|
59
59
|
--field-gap: .5rem;
|
|
60
60
|
--button-min-width: 150px;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.XContactForm_form {
|
|
63
63
|
display: grid;
|
|
64
64
|
gap: var(--form-gap);
|
|
65
65
|
max-width: 100%;
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.XContactForm_row {
|
|
68
68
|
display: grid;
|
|
69
69
|
gap: var(--row-gap);
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
.XContactForm_grid .XContactForm_row {
|
|
72
72
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.XContactForm_vertical .XContactForm_row {
|
|
75
75
|
grid-template-columns: 1fr;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
.XContactForm_field {
|
|
78
78
|
display: flex;
|
|
79
79
|
flex-direction: column;
|
|
80
80
|
gap: var(--field-gap);
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.XContactForm_field label {
|
|
83
83
|
font-size: calc(var(--font-size) - 2px);
|
|
84
84
|
font-weight: 500;
|
|
85
85
|
color: var(--label-color);
|
|
86
86
|
}
|
|
87
|
-
.
|
|
88
|
-
.
|
|
87
|
+
.XContactForm_field input,
|
|
88
|
+
.XContactForm_field textarea {
|
|
89
89
|
width: 100%;
|
|
90
90
|
padding: var(--input-padding);
|
|
91
91
|
border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
|
|
@@ -94,16 +94,16 @@
|
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
font-family: inherit;
|
|
96
96
|
}
|
|
97
|
-
.
|
|
98
|
-
.
|
|
97
|
+
.XContactForm_field input::placeholder,
|
|
98
|
+
.XContactForm_field textarea::placeholder {
|
|
99
99
|
color: #888;
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
.XContactForm_buttoncontainer {
|
|
102
102
|
display: flex;
|
|
103
103
|
justify-content: var(--btn-alignment);
|
|
104
104
|
margin-top: 0.25rem;
|
|
105
105
|
}
|
|
106
|
-
.
|
|
106
|
+
.XContactForm_button {
|
|
107
107
|
padding: var(--input-padding);
|
|
108
108
|
border-radius: var(--btn-radius);
|
|
109
109
|
border: var(--btn-border-width) var(--btn-border-style) var(--btn-border-color);
|
|
@@ -119,35 +119,35 @@
|
|
|
119
119
|
border-color 0.2s ease,
|
|
120
120
|
opacity 0.2s ease;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.XContactForm_button:hover {
|
|
123
123
|
background-color: var(--btn-hover-bg-color);
|
|
124
124
|
color: var(--btn-hover-text-color);
|
|
125
125
|
border-color: var(--btn-hover-border-color);
|
|
126
126
|
opacity: 0.95;
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
.XContactForm_status {
|
|
129
129
|
min-height: 1.5rem;
|
|
130
130
|
font-size: calc(var(--font-size) - 2px);
|
|
131
131
|
margin-top: 0.25rem;
|
|
132
132
|
}
|
|
133
|
-
.
|
|
133
|
+
.XContactForm_statusOk {
|
|
134
134
|
color: var(--status-ok-color);
|
|
135
135
|
}
|
|
136
|
-
.
|
|
136
|
+
.XContactForm_statusError {
|
|
137
137
|
color: var(--status-error-color);
|
|
138
138
|
}
|
|
139
|
-
.
|
|
139
|
+
.XContactForm_honeypot {
|
|
140
140
|
position: absolute;
|
|
141
141
|
left: -9999px;
|
|
142
142
|
top: -9999px;
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
.XContactForm_withDecorativeX {
|
|
145
145
|
position: relative;
|
|
146
146
|
padding-top: 2.5rem;
|
|
147
147
|
padding-bottom: 2.5rem;
|
|
148
148
|
}
|
|
149
|
-
.
|
|
150
|
-
.
|
|
149
|
+
.XContactForm_decorativeXTop,
|
|
150
|
+
.XContactForm_decorativeXBottom {
|
|
151
151
|
position: absolute;
|
|
152
152
|
left: 50%;
|
|
153
153
|
transform: translateX(-50%);
|
|
@@ -161,17 +161,17 @@
|
|
|
161
161
|
line-height: 1;
|
|
162
162
|
z-index: 1;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
.XContactForm_decorativeXTop {
|
|
165
165
|
top: 0;
|
|
166
166
|
transform: translate(-50%, -50%);
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
.XContactForm_decorativeXBottom {
|
|
169
169
|
bottom: 0;
|
|
170
170
|
transform: translate(-50%, 50%);
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
/* src/components/forms/xnewsletter/XNewsletter.module.css */
|
|
174
|
-
.
|
|
174
|
+
.XNewsletter_container {
|
|
175
175
|
--nws-accent: var(--accent);
|
|
176
176
|
--nws-text: var(--text);
|
|
177
177
|
--nws-border: var(--border);
|
|
@@ -179,34 +179,34 @@
|
|
|
179
179
|
width: 100%;
|
|
180
180
|
font-family: "EB Garamond", serif;
|
|
181
181
|
}
|
|
182
|
-
.
|
|
182
|
+
.XNewsletter_form {
|
|
183
183
|
display: flex;
|
|
184
184
|
gap: 1rem;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
.XNewsletter_horizontal {
|
|
187
187
|
flex-direction: column;
|
|
188
188
|
align-items: center;
|
|
189
189
|
justify-content: center;
|
|
190
190
|
}
|
|
191
191
|
@media (min-width: 768px) {
|
|
192
|
-
.
|
|
192
|
+
.XNewsletter_horizontal {
|
|
193
193
|
flex-direction: row;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.XNewsletter_vertical {
|
|
197
197
|
flex-direction: column;
|
|
198
198
|
align-items: flex-start;
|
|
199
199
|
width: 100%;
|
|
200
200
|
max-width: 24rem;
|
|
201
201
|
margin: 0 auto;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
203
|
+
.XNewsletter_title {
|
|
204
204
|
font-size: 0.875rem;
|
|
205
205
|
white-space: nowrap;
|
|
206
206
|
font-weight: 500;
|
|
207
207
|
color: var(--nws-text);
|
|
208
208
|
}
|
|
209
|
-
.
|
|
209
|
+
.XNewsletter_input {
|
|
210
210
|
width: 100%;
|
|
211
211
|
padding: 0.5rem 1rem;
|
|
212
212
|
font-size: 0.875rem;
|
|
@@ -219,30 +219,30 @@
|
|
|
219
219
|
caret-color: var(--nws-accent);
|
|
220
220
|
font-family: inherit;
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
.XNewsletter_horizontal .XNewsletter_input {
|
|
223
223
|
}
|
|
224
224
|
@media (min-width: 768px) {
|
|
225
|
-
.
|
|
225
|
+
.XNewsletter_horizontal .XNewsletter_input {
|
|
226
226
|
width: 16rem;
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.XNewsletter_input:focus {
|
|
230
230
|
border-color: var(--nws-accent);
|
|
231
231
|
}
|
|
232
|
-
.
|
|
232
|
+
.XNewsletter_actions {
|
|
233
233
|
display: flex;
|
|
234
234
|
gap: 1rem;
|
|
235
235
|
}
|
|
236
|
-
.
|
|
236
|
+
.XNewsletter_actionsHorizontal {
|
|
237
237
|
flex-direction: row;
|
|
238
238
|
align-items: center;
|
|
239
239
|
}
|
|
240
|
-
.
|
|
240
|
+
.XNewsletter_actionsVertical {
|
|
241
241
|
flex-direction: column;
|
|
242
242
|
align-items: flex-start;
|
|
243
243
|
width: 100%;
|
|
244
244
|
}
|
|
245
|
-
.
|
|
245
|
+
.XNewsletter_checkboxLabel {
|
|
246
246
|
display: flex;
|
|
247
247
|
align-items: center;
|
|
248
248
|
gap: 0.5rem;
|
|
@@ -251,25 +251,25 @@
|
|
|
251
251
|
cursor: pointer;
|
|
252
252
|
color: var(--nws-text);
|
|
253
253
|
}
|
|
254
|
-
.
|
|
254
|
+
.XNewsletter_checkboxLabel span {
|
|
255
255
|
opacity: 0.7;
|
|
256
256
|
}
|
|
257
|
-
.
|
|
257
|
+
.XNewsletter_checkbox {
|
|
258
258
|
height: 0.875rem;
|
|
259
259
|
width: 0.875rem;
|
|
260
260
|
border-radius: 0.125rem;
|
|
261
261
|
cursor: pointer;
|
|
262
262
|
accent-color: var(--nws-accent);
|
|
263
263
|
}
|
|
264
|
-
.
|
|
264
|
+
.XNewsletter_termsLink {
|
|
265
265
|
text-decoration: underline;
|
|
266
266
|
color: var(--nws-accent);
|
|
267
267
|
transition: opacity 0.2s ease;
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
.XNewsletter_termsLink:hover {
|
|
270
270
|
opacity: 1;
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
.XNewsletter_button {
|
|
273
273
|
padding: 0.5rem 1rem;
|
|
274
274
|
font-size: 0.875rem;
|
|
275
275
|
border-radius: 0.5rem;
|
|
@@ -280,33 +280,33 @@
|
|
|
280
280
|
white-space: nowrap;
|
|
281
281
|
cursor: pointer;
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
.XNewsletter_button:hover:not(:disabled) {
|
|
284
284
|
background-color: var(--nws-accent);
|
|
285
285
|
color: var(--nws-btn-text);
|
|
286
286
|
}
|
|
287
|
-
.
|
|
288
|
-
.
|
|
289
|
-
.
|
|
287
|
+
.XNewsletter_button:disabled,
|
|
288
|
+
.XNewsletter_input:disabled,
|
|
289
|
+
.XNewsletter_checkbox:disabled {
|
|
290
290
|
opacity: 0.5;
|
|
291
291
|
cursor: not-allowed;
|
|
292
292
|
}
|
|
293
|
-
.
|
|
293
|
+
.XNewsletter_actionsVertical .XNewsletter_button {
|
|
294
294
|
width: 100%;
|
|
295
295
|
}
|
|
296
|
-
.
|
|
296
|
+
.XNewsletter_message {
|
|
297
297
|
margin-top: 0.75rem;
|
|
298
298
|
font-size: 0.75rem;
|
|
299
299
|
color: var(--nws-accent);
|
|
300
300
|
}
|
|
301
|
-
.
|
|
301
|
+
.XNewsletter_messageHorizontal {
|
|
302
302
|
text-align: center;
|
|
303
303
|
}
|
|
304
|
-
.
|
|
304
|
+
.XNewsletter_messageVertical {
|
|
305
305
|
text-align: left;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
/* src/components/navigation/xnavbar/XNavbar.module.css */
|
|
309
|
-
.
|
|
309
|
+
.XNavbar_header {
|
|
310
310
|
height: 100%;
|
|
311
311
|
display: flex;
|
|
312
312
|
align-items: center;
|
|
@@ -318,26 +318,26 @@
|
|
|
318
318
|
z-index: 60;
|
|
319
319
|
}
|
|
320
320
|
@media (min-width: 640px) {
|
|
321
|
-
.
|
|
321
|
+
.XNavbar_header {
|
|
322
322
|
padding-inline: 2rem;
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
@media (min-width: 768px) {
|
|
326
|
-
.
|
|
326
|
+
.XNavbar_header {
|
|
327
327
|
padding-inline: 3rem;
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
330
|
@media (min-width: 1024px) {
|
|
331
|
-
.
|
|
331
|
+
.XNavbar_header {
|
|
332
332
|
padding-inline: 5rem;
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
@media (min-width: 1280px) {
|
|
336
|
-
.
|
|
336
|
+
.XNavbar_header {
|
|
337
337
|
padding-inline: 12rem;
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
.XNavbar_desktopNav {
|
|
341
341
|
display: none;
|
|
342
342
|
align-items: center;
|
|
343
343
|
width: 100%;
|
|
@@ -345,35 +345,35 @@
|
|
|
345
345
|
padding-bottom: 0.5rem;
|
|
346
346
|
}
|
|
347
347
|
@media (min-width: 768px) {
|
|
348
|
-
.
|
|
348
|
+
.XNavbar_desktopNav {
|
|
349
349
|
display: grid;
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
|
-
.
|
|
353
|
-
.
|
|
352
|
+
.XNavbar_desktopLinksLeft,
|
|
353
|
+
.XNavbar_desktopLinksRight {
|
|
354
354
|
display: flex;
|
|
355
355
|
align-items: center;
|
|
356
356
|
gap: 1.5rem;
|
|
357
357
|
min-width: 0;
|
|
358
358
|
}
|
|
359
|
-
.
|
|
359
|
+
.XNavbar_desktopLinksLeft {
|
|
360
360
|
justify-content: flex-end;
|
|
361
361
|
}
|
|
362
|
-
.
|
|
362
|
+
.XNavbar_desktopLinksRight {
|
|
363
363
|
justify-content: flex-start;
|
|
364
364
|
}
|
|
365
|
-
.
|
|
365
|
+
.XNavbar_logoSlot {
|
|
366
366
|
display: flex;
|
|
367
367
|
justify-content: center;
|
|
368
368
|
align-items: center;
|
|
369
369
|
}
|
|
370
|
-
.
|
|
370
|
+
.XNavbar_logoWrapper {
|
|
371
371
|
position: relative;
|
|
372
372
|
margin-inline: 1rem;
|
|
373
373
|
display: flex;
|
|
374
374
|
align-items: center;
|
|
375
375
|
}
|
|
376
|
-
.
|
|
376
|
+
.XNavbar_logoBtn {
|
|
377
377
|
font-weight: 700;
|
|
378
378
|
font-size: 1.5rem;
|
|
379
379
|
line-height: 1;
|
|
@@ -384,21 +384,21 @@
|
|
|
384
384
|
color: var(--text);
|
|
385
385
|
padding: 0;
|
|
386
386
|
}
|
|
387
|
-
.
|
|
387
|
+
.XNavbar_iconTray {
|
|
388
388
|
position: absolute;
|
|
389
389
|
top: 50%;
|
|
390
390
|
transform: translateY(-50%);
|
|
391
391
|
pointer-events: none;
|
|
392
392
|
}
|
|
393
|
-
.
|
|
393
|
+
.XNavbar_iconTrayRight {
|
|
394
394
|
left: 100%;
|
|
395
395
|
padding-left: 0.75rem;
|
|
396
396
|
}
|
|
397
|
-
.
|
|
397
|
+
.XNavbar_iconTrayLeft {
|
|
398
398
|
right: 100%;
|
|
399
399
|
padding-right: 0.75rem;
|
|
400
400
|
}
|
|
401
|
-
.
|
|
401
|
+
.XNavbar_navLink {
|
|
402
402
|
padding: 0.25rem;
|
|
403
403
|
border-bottom: 2px solid transparent;
|
|
404
404
|
transition:
|
|
@@ -409,30 +409,30 @@
|
|
|
409
409
|
text-decoration: none;
|
|
410
410
|
white-space: nowrap;
|
|
411
411
|
}
|
|
412
|
-
.
|
|
412
|
+
.XNavbar_navLink:hover {
|
|
413
413
|
color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
|
|
414
414
|
opacity: var(--xnav-link-hover-opacity, 0.7);
|
|
415
415
|
}
|
|
416
|
-
.
|
|
416
|
+
.XNavbar_navLinkActive {
|
|
417
417
|
border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
|
|
418
418
|
font-weight: 600;
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.XNavbar_navLinkExternal::after {
|
|
421
421
|
content: " \2197";
|
|
422
422
|
font-size: 0.7em;
|
|
423
423
|
opacity: 0.6;
|
|
424
424
|
}
|
|
425
|
-
.
|
|
425
|
+
.XNavbar_mobileToggle {
|
|
426
426
|
display: flex;
|
|
427
427
|
align-items: center;
|
|
428
428
|
justify-content: center;
|
|
429
429
|
}
|
|
430
430
|
@media (min-width: 768px) {
|
|
431
|
-
.
|
|
431
|
+
.XNavbar_mobileToggle {
|
|
432
432
|
display: none;
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
|
-
.
|
|
435
|
+
.XNavbar_hamburgerBtn {
|
|
436
436
|
width: 2.5rem;
|
|
437
437
|
height: 2rem;
|
|
438
438
|
display: flex;
|
|
@@ -446,13 +446,13 @@
|
|
|
446
446
|
z-index: 80;
|
|
447
447
|
padding: 0;
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
.XNavbar_bar {
|
|
450
450
|
width: var(--xnav-bar-w, 2rem);
|
|
451
451
|
height: var(--xnav-bar-h, 3px);
|
|
452
452
|
background: var(--xnav-bar-color, var(--text));
|
|
453
453
|
border-radius: 2px;
|
|
454
454
|
}
|
|
455
|
-
.
|
|
455
|
+
.XNavbar_mobileOverlay {
|
|
456
456
|
position: fixed;
|
|
457
457
|
inset: 0;
|
|
458
458
|
width: 100vw;
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
font-size: 2.5rem;
|
|
468
468
|
z-index: 9999;
|
|
469
469
|
}
|
|
470
|
-
.
|
|
470
|
+
.XNavbar_mobileCloseBtn {
|
|
471
471
|
position: fixed;
|
|
472
472
|
top: 2rem;
|
|
473
473
|
left: 1rem;
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
z-index: 10000;
|
|
484
484
|
-webkit-tap-highlight-color: transparent;
|
|
485
485
|
}
|
|
486
|
-
.
|
|
486
|
+
.XNavbar_closeBar {
|
|
487
487
|
display: block;
|
|
488
488
|
position: absolute;
|
|
489
489
|
width: 2rem;
|
|
@@ -491,13 +491,13 @@
|
|
|
491
491
|
border-radius: 2px;
|
|
492
492
|
background: currentColor;
|
|
493
493
|
}
|
|
494
|
-
.
|
|
494
|
+
.XNavbar_mobileLogo {
|
|
495
495
|
font-weight: 700;
|
|
496
496
|
font-size: 3rem;
|
|
497
497
|
user-select: none;
|
|
498
498
|
pointer-events: none;
|
|
499
499
|
}
|
|
500
|
-
.
|
|
500
|
+
.XNavbar_mobileNavLink {
|
|
501
501
|
font-size: 2.5rem;
|
|
502
502
|
color: var(--xnav-link-color, var(--text));
|
|
503
503
|
text-decoration: none;
|
|
@@ -508,15 +508,15 @@
|
|
|
508
508
|
opacity 0.2s;
|
|
509
509
|
padding: 0.25rem;
|
|
510
510
|
}
|
|
511
|
-
.
|
|
511
|
+
.XNavbar_mobileNavLink:hover {
|
|
512
512
|
color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
|
|
513
513
|
opacity: var(--xnav-link-hover-opacity, 0.7);
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
.XNavbar_mobileNavLinkActive {
|
|
516
516
|
font-weight: 600;
|
|
517
517
|
border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
.XNavbar_themeToggleMobile {
|
|
520
520
|
margin-top: 1rem;
|
|
521
521
|
font-size: 1rem;
|
|
522
522
|
padding: 0.5rem 1rem;
|
|
@@ -530,18 +530,18 @@
|
|
|
530
530
|
cursor: pointer;
|
|
531
531
|
transition: opacity 0.2s;
|
|
532
532
|
}
|
|
533
|
-
.
|
|
533
|
+
.XNavbar_themeToggleMobile:hover {
|
|
534
534
|
opacity: 0.7;
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
/* src/components/layout/xfooter/XFooter.module.css */
|
|
538
|
-
.
|
|
538
|
+
.XFooter_XFooter {
|
|
539
539
|
width: 100%;
|
|
540
540
|
background-color: var(--xf-bg, transparent);
|
|
541
541
|
color: var(--xf-text, #333);
|
|
542
542
|
padding: var(--xf-py, 0.9rem) 0.6rem;
|
|
543
543
|
}
|
|
544
|
-
.
|
|
544
|
+
.XFooter_container {
|
|
545
545
|
max-width: 1280px;
|
|
546
546
|
margin: 0 auto;
|
|
547
547
|
display: flex;
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
align-items: center;
|
|
550
550
|
gap: 0.6rem;
|
|
551
551
|
}
|
|
552
|
-
.
|
|
552
|
+
.XFooter_nav {
|
|
553
553
|
display: grid;
|
|
554
554
|
gap: 0.5rem 1.5rem;
|
|
555
555
|
grid-template-columns: repeat(var(--xf-cols, 1), minmax(0, auto));
|
|
@@ -557,23 +557,23 @@
|
|
|
557
557
|
text-align: center;
|
|
558
558
|
width: 100%;
|
|
559
559
|
}
|
|
560
|
-
.
|
|
560
|
+
.XFooter_navVertical {
|
|
561
561
|
display: flex;
|
|
562
562
|
flex-direction: column;
|
|
563
563
|
align-items: center;
|
|
564
564
|
gap: 0.75rem;
|
|
565
565
|
}
|
|
566
|
-
.
|
|
566
|
+
.XFooter_link {
|
|
567
567
|
color: var(--xf-accent, inherit);
|
|
568
568
|
text-decoration: none;
|
|
569
569
|
font-size: 0.9rem;
|
|
570
570
|
transition: opacity 0.2s;
|
|
571
571
|
white-space: nowrap;
|
|
572
572
|
}
|
|
573
|
-
.
|
|
573
|
+
.XFooter_link:hover {
|
|
574
574
|
opacity: 0.7;
|
|
575
575
|
}
|
|
576
|
-
.
|
|
576
|
+
.XFooter_copyright {
|
|
577
577
|
font-size: 0.75rem;
|
|
578
578
|
opacity: 0.6;
|
|
579
579
|
width: 100%;
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
}
|
|
582
582
|
|
|
583
583
|
/* src/components/layout/xseparator/XSeparator.module.css */
|
|
584
|
-
.
|
|
584
|
+
.XSeparator_separatorContainer {
|
|
585
585
|
position: relative;
|
|
586
586
|
display: flex;
|
|
587
587
|
align-items: center;
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
--x-color: var(--separator-color);
|
|
591
591
|
--x-bg: white;
|
|
592
592
|
}
|
|
593
|
-
.
|
|
593
|
+
.XSeparator_iconWrapper {
|
|
594
594
|
position: absolute;
|
|
595
595
|
left: 50%;
|
|
596
596
|
top: 50%;
|
|
@@ -604,22 +604,22 @@
|
|
|
604
604
|
line-height: 1;
|
|
605
605
|
user-select: none;
|
|
606
606
|
}
|
|
607
|
-
.
|
|
607
|
+
.XSeparator_separator {
|
|
608
608
|
--separator-color: #e2e8f0;
|
|
609
609
|
--separator-thickness: 1px;
|
|
610
610
|
--separator-margin: 1rem;
|
|
611
611
|
border: 0;
|
|
612
612
|
background-color: var(--separator-color);
|
|
613
613
|
}
|
|
614
|
-
.
|
|
614
|
+
.XSeparator_dashed {
|
|
615
615
|
background-color: transparent !important;
|
|
616
616
|
border-bottom: var(--separator-thickness) dashed var(--separator-color);
|
|
617
617
|
}
|
|
618
|
-
.
|
|
618
|
+
.XSeparator_dotted {
|
|
619
619
|
background-color: transparent !important;
|
|
620
620
|
border-bottom: var(--separator-thickness) dotted var(--separator-color);
|
|
621
621
|
}
|
|
622
|
-
.
|
|
622
|
+
.XSeparator_faded {
|
|
623
623
|
mask-image:
|
|
624
624
|
linear-gradient(
|
|
625
625
|
to right,
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
black 80%,
|
|
629
629
|
transparent);
|
|
630
630
|
}
|
|
631
|
-
.
|
|
631
|
+
.XSeparator_vertical.XSeparator_faded {
|
|
632
632
|
mask-image:
|
|
633
633
|
linear-gradient(
|
|
634
634
|
to bottom,
|
|
@@ -637,12 +637,12 @@
|
|
|
637
637
|
black 80%,
|
|
638
638
|
transparent);
|
|
639
639
|
}
|
|
640
|
-
.
|
|
640
|
+
.XSeparator_horizontal {
|
|
641
641
|
width: 100%;
|
|
642
642
|
height: var(--separator-thickness);
|
|
643
643
|
margin: var(--separator-margin) 0;
|
|
644
644
|
}
|
|
645
|
-
.
|
|
645
|
+
.XSeparator_vertical {
|
|
646
646
|
width: var(--separator-thickness);
|
|
647
647
|
height: 100%;
|
|
648
648
|
display: inline-block;
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
/* src/components/layout/xzigzaglayout/XZigZagLayout.module.css */
|
|
654
|
-
.
|
|
654
|
+
.XZigZagLayout_layout {
|
|
655
655
|
width: min(100%, 72rem);
|
|
656
656
|
margin: 0 auto;
|
|
657
657
|
display: flex;
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
padding-inline: clamp(0.5rem, 2vw, 1rem);
|
|
661
661
|
position: relative;
|
|
662
662
|
}
|
|
663
|
-
.
|
|
663
|
+
.XZigZagLayout_svgLine {
|
|
664
664
|
position: absolute;
|
|
665
665
|
top: 0;
|
|
666
666
|
left: 0;
|
|
@@ -669,117 +669,117 @@
|
|
|
669
669
|
pointer-events: none;
|
|
670
670
|
z-index: 0;
|
|
671
671
|
}
|
|
672
|
-
.
|
|
672
|
+
.XZigZagLayout_item {
|
|
673
673
|
width: 100%;
|
|
674
674
|
display: grid;
|
|
675
675
|
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
676
676
|
}
|
|
677
|
-
.
|
|
677
|
+
.XZigZagLayout_item > * {
|
|
678
678
|
width: 100%;
|
|
679
679
|
text-align: inherit;
|
|
680
680
|
}
|
|
681
|
-
.
|
|
681
|
+
.XZigZagLayout_contentWrapper {
|
|
682
682
|
width: 100%;
|
|
683
683
|
}
|
|
684
|
-
.
|
|
684
|
+
.XZigZagLayout_textLeft > * {
|
|
685
685
|
text-align: left;
|
|
686
686
|
}
|
|
687
|
-
.
|
|
687
|
+
.XZigZagLayout_textRight > * {
|
|
688
688
|
text-align: right;
|
|
689
689
|
}
|
|
690
|
-
.
|
|
690
|
+
.XZigZagLayout_left > * {
|
|
691
691
|
grid-column: 2 / 8;
|
|
692
692
|
}
|
|
693
|
-
.
|
|
693
|
+
.XZigZagLayout_right > * {
|
|
694
694
|
grid-column: 6 / 12;
|
|
695
695
|
}
|
|
696
696
|
@media (max-width: 768px) {
|
|
697
|
-
.
|
|
697
|
+
.XZigZagLayout_left > * {
|
|
698
698
|
grid-column: 1 / 11;
|
|
699
699
|
}
|
|
700
|
-
.
|
|
700
|
+
.XZigZagLayout_right > * {
|
|
701
701
|
grid-column: 3 / 13;
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
/* src/components/content/xinteractivephrase/XInteractivePhrase.module.css */
|
|
706
|
-
.
|
|
706
|
+
.XInteractivePhrase_container {
|
|
707
707
|
padding: 1rem 0;
|
|
708
708
|
color: var(--text, #000);
|
|
709
709
|
width: 100%;
|
|
710
710
|
}
|
|
711
|
-
.
|
|
711
|
+
.XInteractivePhrase_title {
|
|
712
712
|
margin: 0;
|
|
713
713
|
padding: 0;
|
|
714
714
|
line-height: 1.3;
|
|
715
715
|
font-weight: inherit;
|
|
716
716
|
text-align: inherit;
|
|
717
717
|
}
|
|
718
|
-
h1.
|
|
718
|
+
h1.XInteractivePhrase_title {
|
|
719
719
|
font-size: clamp(2rem, 6vw, 2.2rem);
|
|
720
720
|
font-weight: 800;
|
|
721
721
|
margin: 0;
|
|
722
722
|
padding: 0;
|
|
723
723
|
text-align: inherit;
|
|
724
724
|
}
|
|
725
|
-
h2.
|
|
725
|
+
h2.XInteractivePhrase_title {
|
|
726
726
|
font-size: clamp(1.675rem, 4vw, 1.8rem);
|
|
727
727
|
font-weight: 700;
|
|
728
728
|
margin: 0;
|
|
729
729
|
padding: 0;
|
|
730
730
|
text-align: inherit;
|
|
731
731
|
}
|
|
732
|
-
h3.
|
|
732
|
+
h3.XInteractivePhrase_title {
|
|
733
733
|
font-size: clamp(1.4rem, 3vw, 1.95rem);
|
|
734
734
|
font-weight: 700;
|
|
735
735
|
margin: 0;
|
|
736
736
|
padding: 0;
|
|
737
737
|
text-align: inherit;
|
|
738
738
|
}
|
|
739
|
-
h4.
|
|
739
|
+
h4.XInteractivePhrase_title {
|
|
740
740
|
font-size: clamp(1.25rem, 3vw, 2rem);
|
|
741
741
|
font-weight: 600;
|
|
742
742
|
margin: 0;
|
|
743
743
|
padding: 0;
|
|
744
744
|
text-align: inherit;
|
|
745
745
|
}
|
|
746
|
-
h5.
|
|
746
|
+
h5.XInteractivePhrase_title {
|
|
747
747
|
font-size: clamp(1.125rem, 3vw, 1.5rem);
|
|
748
748
|
font-weight: 600;
|
|
749
749
|
margin: 0;
|
|
750
750
|
padding: 0;
|
|
751
751
|
text-align: inherit;
|
|
752
752
|
}
|
|
753
|
-
h6.
|
|
753
|
+
h6.XInteractivePhrase_title {
|
|
754
754
|
font-size: clamp(1rem, 2.5vw, 1.25rem);
|
|
755
755
|
font-weight: 600;
|
|
756
756
|
margin: 0;
|
|
757
757
|
padding: 0;
|
|
758
758
|
text-align: inherit;
|
|
759
759
|
}
|
|
760
|
-
p.
|
|
760
|
+
p.XInteractivePhrase_title {
|
|
761
761
|
font-size: 1rem;
|
|
762
762
|
font-weight: 400;
|
|
763
763
|
margin: 0;
|
|
764
764
|
padding: 0;
|
|
765
765
|
text-align: inherit;
|
|
766
766
|
}
|
|
767
|
-
.
|
|
767
|
+
.XInteractivePhrase_title strong {
|
|
768
768
|
font-weight: 900;
|
|
769
769
|
color: var(--accent, #0070f3);
|
|
770
770
|
}
|
|
771
|
-
.
|
|
771
|
+
.XInteractivePhrase_title em {
|
|
772
772
|
font-style: italic;
|
|
773
773
|
font-family: serif;
|
|
774
774
|
}
|
|
775
|
-
.
|
|
775
|
+
.XInteractivePhrase_underlineEffect {
|
|
776
776
|
position: relative;
|
|
777
777
|
cursor: pointer;
|
|
778
778
|
color: var(--accent, #0070f3);
|
|
779
779
|
display: inline-block;
|
|
780
780
|
transition: color 0.3s ease;
|
|
781
781
|
}
|
|
782
|
-
.
|
|
782
|
+
.XInteractivePhrase_underlineEffect::after {
|
|
783
783
|
content: "";
|
|
784
784
|
position: absolute;
|
|
785
785
|
bottom: -2px;
|
|
@@ -795,10 +795,10 @@ p.title {
|
|
|
795
795
|
currentColor 4px);
|
|
796
796
|
transition: opacity 0.3s ease;
|
|
797
797
|
}
|
|
798
|
-
.
|
|
798
|
+
.XInteractivePhrase_underlineEffect:hover::after {
|
|
799
799
|
opacity: 0;
|
|
800
800
|
}
|
|
801
|
-
.
|
|
801
|
+
.XInteractivePhrase_buttonEffect {
|
|
802
802
|
display: inline-block;
|
|
803
803
|
padding: 0.1em 0.6em;
|
|
804
804
|
border: 2px dashed currentColor;
|
|
@@ -807,35 +807,35 @@ p.title {
|
|
|
807
807
|
color: var(--accent, #0070f3);
|
|
808
808
|
transition: all 0.3s ease;
|
|
809
809
|
}
|
|
810
|
-
.
|
|
810
|
+
.XInteractivePhrase_buttonEffect:hover {
|
|
811
811
|
background: currentColor;
|
|
812
812
|
color: var(--bg, #fff);
|
|
813
813
|
}
|
|
814
|
-
.
|
|
814
|
+
.XInteractivePhrase_blurEffect {
|
|
815
815
|
display: inline-block;
|
|
816
816
|
transition: filter 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s ease;
|
|
817
817
|
}
|
|
818
|
-
.
|
|
818
|
+
.XInteractivePhrase_isVisible {
|
|
819
819
|
filter: blur(0);
|
|
820
820
|
opacity: 1;
|
|
821
821
|
}
|
|
822
|
-
.
|
|
822
|
+
.XInteractivePhrase_isHidden {
|
|
823
823
|
filter: blur(10px);
|
|
824
824
|
opacity: 0.3;
|
|
825
825
|
user-select: none;
|
|
826
826
|
}
|
|
827
|
-
.
|
|
827
|
+
.XInteractivePhrase_lineBreak {
|
|
828
828
|
display: block;
|
|
829
829
|
height: 0.8rem;
|
|
830
830
|
}
|
|
831
|
-
.
|
|
832
|
-
.
|
|
831
|
+
.XInteractivePhrase_underlineEffect:focus-visible,
|
|
832
|
+
.XInteractivePhrase_buttonEffect:focus-visible {
|
|
833
833
|
outline: 2px solid var(--accent, #0070f3);
|
|
834
834
|
outline-offset: 4px;
|
|
835
835
|
}
|
|
836
836
|
|
|
837
837
|
/* src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css */
|
|
838
|
-
.
|
|
838
|
+
.XMicroGalleryText_container {
|
|
839
839
|
display: flex;
|
|
840
840
|
flex-direction: column;
|
|
841
841
|
gap: 2rem;
|
|
@@ -844,57 +844,57 @@ p.title {
|
|
|
844
844
|
margin: 2rem 0;
|
|
845
845
|
}
|
|
846
846
|
@media (min-width: 1024px) {
|
|
847
|
-
.
|
|
847
|
+
.XMicroGalleryText_container {
|
|
848
848
|
flex-direction: row;
|
|
849
849
|
align-items: center;
|
|
850
850
|
gap: 4rem;
|
|
851
851
|
}
|
|
852
|
-
.
|
|
852
|
+
.XMicroGalleryText_reverse {
|
|
853
853
|
flex-direction: row-reverse;
|
|
854
854
|
}
|
|
855
855
|
}
|
|
856
|
-
.
|
|
856
|
+
.XMicroGalleryText_textContent {
|
|
857
857
|
flex: 1;
|
|
858
858
|
opacity: 0;
|
|
859
859
|
transform: translateY(30px);
|
|
860
860
|
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
|
|
861
861
|
color: var(--foreground);
|
|
862
862
|
}
|
|
863
|
-
.
|
|
863
|
+
.XMicroGalleryText_textContent.XMicroGalleryText_visible {
|
|
864
864
|
opacity: 1;
|
|
865
865
|
transform: translateY(0);
|
|
866
866
|
}
|
|
867
|
-
.
|
|
867
|
+
.XMicroGalleryText_textLeft {
|
|
868
868
|
text-align: left;
|
|
869
869
|
}
|
|
870
|
-
.
|
|
870
|
+
.XMicroGalleryText_textRight {
|
|
871
871
|
text-align: right;
|
|
872
872
|
}
|
|
873
|
-
.
|
|
873
|
+
.XMicroGalleryText_textCenter {
|
|
874
874
|
text-align: center;
|
|
875
875
|
}
|
|
876
|
-
.
|
|
877
|
-
.
|
|
878
|
-
.
|
|
879
|
-
.
|
|
880
|
-
.
|
|
881
|
-
.
|
|
876
|
+
.XMicroGalleryText_textContent p,
|
|
877
|
+
.XMicroGalleryText_textContent div,
|
|
878
|
+
.XMicroGalleryText_textContent span,
|
|
879
|
+
.XMicroGalleryText_textContent em,
|
|
880
|
+
.XMicroGalleryText_textContent strong,
|
|
881
|
+
.XMicroGalleryText_textContent a {
|
|
882
882
|
text-align: inherit;
|
|
883
883
|
max-width: none;
|
|
884
884
|
margin-left: unset;
|
|
885
885
|
margin-right: unset;
|
|
886
886
|
}
|
|
887
|
-
.
|
|
887
|
+
.XMicroGalleryText_gallery {
|
|
888
888
|
flex: 1.5;
|
|
889
889
|
width: 100%;
|
|
890
890
|
}
|
|
891
|
-
.
|
|
891
|
+
.XMicroGalleryText_artisticGrid {
|
|
892
892
|
display: grid;
|
|
893
893
|
grid-template-columns: repeat(3, 1fr);
|
|
894
894
|
grid-template-rows: 380px 220px;
|
|
895
895
|
gap: 1rem;
|
|
896
896
|
}
|
|
897
|
-
.
|
|
897
|
+
.XMicroGalleryText_imageWrapper {
|
|
898
898
|
position: relative;
|
|
899
899
|
overflow: hidden;
|
|
900
900
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
|
@@ -906,80 +906,80 @@ p.title {
|
|
|
906
906
|
transform 0.6s ease-out,
|
|
907
907
|
box-shadow 0.3s ease;
|
|
908
908
|
}
|
|
909
|
-
.
|
|
909
|
+
.XMicroGalleryText_imageWrapper.XMicroGalleryText_visible {
|
|
910
910
|
opacity: 1;
|
|
911
911
|
transform: translateY(0) scale(1);
|
|
912
912
|
}
|
|
913
|
-
.
|
|
913
|
+
.XMicroGalleryText_imageWrapper:hover {
|
|
914
914
|
transform: translateY(-5px);
|
|
915
915
|
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
|
|
916
916
|
}
|
|
917
|
-
.
|
|
917
|
+
.XMicroGalleryText_previewImage {
|
|
918
918
|
object-fit: cover;
|
|
919
919
|
}
|
|
920
|
-
.
|
|
920
|
+
.XMicroGalleryText_artisticGrid .XMicroGalleryText_artistic1 .XMicroGalleryText_previewImage {
|
|
921
921
|
object-position: center top;
|
|
922
922
|
transform: translateY(0);
|
|
923
923
|
}
|
|
924
|
-
.
|
|
924
|
+
.XMicroGalleryText_artistic1 {
|
|
925
925
|
grid-column: 1 / 4;
|
|
926
926
|
grid-row: 1 / 2;
|
|
927
927
|
transition-delay: 0.2s;
|
|
928
928
|
}
|
|
929
|
-
.
|
|
929
|
+
.XMicroGalleryText_artistic2 {
|
|
930
930
|
grid-column: 1 / 2;
|
|
931
931
|
grid-row: 2 / 3;
|
|
932
932
|
transition-delay: 0.3s;
|
|
933
933
|
}
|
|
934
|
-
.
|
|
934
|
+
.XMicroGalleryText_artistic3 {
|
|
935
935
|
grid-column: 2 / 4;
|
|
936
936
|
grid-row: 2 / 3;
|
|
937
937
|
transition-delay: 0.4s;
|
|
938
938
|
}
|
|
939
939
|
@media (max-width: 768px) {
|
|
940
|
-
.
|
|
940
|
+
.XMicroGalleryText_artisticGrid {
|
|
941
941
|
grid-template-columns: 1fr;
|
|
942
942
|
grid-template-rows: 240px 180px 180px;
|
|
943
943
|
}
|
|
944
|
-
.
|
|
945
|
-
.
|
|
946
|
-
.
|
|
944
|
+
.XMicroGalleryText_artistic1,
|
|
945
|
+
.XMicroGalleryText_artistic2,
|
|
946
|
+
.XMicroGalleryText_artistic3 {
|
|
947
947
|
grid-column: 1 / 2;
|
|
948
948
|
}
|
|
949
|
-
.
|
|
949
|
+
.XMicroGalleryText_artistic1 {
|
|
950
950
|
grid-row: 1 / 2;
|
|
951
951
|
}
|
|
952
|
-
.
|
|
952
|
+
.XMicroGalleryText_artistic2 {
|
|
953
953
|
grid-row: 2 / 3;
|
|
954
954
|
}
|
|
955
|
-
.
|
|
955
|
+
.XMicroGalleryText_artistic3 {
|
|
956
956
|
grid-row: 3 / 4;
|
|
957
957
|
}
|
|
958
958
|
}
|
|
959
959
|
@media (max-width: 480px) {
|
|
960
|
-
.
|
|
960
|
+
.XMicroGalleryText_artisticGrid {
|
|
961
961
|
grid-template-rows: 200px 140px 140px;
|
|
962
962
|
}
|
|
963
963
|
}
|
|
964
964
|
|
|
965
965
|
/* src/components/gallery/xstaticgallery/XStaticGallery.module.css */
|
|
966
|
-
.
|
|
966
|
+
.XStaticGallery_galleryContainer {
|
|
967
967
|
width: 100%;
|
|
968
968
|
max-width: 80rem;
|
|
969
969
|
margin: 0 auto;
|
|
970
970
|
padding: 1rem 1rem 3rem;
|
|
971
971
|
}
|
|
972
|
-
.
|
|
972
|
+
.XStaticGallery_galleryTitle {
|
|
973
973
|
font-size: 1.875rem;
|
|
974
974
|
text-align: right;
|
|
975
975
|
color: var(--primary);
|
|
976
976
|
margin-bottom: 3rem;
|
|
977
977
|
opacity: 0.8;
|
|
978
978
|
}
|
|
979
|
-
.
|
|
979
|
+
.XStaticGallery_masonryGrid {
|
|
980
980
|
gap: 1rem;
|
|
981
981
|
}
|
|
982
|
-
.
|
|
982
|
+
.XStaticGallery_masonryItem {
|
|
983
983
|
break-inside: avoid;
|
|
984
984
|
position: relative;
|
|
985
985
|
border-radius: 1rem;
|
|
@@ -993,78 +993,78 @@ p.title {
|
|
|
993
993
|
transform 0.5s ease-out,
|
|
994
994
|
box-shadow 0.3s ease;
|
|
995
995
|
}
|
|
996
|
-
.
|
|
996
|
+
.XStaticGallery_masonryItem.XStaticGallery_visible {
|
|
997
997
|
opacity: 1;
|
|
998
998
|
transform: translateY(0);
|
|
999
999
|
}
|
|
1000
|
-
.
|
|
1000
|
+
.XStaticGallery_masonryItem:hover {
|
|
1001
1001
|
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
|
|
1002
1002
|
}
|
|
1003
|
-
.
|
|
1003
|
+
.XStaticGallery_imageContainer {
|
|
1004
1004
|
position: relative;
|
|
1005
1005
|
width: 100%;
|
|
1006
1006
|
overflow: hidden;
|
|
1007
1007
|
border-radius: 1rem;
|
|
1008
1008
|
}
|
|
1009
|
-
.
|
|
1009
|
+
.XStaticGallery_galleryImage {
|
|
1010
1010
|
width: 100%;
|
|
1011
1011
|
height: auto;
|
|
1012
1012
|
object-fit: cover;
|
|
1013
1013
|
display: block;
|
|
1014
1014
|
transition: transform 0.5s ease-out;
|
|
1015
1015
|
}
|
|
1016
|
-
.
|
|
1016
|
+
.XStaticGallery_masonryItem:hover .XStaticGallery_galleryImage {
|
|
1017
1017
|
transform: scale(1.05);
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
.XStaticGallery_imageOverlay {
|
|
1020
1020
|
position: absolute;
|
|
1021
1021
|
inset: 0;
|
|
1022
1022
|
background: rgba(0, 0, 0, 0);
|
|
1023
1023
|
transition: background 0.3s ease;
|
|
1024
1024
|
pointer-events: none;
|
|
1025
1025
|
}
|
|
1026
|
-
.
|
|
1026
|
+
.XStaticGallery_masonryItem:hover .XStaticGallery_imageOverlay {
|
|
1027
1027
|
background: rgba(0, 0, 0, 0.1);
|
|
1028
1028
|
}
|
|
1029
|
-
.
|
|
1029
|
+
.XStaticGallery_cols1 {
|
|
1030
1030
|
columns: 1;
|
|
1031
1031
|
}
|
|
1032
|
-
.
|
|
1032
|
+
.XStaticGallery_cols2 {
|
|
1033
1033
|
columns: 2;
|
|
1034
1034
|
}
|
|
1035
|
-
.
|
|
1035
|
+
.XStaticGallery_cols3 {
|
|
1036
1036
|
columns: 3;
|
|
1037
1037
|
}
|
|
1038
|
-
.
|
|
1038
|
+
.XStaticGallery_cols4 {
|
|
1039
1039
|
columns: 4;
|
|
1040
1040
|
}
|
|
1041
|
-
.
|
|
1041
|
+
.XStaticGallery_cols5 {
|
|
1042
1042
|
columns: 5;
|
|
1043
1043
|
}
|
|
1044
1044
|
@media (max-width: 1280px) {
|
|
1045
|
-
.
|
|
1046
|
-
.
|
|
1045
|
+
.XStaticGallery_cols4,
|
|
1046
|
+
.XStaticGallery_cols5 {
|
|
1047
1047
|
columns: 3;
|
|
1048
1048
|
}
|
|
1049
1049
|
}
|
|
1050
1050
|
@media (max-width: 768px) {
|
|
1051
|
-
.
|
|
1052
|
-
.
|
|
1053
|
-
.
|
|
1051
|
+
.XStaticGallery_cols3,
|
|
1052
|
+
.XStaticGallery_cols4,
|
|
1053
|
+
.XStaticGallery_cols5 {
|
|
1054
1054
|
columns: 2;
|
|
1055
1055
|
}
|
|
1056
1056
|
}
|
|
1057
1057
|
@media (max-width: 640px) {
|
|
1058
|
-
.
|
|
1059
|
-
.
|
|
1060
|
-
.
|
|
1061
|
-
.
|
|
1058
|
+
.XStaticGallery_cols2,
|
|
1059
|
+
.XStaticGallery_cols3,
|
|
1060
|
+
.XStaticGallery_cols4,
|
|
1061
|
+
.XStaticGallery_cols5 {
|
|
1062
1062
|
columns: 1;
|
|
1063
1063
|
}
|
|
1064
1064
|
}
|
|
1065
1065
|
|
|
1066
1066
|
/* src/components/social/xsocialcontact/XSocialContact.module.css */
|
|
1067
|
-
.
|
|
1067
|
+
.XSocialContact_container {
|
|
1068
1068
|
--columns: 3;
|
|
1069
1069
|
--gap: 1.5rem;
|
|
1070
1070
|
--padding: 1.5rem;
|
|
@@ -1089,37 +1089,37 @@ p.title {
|
|
|
1089
1089
|
border-radius: var(--border-radius);
|
|
1090
1090
|
justify-items: var(--alignment);
|
|
1091
1091
|
}
|
|
1092
|
-
.
|
|
1092
|
+
.XSocialContact_small {
|
|
1093
1093
|
--icon-gap: 1rem;
|
|
1094
1094
|
--gap: 1rem;
|
|
1095
1095
|
--padding: 1rem;
|
|
1096
1096
|
--text-size: 0.875rem;
|
|
1097
1097
|
}
|
|
1098
|
-
.
|
|
1098
|
+
.XSocialContact_medium {
|
|
1099
1099
|
--icon-gap: 1.5rem;
|
|
1100
1100
|
--gap: 1.5rem;
|
|
1101
1101
|
--padding: 1.5rem;
|
|
1102
1102
|
--text-size: 1rem;
|
|
1103
1103
|
}
|
|
1104
|
-
.
|
|
1104
|
+
.XSocialContact_large {
|
|
1105
1105
|
--icon-gap: 2rem;
|
|
1106
1106
|
--gap: 2rem;
|
|
1107
1107
|
--padding: 2rem;
|
|
1108
1108
|
--text-size: 1.125rem;
|
|
1109
1109
|
}
|
|
1110
|
-
.
|
|
1110
|
+
.XSocialContact_rows1 {
|
|
1111
1111
|
grid-template-rows: auto;
|
|
1112
1112
|
}
|
|
1113
|
-
.
|
|
1113
|
+
.XSocialContact_rows2 {
|
|
1114
1114
|
grid-template-rows: repeat(2, auto);
|
|
1115
1115
|
}
|
|
1116
|
-
.
|
|
1116
|
+
.XSocialContact_rows3 {
|
|
1117
1117
|
grid-template-rows: repeat(3, auto);
|
|
1118
1118
|
}
|
|
1119
|
-
.
|
|
1119
|
+
.XSocialContact_rows4 {
|
|
1120
1120
|
grid-template-rows: repeat(4, auto);
|
|
1121
1121
|
}
|
|
1122
|
-
.
|
|
1122
|
+
.XSocialContact_item {
|
|
1123
1123
|
display: flex;
|
|
1124
1124
|
flex-direction: column;
|
|
1125
1125
|
align-items: center;
|
|
@@ -1128,10 +1128,10 @@ p.title {
|
|
|
1128
1128
|
transition: opacity 0.2s ease;
|
|
1129
1129
|
color: inherit;
|
|
1130
1130
|
}
|
|
1131
|
-
.
|
|
1131
|
+
.XSocialContact_item:hover {
|
|
1132
1132
|
opacity: 0.8;
|
|
1133
1133
|
}
|
|
1134
|
-
.
|
|
1134
|
+
.XSocialContact_iconWrapper {
|
|
1135
1135
|
--item-icon-color: var(--icon-color);
|
|
1136
1136
|
--item-icon-hover-color: var(--icon-hover-color);
|
|
1137
1137
|
display: flex;
|
|
@@ -1142,10 +1142,10 @@ p.title {
|
|
|
1142
1142
|
color: var(--item-icon-color);
|
|
1143
1143
|
transition: color 0.2s ease;
|
|
1144
1144
|
}
|
|
1145
|
-
.
|
|
1145
|
+
.XSocialContact_item:hover .XSocialContact_iconWrapper {
|
|
1146
1146
|
color: var(--item-icon-hover-color);
|
|
1147
1147
|
}
|
|
1148
|
-
.
|
|
1148
|
+
.XSocialContact_text {
|
|
1149
1149
|
font-size: var(--text-size);
|
|
1150
1150
|
color: var(--text-color);
|
|
1151
1151
|
text-align: var(--text-align);
|
|
@@ -1153,29 +1153,29 @@ p.title {
|
|
|
1153
1153
|
max-width: 100%;
|
|
1154
1154
|
}
|
|
1155
1155
|
@media (max-width: 768px) {
|
|
1156
|
-
.
|
|
1156
|
+
.XSocialContact_container {
|
|
1157
1157
|
--columns: 2;
|
|
1158
1158
|
--gap: calc(var(--gap) * 0.75);
|
|
1159
1159
|
--padding: calc(var(--padding) * 0.75);
|
|
1160
1160
|
}
|
|
1161
|
-
.
|
|
1162
|
-
.
|
|
1163
|
-
.
|
|
1161
|
+
.XSocialContact_rows2,
|
|
1162
|
+
.XSocialContact_rows3,
|
|
1163
|
+
.XSocialContact_rows4 {
|
|
1164
1164
|
grid-template-columns: repeat(2, 1fr);
|
|
1165
1165
|
grid-template-rows: repeat(2, auto);
|
|
1166
1166
|
}
|
|
1167
1167
|
}
|
|
1168
1168
|
@media (max-width: 480px) {
|
|
1169
|
-
.
|
|
1169
|
+
.XSocialContact_container {
|
|
1170
1170
|
--columns: 1;
|
|
1171
1171
|
--gap: calc(var(--gap) * 0.5);
|
|
1172
1172
|
--padding: calc(var(--padding) * 0.5);
|
|
1173
1173
|
}
|
|
1174
|
-
.
|
|
1175
|
-
.
|
|
1176
|
-
.
|
|
1174
|
+
.XSocialContact_rows2,
|
|
1175
|
+
.XSocialContact_rows3,
|
|
1176
|
+
.XSocialContact_rows4 {
|
|
1177
1177
|
grid-template-columns: 1fr;
|
|
1178
1178
|
grid-template-rows: auto;
|
|
1179
1179
|
}
|
|
1180
1180
|
}
|
|
1181
|
-
/*# sourceMappingURL=index.css.map */
|
|
1181
|
+
/*# sourceMappingURL=index.css.map */
|