j1-template 2022.5.1.rc0 → 2022.5.1.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/procedures/global/date-german.proc +67 -0
  3. data/assets/data/banner.html +2 -2
  4. data/assets/data/menu.html +1 -1
  5. data/assets/data/mmenu.html +36 -36
  6. data/assets/themes/j1/adapter/js/attic.js +8 -0
  7. data/assets/themes/j1/adapter/js/cookieConsent.js +42 -25
  8. data/assets/themes/j1/adapter/js/mmenu.js +2 -2
  9. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +2 -2
  10. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  11. data/assets/themes/j1/modules/backstretch/js/backstretch.js +4 -4
  12. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  13. data/assets/themes/j1/modules/mmenuLight/README.md +22 -0
  14. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.css +224 -243
  15. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +3 -3
  16. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +95 -55
  17. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  18. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +57 -440
  19. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +4 -15
  20. data/assets/themes/j1/modules/{twemoji/js/picker → themeSwitcher}/LICENSE +21 -21
  21. data/assets/themes/j1/modules/themeSwitcher/README.md +166 -0
  22. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +2 -2
  23. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  24. data/lib/j1/version.rb +1 -1
  25. data/lib/starter_web/Gemfile +1 -1
  26. data/lib/starter_web/README.md +5 -5
  27. data/lib/starter_web/_config.yml +2 -2
  28. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  29. data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -1
  30. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  31. data/lib/starter_web/index.html +34 -12
  32. data/lib/starter_web/package.json +1 -1
  33. data/lib/starter_web/pages/public/features/general.adoc +1 -1
  34. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +139 -0
  35. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +63 -3
  36. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  37. data/lib/starter_web/utilsrv/package.json +1 -1
  38. metadata +6 -9
  39. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +0 -153
  40. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +0 -19
  41. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +0 -304
  42. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +0 -322
  43. data/assets/themes/j1/modules/twemoji/js/twemoji.js +0 -580
  44. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +0 -19
@@ -52,14 +52,18 @@ resource_options:
52
52
  //
53
53
  :cookies: true
54
54
  :cookie-consent: true
55
+ :themes: true
55
56
  :logs-files: false
56
57
  :google-analytics: true
58
+ :google-translator: true
57
59
  :hyvor: true
58
60
  :facebook: false
59
61
  :twitter: false
60
62
  :instagram: false
61
63
  :youtube: true
62
64
  :vimeo: true
65
+ :dailymotion: true
66
+ :vk: true
63
67
 
64
68
  // Load Liquid procedures
65
69
  // -----------------------------------------------------------------------------
@@ -155,6 +159,32 @@ System befinden. In diesem Fall sind möglicherweise bereits vorhandene Cookies
155
159
  ++++
156
160
  endif::[]
157
161
 
162
+
163
+ ifeval::[{themes} == true]
164
+ == Themes
165
+
166
+ Themes für Bootstrap werden verwendet, um das Erscheinungsbild einer Website
167
+ basierend auf den grundlegenden Regeln und Definitionen der Stile von
168
+ Bootstrap (CSS) anzupassen. Die Verwendung oder Änderung eines Designs
169
+ verändert nicht die Funktionalität des zugrunde liegenden Bootstrap-Frameworks,
170
+ sondern modifiziert beispielsweise das Farbschema, Schriftarten oder
171
+ Schriftgrößen. Darüber hinaus kann das Aussehen ausgewählter vordefinierter
172
+ HTML-Elemente wie Buttons, Formulare oder Navigationselemente durch ein Theme
173
+ angepasst werden.
174
+
175
+ Das zugrunde liegende **Themer**-Modul verwendet die kostenlosen Themes für
176
+ Bootstrap, die von dem Anbieter _Bootswatch_ bereitgestellt werden. Die
177
+ Plattform stellt eine Vielzahl verschiedener Themes (vorkompilierte BS@5
178
+ CSS-Dateien) bereit, die direkt für Websites mit Bootstrap V5 verwendet
179
+ werden können.
180
+
181
+ Die Dienste von _Bootswatch_ verwenden *permanente* Cookies, um relevante
182
+ Themeninformationen zu speichern. Um die Themenfunktion von J1 Template
183
+ verwenden zu können, müssen Sie daher permanenten Cookies zur *Personalisierung*
184
+ zustimmen.
185
+ endif::[]
186
+
187
+
158
188
  ifeval::[{logs-files} == true]
159
189
  == Log files
160
190
 
