This commit is contained in:
2024-12-31 11:07:09 +01:00
parent df7915205d
commit e089172b15
1916 changed files with 165422 additions and 271 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
.acfupload,.cfup-file{font-size:14px}#attrib-conditions{padding:0}.acf-address-field-location-details input[type="text"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:13px 8px;width:100%}#acfUploadItemEditModal input[type="text"]{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto}.acf-countdown-item-edit-wrapper .controls{margin:0 !important}.tf-phone-control{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);border-radius:3px;padding:4px 6px}

View File

@ -0,0 +1,3 @@
.nrtoggle{margin:6px 0}

View File

@ -0,0 +1,3 @@
.acf-responsive-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.acf-responsive-embed iframe,.acf-responsive-embed object,.acf-responsive-embed embed{position:absolute;top:0;left:0;width:100%;height:100%}

View File

@ -0,0 +1,6 @@
# Block direct PHP access
<Files *.php>
deny from all
</Files>

View File

@ -0,0 +1 @@
<!DOCTYPE html><title></title>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
!function(window,document){"use strict";var helper={asyncScript:function(js_script){document.addEventListener("DOMContentLoaded",function(){window.addEventListener("load",function(){eval(js_script)})})},lazyloadIframes:function(){document.querySelectorAll("iframe.lazyload[data-src]").forEach(function(t){t.setAttribute("src",t.getAttribute("data-src")),t.removeAttribute("data-src")})}};window.ACFHelper=helper}(window,document);