first commit

This commit is contained in:
2024-11-10 21:08:49 +01:00
commit 0d932ce5ee
14455 changed files with 2567501 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
/*
* jQuery.bind-first library v0.2.3
* Copyright (c) 2013 Vladimir Zhuravlev
*
* Released under MIT License
* @license
*
* Date: Thu Feb 6 10:13:59 ICT 2014
**/
(function(t){function e(e){return u?e.data("events"):t._data(e[0]).events}function n(t,n,r){var i=e(t),a=i[n];if(!u){var s=r?a.splice(a.delegateCount-1,1)[0]:a.pop();return a.splice(r?0:a.delegateCount||0,0,s),void 0}r?i.live.unshift(i.live.pop()):a.unshift(a.pop())}function r(e,r,i){var a=r.split(/\s+/);e.each(function(){for(var e=0;a.length>e;++e){var r=a[e].trim().match(/[^\.]+/i)[0];n(t(this),r,i)}})}function i(e){t.fn[e+"First"]=function(){var n=t.makeArray(arguments),i=n.shift();return i&&(t.fn[e].apply(this,arguments),r(this,i)),this}}var a=t.fn.jquery.split("."),s=parseInt(a[0]),f=parseInt(a[1]),u=1>s||1==s&&7>f;i("bind"),i("one"),t.fn.delegateFirst=function(){var e=t.makeArray(arguments),n=e[1];return n&&(e.splice(0,2),t.fn.delegate.apply(this,arguments),r(this,n,!0)),this},t.fn.liveFirst=function(){var e=t.makeArray(arguments);return e.unshift(this.selector),t.fn.delegateFirst.apply(t(document),e),this},u||(t.fn.onFirst=function(e,n){var i=t(this),a="string"==typeof n;if(t.fn.on.apply(i,arguments),"object"==typeof e)for(type in e)e.hasOwnProperty(type)&&r(i,type,a);else"string"==typeof e&&r(i,e,a);return i})})(jQuery);

View File

