| Server IP : 103.4.122.14 / Your IP : 216.73.216.103 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips System : Linux cwp2.slnet.com.au 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : statewid ( 1251) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/wp-includes/blocks/term-template/ |
Upload File : |
/**
* Colors
*/
.wp-block-term-template .term-loading .term-loading-placeholder {
width: 100%;
height: 1.5em;
margin-bottom: 0.25em;
background-color: #f0f0f0;
border-radius: 2px;
}
@media not (prefers-reduced-motion) {
.wp-block-term-template .term-loading .term-loading-placeholder {
animation: loadingpulse 1.5s ease-in-out infinite;
}
}
@keyframes loadingpulse {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}