HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-includes/blocks/term-template/editor-rtl.css
/**
 * 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;
  }
}