@@ -0,0 +1 @@
!function(e){var n=!1;if("function"==typeof define&&define.amd&&(define(e),n=!0),"object"==typeof exports&&(module.exports=e(),n=!0),!n){var o=window.Cookies,t=window.Cookies=e();t.noConflict=function(){return window.Cookies=o,t}}}(function(){function e(){for(var e=0,n={};e<arguments.length;e++){var o=arguments[e];for(var t in o)n[t]=o[t]}return n}function n(o){function t(n,r,i){var c;if("undefined"!=typeof document){if(arguments.length>1){if(i=e({path:"/"},t.defaults,i),"number"==typeof i.expires){var a=new Date;a.setMilliseconds(a.getMilliseconds()+864e5*i.expires),i.expires=a}try{c=JSON.stringify(r),/^[\{\[]/.test(c)&&(r=c)}catch(e){}return r=o.write?o.write(r,n):encodeURIComponent(String(r)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),n=encodeURIComponent(String(n)),n=n.replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent),n=n.replace(/[\(\)]/g,escape),document.cookie=[n,"=",r,i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}n||(c={});for(var p=document.cookie?document.cookie.split("; "):[],s=/(%[0-9A-Z]{2})+/g,d=0;d<p.length;d++){var f=p[d].split("="),u=f.slice(1).join("=");'"'===u.charAt(0)&&(u=u.slice(1,-1));try{var l=f[0].replace(s,decodeURIComponent);if(u=o.read?o.read(u,l):o(u,l)||u.replace(s,decodeURIComponent),this.json)try{u=JSON.parse(u)}catch(e){}if(n===l){c=u;break}n||(c[l]=u)}catch(e){}}return c}}return t.set=t,t.get=function(e){return t.call(t,e)},t.getJSON=function(){return t.apply({json:!0},[].slice.call(arguments))},t.defaults={},t.remove=function(n,o){t(n,"",e(o,{expires:-1}))},t.withConverter=n,t}return n(function(){})});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B

View File

@@ -0,0 +1,217 @@
/* Notify styles */
.wp-core-ui .notice.pys-fixed-notice {
background: #fff;
border-left: 1px solid #c3c4c7;
border-left-width: 4px;
box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
margin: 10px 0px 10px;
padding: 1px 12px;
}
.wp-core-ui .notice.pys-fixed-notice .notice_content {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}
.wp-core-ui .notice.pys-fixed-notice:not(.notice-disable-dismiss){
padding-right: 100px;
}
.notice.pys-fixed-notice .notice-item {
padding-top: 15px;
}
.notice.pys-fixed-notice .notice-content .notice-item:last-of-type hr{
display: none;
}
.notice.pys-fixed-notice .notice-title {
font-weight: bold;
margin: 5px 0;
}
.notice.pys-fixed-notice.notice-color-orange
{
border-left-color: #D2714E;
}
.notice.pys-fixed-notice.notice-color-blue
{
border-left-color: #1B2B9A;
}
.notice.pys-fixed-notice.notice-color-green
{
border-left-color: #8bc34a;
}
.notice.pys-fixed-notice .notice-message p {
font-size: 1.2em;
margin: 0;
padding: 0;
}
.notice.pys-fixed-notice .notice-message {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
margin-bottom: 25px;
}
.pys-fixed-notice .logo-notice img {
max-width: 100%;
}
.pys-fixed-notice .logo-notice {
width: 100px;
flex: 0 0 100px;
}
.pys-fixed-notice .notice-content {
flex: 1;
}
.notice-disable-dismiss .notice-dismiss
{
display: none;
}
/*.pys-chain-fixed-notice .custom-dismiss-button
{
position: absolute;
top: 0;
right: 1px;
border: none;
margin: 0;
padding: 9px;
background: 0 0;
color: #787c82;
cursor: pointer;
}
.pys-chain-fixed-notice .custom-dismiss-button:before
{
display: none;
}
.pys-chain-fixed-notice .custom-dismiss-button .screen-reader-text, .pys-chain-fixed-notice .custom-dismiss-button .screen-reader-text span {
display: block;
width: auto;
height: auto;
color: #F19E38;
clip: unset;
-webkit-clip-path: none;
position: relative;
background-color: #F0F2F5;
border: 1px solid #bbdefb;
padding: 5px;
top: 0;
}*/
.pys-fixed-notice .bottom-chanel-link {
font-size: 1.2em;
margin: 30px 0;
}
.pys-fixed-notice a.notice-watch-link
{
color: #fff!important;
background-color: #ef7908!important;
border-color: #ef7908!important;
padding: 0.5rem 1rem!important;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
display: inline-block;
cursor: pointer;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.2;
border-radius: 0.25rem;
text-decoration: none;
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pys-fixed-notice a.notice-watch-link:hover {
color: #fff;
background-color: #ca6607;
border-color: #be6006;
}
.pys-fixed-notice a.notice-watch-link:focus, .pys-fixed-notice a.notice-watch-link:hover {
text-decoration: none!important;
}
.notice_opt_out_block {
padding: 30px;
padding-left: 132px;
padding-right: 0px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}
.opt_out_dismiss_button {
white-space: nowrap;
}
.opt_out_dismiss_button button {
color: #3c434a!important;
background-color: #F0F0F2!important;
border-color: #F0F0F2!important;
padding: 0.25rem 0.5rem!important;
display: inline-block;
cursor: pointer;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
font-size: 0.8rem;
line-height: 1.2;
border-radius: 0.25rem;
text-decoration: none;
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (max-width: 600px) {
.wp-core-ui .notice.pys-fixed-notice:not(.notice-disable-dismiss) {
padding-right: 25px;
}
.pys-fixed-notice .logo-notice {
width: 35px;
flex: 0 0 35px;
}
.notice.pys-fixed-notice .notice-title {
font-size: 15px;
}
.pys-fixed-notice a.notice-watch-link {
font-size: 0.85rem;
}
.notice.pys-fixed-notice .notice-message {
flex-direction: column;
gap: 15px;
align-items: flex-start;
}
.notice.pys-fixed-notice .notice-message p {
font-size: 1em;
margin: 0;
padding: 0;
}
.pys-fixed-notice .bottom-chanel-link {
font-size: 1em;
margin: 10px 0;
}
.pys-optin-notice.pys-notice-wrapper .pys-notice-content {
flex-direction: column;
display: flex;
}
.pys-optin-notice.pys-notice-wrapper .pys-notice-content form
{
display: flex;
flex-direction: column;
}
.pys-notice-form-group:not(:last-child) {
margin-right: 0px;
margin-bottom: 10px;
}
.notice_opt_out_block {
padding-left: 15px;
padding-right: 15px;
flex-direction: column;
align-items: flex-start;
}
}

File diff suppressed because one or more lines are too long