first
This commit is contained in:
@ -0,0 +1 @@
|
||||
window.n2SSIframeLoader||function(){var i=[];function t(i,t){this.i=t,this.frame=i,this.window=i.ownerDocument.defaultView,this.document=this.window.document,this.I="rtl"===this.document.documentElement.getAttribute("dir"),this._width=0,this.verticalOffsetTop=[],this.verticalOffsetBottom=[]}window.addEventListener("message",(function(e){for(var t=0;t<i.length;t++)i[t]&&i[t].match(e.source)&&i[t].message(e.data)})),t.prototype.match=function(i){return i===(this.frame.contentWindow||this.frame.contentDocument)&&(this.frameContent=this.frame.contentWindow||this.frame.contentDocument,!0)},t.prototype.message=function(i){switch(i.key){case"setLocation":"function"==typeof this.window.zajax_goto?this.window.zajax_goto(i.location):this.window.location=i.location;break;case"ready":this.frameContent.postMessage({key:"ackReady",windowInnerHeight:window.innerHeight},"*");break;case"option":switch(i.name){case"forceFullWidth":this.document.body.style.overflowX="hidden",this.resizeForceFullWidth(),this.resizeForceFullWidthCallback=this.resizeForceFullWidth.bind(this),window.addEventListener("resize",this.resizeForceFullWidthCallback),this.fullWidthTo=this.document.querySelector(".edit-post-visual-editor,.fl-responsive-preview .fl-builder-content"),this.watchWidth();break;case"fullPage":this.resizeFullPage(),this.resizeFullPageCallback=this.resizeFullPage.bind(this),window.addEventListener("resize",this.resizeFullPageCallback);break;case"focusOffsetTop":this.verticalOffsetTop=this.document.querySelectorAll(i.value);break;case"focusOffsetBottom":this.verticalOffsetBottom=this.document.querySelectorAll(i.value);break;case"margin":this.frame.parentNode.style.margin=i.value;break;case"height":this.frame.style.height=i.value+"px",requestAnimationFrame(function(){this.opacity=1}.bind(this.frame.style))}}},t.prototype.exists=function(){return!!this.frame.isConnected||(i[this.i]=!1,this.observer&&(this.observer.unobserve(this.fullWidthTo),delete this.observer),this.resizeForceFullWidthCallback&&window.removeEventListener("resize",this.resizeForceFullWidthCallback),this.resizeFullPageCallback&&window.removeEventListener("resize",this.resizeFullPageCallback),!1)},t.prototype.watchWidth=function(){if(this.fullWidthTo){var i=0;this.observer=new ResizeObserver(function(t){var s=t[0];i!==s.contentRect.width&&(i=s.contentRect.width,this.resizeForceFullWidth())}.bind(this)),this.observer.observe(this.fullWidthTo)}},t.prototype.resizeForceFullWidth=function(){if(this.exists()){var i=0,t=0;if(this.fullWidthTo){var s=this.fullWidthTo.getBoundingClientRect();t=s.width,i=this.I?-t+s.right:s.left}var h,n=t>0?t:this.document.body.clientWidth,o=window.getComputedStyle(this.frame.parentNode);(this._width-n<=0||this._width-n>1)&&(h=this.I?n-this.frame.parentNode.getBoundingClientRect().right-parseInt(o.getPropertyValue("padding-right"))-parseInt(o.getPropertyValue("border-right-width"))+i:-this.frame.parentNode.getBoundingClientRect().left-parseInt(o.getPropertyValue("padding-left"))-parseInt(o.getPropertyValue("border-left-width"))+i,this._offset!==h&&(this.frame.style.transform="translateX("+h+"px)",this._offset=h),this._width!==n&&(this.frame.style.width=n+"px",this._width=n))}},t.prototype.resizeFullPage=function(e){if(this.exists()){var i,t=window.innerHeight,s=0,h=0;for(window.parent!==window&&(t=Math.min(t,window.screen.height)),i=0;i<this.verticalOffsetTop.length;i++)s-=this.verticalOffsetTop[i].offsetHeight;for(i=0;i<this.verticalOffsetBottom.length;i++)h-=this.verticalOffsetBottom[i].offsetHeight;this.frameContent.postMessage({key:"fullpage",height:t,offsetTop:s,offsetBottom:h},"*")}},t.prototype.reset=function(){this.resizeForceFullWidthCallback&&(window.removeEventListener("resize",this.resizeForceFullWidthCallback),delete this.resizeForceFullWidthCallback),this.resizeFullPageCallback&&(window.removeEventListener("resize",this.resizeFullPageCallback),delete this.resizeFullPageCallback),this.observer&&(this.observer.disconnect(),delete this.observer),this.frame.parentNode.style.margin="0px",this.frame.style.height="auto",this.opacity=1,this.frame.style.transform="none",this.frame.style.width="100%"},window.n2SSIframeLoader=function(s){var h=new t(s,i.length);return i.push(h),h}}();
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;overflow-x:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
|
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: 6.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<circle cx="24" cy="24" r="24" fill="#000" opacity=".6"/>
|
||||
<path fill="#FFF"
|
||||
d="M19.8 32c-.124 0-.247-.028-.36-.08-.264-.116-.436-.375-.44-.664V16.744c.005-.29.176-.55.44-.666.273-.126.592-.1.84.07l10.4 7.257c.2.132.32.355.32.595s-.12.463-.32.595l-10.4 7.256c-.14.1-.31.15-.48.15z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 368 B |
Reference in New Issue
Block a user