@@ -176,6 +206,7 @@ Wir tun dies, um die von uns angebotenen Dienstleistungen zu verbessern und das
176
206
  Angebot auf unseren Seiten zu verbessern.
177
207
  endif::[]
178
208
 
209
+
179
210
  ifeval::[{google-analytics} == true]
180
211
  == Verwendung von Analysen (GA)
181
212
 
@@ -211,6 +242,37 @@ jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
211
242
  die volle Funktionalität dieser Website zu nutzen.
212
243
  endif::[]
213
244
 
245
+
246
+ ifeval::[{google-translator} == true]
247
+ == Verwendung von Übersetzungen (GT)
248
+
249
+ Diese Website benutzt Google Translator (GT), einne Dienst zur Übersetzung
250
+ von Webseiten. Diese Funktion wird nur verwendet, falls Sie in den
251
+ Einstellungen zu Ihrer Privatsphäre der *Personalisierung* zugestimmt haben.
252
+ Dieser Dienst wird angeboten durch:
253
+
254
+ ----
255
+ Google Inc.
256
+ 1600 Amphitheatre Parkway Mountain View
257
+ CA 94043
258
+ USA
259
+ ----
260
+
261
+ Der Service verwendet sogenannte Cookies. Das sind Textdateien, die auf
262
+ Ihrem Computer gespeichert werden, um die Nutzung der Website durch die
263
+ Benutzer auszuwerten. Die durch Cookies erzeugten Informationen werden
264
+ übermittelt und auf Servern des Unternehmens gespeichert.
265
+
266
+ Weitere Informationen hierzu finden Sie in den Richtlinen zum
267
+ link:{url-google--privacy-policy-de}[Datenschutz, {browser-window--new}].
268
+
269
+ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
270
+ entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
271
+ jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
272
+ die volle Funktionalität dieser Website zu nutzen.
273
+ endif::[]
274
+
275
+
214
276
  ifeval::[{hyvor} == true]
215
277
  == Verwendung von Kommentaren (HT)
216
278
 
@@ -298,6 +360,7 @@ jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
298
360
  die volle Funktionalität dieser Website zu nutzen.
299
361
  endif::[]
300
362
 
363
+
301
364
  ifeval::[{twitter} == true]
302
365
  == Verwendung der Twitter-Integration
303
366
 
@@ -336,6 +399,7 @@ jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
336
399
  die volle Funktionalität dieser Website zu nutzen.
337
400
  endif::[]
338
401
 
402
+
339
403
  ifeval::[{instagram} == true]
340
404
  == Verwendung der Instagram-Integration
341
405
 
@@ -420,6 +484,7 @@ jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
420
484
  die volle Funktionalität dieser Website zu nutzen.
421
485
  endif::[]
422
486
 
487
+
423
488
  ifeval::[{vimeo} == true]
424
489
  == Verwendung von Vimeo Videos (VIV)
425
490
 
@@ -455,3 +520,77 @@ entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
455
520
  jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
456
521
  die volle Funktionalität dieser Website zu nutzen.
457
522
  endif::[]
