| Server IP : 91.237.33.134 / Your IP : 216.73.216.68 Web Server : Apache System : Linux webko.zupo.si 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : sipek_instalacije ( 10045) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/sipek-instalacije.si/httpdocs/wp-content/themes/rife/css/preloaders/ |
Upload File : |
.radar .pace-activity {
z-index: 2000;
display: block;
position: absolute;
left: 50%;
top: -21px;
height: 80px;
width: 80px;
margin-left: -61px;
border: 21px double transparent;
border-top-color: #fff/*$color*/;
border-radius: 50%;
-webkit-animation: spin 1s linear infinite;
-moz-animation: spin 1s linear infinite;
-o-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
.radar .pace-activity:before {
content: ' ';
position: absolute;
top: 7px;
left: 7px;
height: 50px;
width: 50px;
display: block;
border-width: 7px;
border-style: solid;
border-color: transparent;
border-top-color: #fff/*$color*/;
border-radius: 50%;
}
@-webkit-keyframes spin {
100% { -webkit-transform: rotate(359deg); }
}
@-moz-keyframes spin {
100% { -moz-transform: rotate(359deg); }
}
@-o-keyframes spin {
100% { -moz-transform: rotate(359deg); }
}
@keyframes spin {
100% { transform: rotate(359deg); }
}