GhostManSec
Server: Apache
System: Linux webm019.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/exhehbu/wp/wp-content/plugins/complianz-gdpr/cookiebanner/css/settings/animation/expand.css
.cmplz-cookiebanner {
  animation-name: cmplz-expand;
  animation-duration: 2s;
}
.cmplz-cookiebanner div {
  animation-name: cmplz-expand-opacity;
  animation-duration: 2s;
}
@keyframes cmplz-expand {
  0% {
    width: 0px;
    height: 0px;
  }
  25% {
    width: 50%;
  }
  50% {
    width: initial;
  }
  75% {
    height: 70%;
  }
  100% {
    height: initial;
  }
}
@keyframes cmplz-expand-opacity {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=expand.css.map */