523
+
524
+
525
+ ifeval::[{dailymotion} == true]
526
+ == Use of DailyMotion Videos (DMV)
527
+
528
+ Auf unseren Seiten *können* Funktionen (Player) der Video-Plattform *DailyMotion*
529
+ (YT) eingebunden sein. Diese Funktionen stehen zur Verfügung, falls Sie in den
530
+ Einstellungen zu Ihrer Privatsphäre der *Personalisierung* zugestimmt haben.
531
+ Diese Funktionen werden angeboten durch:
532
+
533
+ ----
534
+ Dailymotion
535
+ bd Malesherbes
536
+ 75017 Paris
537
+ France
538
+ ----
539
+
540
+ Wenn Sie unsere Website besuchen, wird über eine Integration (*Player*)
541
+ eine direkte Verbindung zwischen Ihrem Browser und dem Servern des Unternehmens
542
+ *DailyMotion* aufgebaut. Dadurch werden neben Inhalten (Videos) auch persönliche
543
+ Daten an die Server des Unternehmens *DailyMotion* übertragen.
544
+
545
+ Die Integration der Inhalte verwendet sogenannte Cookies. Das sind Textdateien,
546
+ die auf Ihrem Computer gespeichert werden um die Nutzung des Dienstes durch die
547
+ Benutzer auszuwerten. Die durch Cookies erzeugten Informationen werden
548
+ übermittelt und auf Servern des Unternehmens gespeichert.
549
+
550
+ Wir weisen darauf hin, dass wir als Anbieter keine Kenntnis von Inhalt der
551
+ übermittelten Daten sowie deren Nutzung haben. Weitere Informationen zu diesem
552
+ Thema finden Sie in der Datenschutzerklärung des Anbieters unter
553
+ link:{url-dailymotion--privacy-policy}[Datenschutz, {browser-window--new}].
554
+
555
+ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
556
+ entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
557
+ jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
558
+ die volle Funktionalität dieser Website zu nutzen.
559
+ endif::[]
560
+
561
+
562
+ ifeval::[{vk} == true]
563
+ == Use of VK Videos (VKV)
564
+
565
+ Auf unseren Seiten *können* Funktionen (Player) der Video-Plattform *VK* (VKV)
566
+ eingebunden sein. Diese Funktionen stehen zur Verfügung, falls Sie in den
567
+ Einstellungen zu Ihrer Privatsphäre der *Personalisierung* zugestimmt haben.
568
+ Diese Funktionen werden angeboten durch:
569
+
570
+ ----
571
+ Vkontakte LLC
572
+ 5 Nevskiy Ave, 5th Floor
573
+ 191186 Saint Petersburg
574
+ Russia
575
+ ----
576
+
577
+ Wenn Sie unsere Website besuchen, wird über eine Integration (*Player*)
578
+ eine direkte Verbindung zwischen Ihrem Browser und dem Servern des Unternehmens
579
+ *VK* aufgebaut. Dadurch werden neben Inhalten (Videos) auch persönliche
580
+ Daten an die Server des Unternehmens *VK* übertragen.
581
+
582
+ Die Integration der Inhalte verwendet sogenannte Cookies. Das sind Textdateien,
583
+ die auf Ihrem Computer gespeichert werden um die Nutzung des Dienstes durch die
584
+ Benutzer auszuwerten. Die durch Cookies erzeugten Informationen werden
585
+ übermittelt und auf Servern des Unternehmens gespeichert.
586
+
587
+ Wir weisen darauf hin, dass wir als Anbieter keine Kenntnis von Inhalt der
588
+ übermittelten Daten sowie deren Nutzung haben. Weitere Informationen zu diesem
589
+ Thema finden Sie in der Datenschutzerklärung des Anbieters unter
590
+ link:{url-vk--privacy-policy}[Datenschutz, {browser-window--new}].
591
+
592
+ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
593
+ entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
594
+ jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
595
+ die volle Funktionalität dieser Website zu nutzen.
596
+ endif::[]
@@ -52,8 +52,10 @@ resource_options:
52
52
  //
53
53
  :cookies: true
54
54
  :cookie-consent: true
55
+ :themes: true
55
56
  :logs-files: false
56
57
  :google-analytics: true
58
+ :google-translator: true
57
59
  :google-ads: false
58
60
  :hyvor: true
59
61
  :facebook: false
@@ -151,6 +153,28 @@ functions of your browser.
151
153
  ++++
152
154
  endif::[]
153
155
 
156
+
157
+ ifeval::[{themes} == true]
158
+ == Themes
159
+
160
+ Themes for Bootstrap are used to customize the appearance of a website
161
+ based on the basic rules and definitions of Bootstrap’s (CSS) styles. The
162
+ use or change of a theme does not alter the functionality of the underlying
163
+ Bootstrap framework but modifies, for example, the color scheme, fonts, or
164
+ font sizes. Furthermore, the appearance of selected predefined HTML elements
165
+ like buttons, forms, or navigation elements may be adapted by a theme.
166
+
167
+ The underlying *Themer* Module uses the free themes for Bootstrap
168
+ provided by _Bootswatch_. The platform provides a large number of different
169
+ themes (pre-compiled BS@5 CSS files) to be directly used for websites using
170
+ Bootstrap V5.
171
+
172
+ The services at _Bootswatch_ use *permanent* Cookies to store relevant theme
173
+ information. Therefore, to use the themes feature of J1 Template, you must
174
+ agree on *permanent* Cookies for *personalization*.
175
+ endif::[]
176
+
177
+
154
178
  ifeval::[{logs-files} == true]
155
179
  == Log files
156
180
 
@@ -171,6 +195,7 @@ We can combine this log information with other information. We do this to
171
195
  improve the services we offer and to improve the content on our website.
172
196
  endif::[]
173
197
 
198
+
174
199
  ifeval::[{google-analytics} == true]
175
200
  == Google Traffic analytics (GA)
