Server IP : 103.53.40.154 / Your IP : 18.191.62.68 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/ppcad7no/agkeymaker.in/../bethepolice.in/../ltbuildcon.com/assets/css/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
:root{ --loader-width: 40px; --loader-height: 40px; --less-margin: -20px; --loader-color-primary: #27ae60; --loader-color-secondary: #eee; --line-width: 2px; --animation-duration: 2s; } .preloader { position: fixed; width: 100vw; height: 100vh; z-index: 9999999; background: #fff; top: 0; left: 0; } .preloader .loader { position: relative; border: var(--line-width) solid var(--theme-gray-color); border-radius: 50%; border-top: var(--line-width) solid var(--theme-primary-color); width: var(--loader-width); height: var(--loader-height); -webkit-animation: spin var(--animation-duration) linear infinite; animation: spin var(--animation-duration) linear infinite; margin-top: var(--less-margin); margin-left: var(--less-margin); } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }