run:R W Run
1.41 KB
2026-03-11 16:18:52
R W Run
437 By
2026-03-11 16:18:52
R W Run
367 By
2026-03-11 16:18:52
R W Run
437 By
2026-03-11 16:18:52
R W Run
367 By
2026-03-11 16:18:52
R W Run
136 By
2026-03-11 16:18:52
R W Run
116 By
2026-03-11 16:18:52
R W Run
136 By
2026-03-11 16:18:52
R W Run
116 By
2026-03-11 16:18:52
R W Run
error_log
📄editor.css
1.wp-block-term-template .term-loading .term-loading-placeholder{
2 background-color:#f0f0f0;
3 border-radius:2px;
4 height:1.5em;
5 margin-bottom:.25em;
6 width:100%;
7}
8@media not (prefers-reduced-motion){
9 .wp-block-term-template .term-loading .term-loading-placeholder{
10 animation:loadingpulse 1.5s ease-in-out infinite;
11 }
12}
13
14@keyframes loadingpulse{
15 0%{
16 opacity:1;
17 }
18 50%{
19 opacity:.5;
20 }
21 to{
22 opacity:1;
23 }
24}