176
201
 
@@ -204,6 +229,7 @@ settings with your privacy settings. Notice, however, that you may not be able
204
229
  to use the full functionality of this website in this case.
205
230
  endif::[]
206
231
 
232
+
207
233
  ifeval::[{google-ads} == true]
208
234
  == Google Advertising (GAA)
209
235
 
@@ -238,6 +264,35 @@ to use the full functionality of this website in this case.
238
264
  endif::[]
239
265
 
240
266
 
267
+ ifeval::[{google-translator} == true]
268
+ == Google Translation (GT)
269
+
270
+ This website uses Google Google Translator (GT), a service to translate the
271
+ content of websites. This functionality is only available if you have given
272
+ your consent on privacy settings for *personalization*.
273
+ This service is offered by:
274
+
275
+ ----
276
+ Google Inc.
277
+ 1600 Amphitheatre Parkway Mountain View
278
+ CA 94043
279
+ USA
280
+ ----
281
+
282
+ The service uses so-called cookies. These are text files saved *permanent*
283
+ on your system process the website for translation. The information generated
284
+ by cookies will be transmitted to the provider and stored on the company's
285
+ servers.
286
+
287
+ For more information, see the companies guidelines of the
288
+ link:{url-google--privacy-policy-en}[Privacy Settings, {browser-window--new}].
289
+
290
+ NOTE: You can object to its use at any time by selecting the appropriate
291
+ settings with your privacy settings. Notice, however, that you may not be able
292
+ to use the full functionality of this website in this case.
293
+ endif::[]
294
+
295
+
241
296
  ifeval::[{hyvor} == true]
242
297
  == Use of Comments (HT)
243
298
 
@@ -276,7 +331,7 @@ endif::[]
276
331
 
277
332
 
278
333
  ifeval::[{facebook} == true]
279
- == Use of Facebook
334
+ == Use of the Facebook Integration
280
335
 
281
336
  On our pages, *functions* of the social network *Facebook* (HT) may be embedded.
282
337
  This functionality is only available if you have given your consent on privacy
@@ -310,8 +365,9 @@ settings with your privacy settings. Notice, however, that you may not be able
310
365
  to use the full functionality of this website in this case.
311
366
  endif::[]
312
367
 
368
+
313
369
  ifeval::[{twitter} == true]
314
- == Use of Twitter
370
+ == Use of the Twitter Integration
315
371
 
316
372
  On our pages, *functions* of the news network *Twitter* may be embedded.
317
373
  This functionality is only available if you have given your consent on
@@ -345,8 +401,9 @@ settings with your privacy settings. Notice, however, that you may not be able
345
401
  to use the full functionality of this website in this case.
346
402
  endif::[]
347
403
 
404
+
348
405
  ifeval::[{instagram} == true]
349
- == Use of Instagram
406
+ == Use of the Instagram Integration
350
407
 
351
408
  On our pages, *functions* of the social network *Instagram* may be embedded.
352
409
  This functionality is only available if you have given your consent on
@@ -415,6 +472,7 @@ settings with your privacy settings. Notice, however, that you may not be able
415
472
  to use the full functionality of this website in this case.
416
473
  endif::[]
417
474
 
475
+
418
476
  ifeval::[{vimeo} == true]
419
477
  == Use of Vimeo Videos (VIV)
420
478
 
@@ -449,6 +507,7 @@ settings with your privacy settings. Notice, however, that you may not be able
449
507
  to use the full functionality of this website in this case.
450
508
  endif::[]
451
509
 
510
+
452
511
  ifeval::[{dailymotion} == true]
453
512
  == Use of DailyMotion Videos (DMV)
454
513
 
@@ -483,6 +542,7 @@ settings with your privacy settings. Notice, however, that you may not be able
483
542
  to use the full functionality of this website in this case.
484
543
  endif::[]
485
544
 
545
+
486
546
  ifeval::[{vk} == true]
487
547
  == Use of VK Videos (VKV)
488
548
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.5.1-rc0",
4
+ "version": "2022.5.1-rc1",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.5.1-rc0",
4
+ "version": "2022.5.1-rc1",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2022.5.1.rc0
4
+ version: 2022.5.1.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-08 00:00:00.000000000 Z
11
+ date: 2022-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -273,6 +273,7 @@ files:
273
273
  - _includes/themes/j1/procedures/global/collect_page_options.proc
274
274
  - _includes/themes/j1/procedures/global/create_bs_button.proc
275
275
  - _includes/themes/j1/procedures/global/create_word_cloud.proc
