| Current Path : /proc/1908984/root/proc/thread-self/root/proc/self/root/proc/1908984/root/tmp/ |
| Current File : //proc/1908984/root/proc/thread-self/root/proc/self/root/proc/1908984/root/tmp/php7cf4XN |
<html><body></body></html>
/* Splash
---------------------------------------------------------------*/
.su-splash { display: none; }
.su-splash-screen {
position: relative;
width: 94%;
max-width: 480px;
margin: 44px auto;
padding: 45px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.su-splash-screen .mfp-close {
color: #000;
background: rgba(255, 255, 255, 0.2);
}
.su-splash-style-dark .mfp-bg { background: #000; }
.su-splash-style-dark .mfp-close {
color: #fff;
text-shadow: none;
}
.su-splash-style-dark .su-splash-screen {
background: transparent;
color: #fff;
}
.su-splash-style-dark-boxed .mfp-bg { background: #000; }
.su-splash-style-dark-boxed .su-splash-screen {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
color: #333;
}
.su-splash-style-light .mfp-bg { background: #fff; }
.su-splash-style-light .su-splash-screen {
background: transparent;
color: #000;
}
.su-splash-style-light-boxed .mfp-bg { background: #fff; }
.su-splash-style-light-boxed .su-splash-screen {
border: 1px solid #ccc;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #fff;
-webkit-box-shadow: 0 0 25px #ccc;
-moz-box-shadow: 0 0 25px #ccc;
box-shadow: 0 0 25px #ccc;
color: #333;
}
.su-splash-style-maintenance .mfp-bg { background: #000 url('../images/maintenance.png'); }
.su-splash-style-maintenance .su-splash-screen {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
color: #333;
}
.su-splash-style-blue-boxed .mfp-bg { background: #66B2FF; }
.su-splash-style-blue-boxed .su-splash-screen {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #E8F4FF;
-webkit-box-shadow: 0 0 10px #00254A;
-moz-box-shadow: 0 0 10px #00254A;
box-shadow: 0 0 10px #00254A;
color: #00172E;
}
.su-splash-style-light-boxed-blue .mfp-bg { background: #fff; }
.su-splash-style-light-boxed-blue .su-splash-screen {
border: 7px solid #66B2FF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#ddf1f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffff 0%,#ddf1f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffff 0%,#ddf1f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #feffff 0%,#ddf1f9 100%); /* IE10+ */
background: linear-gradient(to bottom, #feffff 0%,#ddf1f9 100%); /* W3C */
color: #333;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ddf1f9',GradientType=0 ); /* IE6-9 */
}
.su-splash-style-light-boxed-green .mfp-bg { background: #fff; }
.su-splash-style-light-boxed-green .su-splash-screen {
border: 7px solid #92E54E;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #f8ffe8;
background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(100%,#e3f5ab));
background: -webkit-linear-gradient(top, #f8ffe8 0%,#e3f5ab 100%);
background: -o-linear-gradient(top, #f8ffe8 0%,#e3f5ab 100%);
background: -ms-linear-gradient(top, #f8ffe8 0%,#e3f5ab 100%);
background: linear-gradient(to bottom, #f8ffe8 0%,#e3f5ab 100%);
color: #333;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#e3f5ab',GradientType=0 );
}
.su-splash-style-light-boxed-orange .mfp-bg { background: #fff; }
.su-splash-style-light-boxed-orange .su-splash-screen {
border: 7px solid #FF8121;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ffe4ce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffe4ce));
background: -webkit-linear-gradient(top, #ffffff 0%,#ffe4ce 100%);
background: -o-linear-gradient(top, #ffffff 0%,#ffe4ce 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#ffe4ce 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ffe4ce 100%);
color: #333;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe4ce',GradientType=0 );
}
<html><body></body></html>jQuery(document).ready(function ($) {
// Splash screen
$('.su-splash').each(function () {
var $splash = $(this),
data = $splash.data(),
$screen = $splash.children('.su-splash-screen');
// Remove empty P's
$screen.find('p:empty').remove();
// Open popup with delay
window.setTimeout(function () {
// Create popup
$.magnificPopup.open({
closeOnBgClick: data.onclick === 'close-bg',
closeBtnInside: true,
showCloseBtn: data.close === 'yes',
enableEscapeKey: data.esc === 'yes',
callbacks: {
beforeOpen: function () {
// Add style class
$('body').addClass(data.style);
},
open: function () {
// Set window width
$screen.css('max-width', data.width + 'px');
// Set bg opacity
$('.mfp-bg').css('opacity', data.opacity);
// Set action for click
$('body').on('mousedown.su', function (e) {
// Go to url
if (data.onclick === 'url') {
var tag = e.target.nodeName.toLowerCase();
if (tag === 'button' || tag === 'a') return;
else window.location.href = data.url;
}
// Close screen
else if (data.onclick === 'close') $.magnificPopup.close();
});
},
close: function () {
// Remove all styles
$('.mfp-bg').attr('style', '');
// Remove style class
$('body').removeClass(data.style);
// Remove click action
$('body').unbind('mousedown.su');
}
},
items: {
src: $screen.remove()
},
type: 'inline'
}, 0);
}, parseInt(data.delay) * 1000 + 10);
});
});