| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/zinisoft.net/gem/sass/ |
Upload File : |
/* ===================================
Loader
====================================== */
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: #222222;
z-index: 99999;
}
.centrize {
display: table;
table-layout: fixed;
height: 100%;
position: relative;
}
.full-width {
max-width: 100%;
width: 100%;
}
.vertical-center {
display: table-cell;
vertical-align: middle;
}
.preloader .spinner {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
}
.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
opacity: 1;
-webkit-animation: loader-bounce 2s infinite ease-in-out;
animation: loader-bounce 2s infinite ease-in-out;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
}
.preloader .spinner .double-bounce2 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
opacity: 0.1;
}
@-webkit-keyframes loader-bounce {
0%,
100% {
-webkit-transform: scale(0);
}
50% {
-webkit-transform: scale(1);
}
}
@keyframes loader-bounce {
0%,
100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}