276
+ - _includes/themes/j1/procedures/global/date-german.proc
276
277
  - _includes/themes/j1/procedures/global/get_category.proc
277
278
  - _includes/themes/j1/procedures/global/get_category_item.proc
278
279
  - _includes/themes/j1/procedures/global/get_documents_dir.proc
@@ -1422,6 +1423,7 @@ files:
1422
1423
  - assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css
1423
1424
  - assets/themes/j1/modules/mdilPreviewer/js/previewer.js
1424
1425
  - assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js
1426
+ - assets/themes/j1/modules/mmenuLight/README.md
1425
1427
  - assets/themes/j1/modules/mmenuLight/css/mmenu-light.css
1426
1428
  - assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css
1427
1429
  - assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css
@@ -1548,19 +1550,14 @@ files:
1548
1550
  - assets/themes/j1/modules/spinner/js/spin.js
1549
1551
  - assets/themes/j1/modules/spinner/js/spin.min.js
1550
1552
  - assets/themes/j1/modules/sponsors/css/plans.css
1553
+ - assets/themes/j1/modules/themeSwitcher/LICENSE
1554
+ - assets/themes/j1/modules/themeSwitcher/README.md
1551
1555
  - assets/themes/j1/modules/themeSwitcher/js/switcher.js
1552
1556
  - assets/themes/j1/modules/themeSwitcher/js/switcher.min.js
1553
1557
  - assets/themes/j1/modules/translator/css/translator.css
1554
1558
  - assets/themes/j1/modules/translator/css/translator.min.css
1555
1559
  - assets/themes/j1/modules/translator/js/translator.js
1556
1560
  - assets/themes/j1/modules/translator/js/translator.min.js
1557
- - assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css
1558
- - assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css
1559
- - assets/themes/j1/modules/twemoji/js/picker/LICENSE
1560
- - assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js
1561
- - assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js
1562
- - assets/themes/j1/modules/twemoji/js/twemoji.js
1563
- - assets/themes/j1/modules/twemoji/js/twemoji.min.js
1564
1561
  - assets/themes/j1/modules/vega/js/vega-embed/LICENSE
1565
1562
  - assets/themes/j1/modules/vega/js/vega-embed/README.md
1566
1563
  - assets/themes/j1/modules/vega/js/vega-embed/vega-embed.js
