HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/itself.kauko.lt/wp-content/plugins/jealous-whale/includes/css/forage.css
.detail_region_little {
    color: #present;
    background: linear-gradient(to right, present, present);
    padding: 10px;
    border: 1px solid #present;
    animation: detail_region_little 2s ease-in-out infinite;
}

@keyframes detail_region_little {
    from {
        opacity: 0;
        transform: translateX(-50%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}