@@ -1,153 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css
4
- # Provides styles for the Twitter Emoji Picker
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://github.com/xLs51/Twemoji-Picker
9
- #
10
- # Copyright (C) 2022 Juergen Adams
11
- # Copyright (C) 2015 xLs51
12
- #
13
- # J1 Template is licensed under the MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Twemoji-Picker is licensed under under the MIT License.
16
- # For details, https://github.com/xLs51/Twemoji-Picker
17
- # -----------------------------------------------------------------------------
18
- */
19
-
20
- ul.emoji-list * {
21
- -webkit-user-select: none;
22
- -moz-user-select: none;
23
- -ms-user-select: none;
24
- user-select: none;
25
- }
26
-
27
- ul.emoji-list li {
28
- font-size: 36px;
29
- float: left;
30
- display: inline-block;
31
- padding: 2px;
32
- margin: 4px;
33
- }
34
-
35
- img.emoji {
36
- cursor: pointer;
37
- height: 1em;
38
- width: 1em;
39
- margin: 0 .05em 0 .1em;
40
- vertical-align: -0.1em;
41
- }
42
-
43
- .twemoji-wrap {
44
- position: relative;
45
- }
46
-
47
- .twemoji-wrap img {
48
- margin: 0 .05em 0 .1em;
49
- vertical-align: -0.1em;
50
- }
51
-
52
- .twemoji-textarea {
53
- background-color: #FFF;
54
- border: 1px solid #ccc;
55
- border-radius: 3px;
56
- height: 100%;
57
- padding: 6px 30px 6px 12px;
58
- overflow-y: auto;
59
- }
60
-
61
- .twemoji-textarea[contentEditable=true]:empty:before {
62
- content: attr(placeholder);
63
- color: #9E9E9E;
64
- }
65
-
66
- .twemoji-picker {
67
- background-color: #fff;
68
- border: 1px solid #e7e7e7;
69
- border-radius: 3px;
70
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
71
- position: absolute;
72
- right: 0;
73
- z-index: 1;
74
- }
75
-
76
- .twemoji-icon-picker {
77
- margin-top: 0.5rem;
78
- margin-bottom: 0.5rem;
79
- }
80
-
81
- .twemoji-icon-picker img {
82
- //position: absolute;
83
- right: 21px;
84
- top: 6px;
85
- }
86
-
87
- .twemoji-icon-picker img,
88
- .twemoji-picker img {
89
- cursor: pointer;
90
- -moz-user-select: none;
91
- -ms-user-select: none;
92
- -webkit-user-select: none;
93
- user-select: none;
94
- }
95
-
96
- .twemoji-picker-category {
97
- background-color: #e7e7e7;
98
- }
99
-
100
- .twemoji-picker-category img {
101
- padding: 5px;
102
- }
103
-
104
- .twemoji-picker-category .active,
105
- .twemoji-picker-category span:hover {
106
- border-bottom: 2px solid #728691;
107
- line-height: 22px;
108
- }
109
-
110
- .twemoji-picker-category .close {
111
- cursor: pointer;
112
- float: right;
113
- font-size: 25px;
114
- font-weight: 700;
115
- line-height: 1;
116
- margin-right: 2px;
117
- opacity: .5;
118
- }
119
-
120
- .twemoji-picker-category .close:hover {
121
- opacity: .3
122
- }
123
-
124
- .twemoji-list {
125
- //overflow-y: scroll;
126
- margin-top: 1.5rem;
127
- margin-left: 1.5rem;
128
- overflow-y: auto;
129
- }
130
-
131
- .twemoji-list img {
132
- margin-top: 2px;
133
- padding: 5px;
134
- }
135
-
136
- .twemoji-list img:hover {
137
- background-color: #e7e7e7;
138
- }
139
-
140
- div.copied {
141
- position: fixed;
142
- top: 100px;
143
- left: 50%;
144
- width: 300px;
145
- text-align: center;
146
- color: #FAFAFA;
147
- background-color: #2196F3;
148
- border: 1px solid #0D47A1;
149
- padding: 10px 15px;
150
- border-radius: 4px;
151
- margin-left: -100px;
152
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
153
- }
@@ -1,19 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css
4
- # Provides styles for the Twitter Emoji Picker
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://github.com/xLs51/Twemoji-Picker
9
- #
10
- # Copyright (C) 2022 Juergen Adams
11
- # Copyright (C) 2015 xLs51
12
- #
13
- # J1 Template is licensed under the MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Twemoji-Picker is licensed under under the MIT License.
16
- # For details, https://github.com/xLs51/Twemoji-Picker
17
- # -----------------------------------------------------------------------------
18
- */
19
- ul.emoji-list *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.emoji-list li{font-size:36px;float:left;display:inline-block;padding:2px;margin:4px}img.emoji{cursor:pointer;height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-0.1em}.twemoji-wrap{position:relative}.twemoji-wrap img{margin:0 .05em 0 .1em;vertical-align:-0.1em}.twemoji-textarea{background-color:#FFF;border:1px solid #ccc;border-radius:3px;height:100%;padding:6px 30px 6px 12px;overflow-y:auto}.twemoji-textarea[contentEditable=true]:empty:before{content:attr(placeholder);color:#9e9e9e}.twemoji-picker{background-color:#fff;border:1px solid #e7e7e7;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,0.05);position:absolute;right:0;z-index:1}.twemoji-icon-picker{margin-top:.5rem;margin-bottom:.5rem}.twemoji-icon-picker img{//position:absolute;right:21px;top:6px}.twemoji-icon-picker img,.twemoji-picker img{cursor:pointer;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.twemoji-picker-category{background-color:#e7e7e7}.twemoji-picker-category img{padding:5px}.twemoji-picker-category .active,.twemoji-picker-category span:hover{border-bottom:2px solid #728691;line-height:22px}.twemoji-picker-category .close{cursor:pointer;float:right;font-size:25px;font-weight:700;line-height:1;margin-right:2px;opacity:.5}.twemoji-picker-category .close:hover{opacity:.3}.twemoji-list{//overflow-y:scroll;margin-top:1.5rem;margin-left:1.5rem;overflow-y:auto}.twemoji-list img{margin-top:2px;padding:5px}.twemoji-list img:hover{background-color:#e7e7e7}div.copied{position:fixed;top:100px;left:50%;width:300px;text-align:center;color:#fafafa;background-color:#2196f3;border:1px solid #0d47a1;padding:10px 15px;border-radius:4px;margin-left:-100px;box-shadow:0 0 10px rgba(0,0,0,0.2)}