HEX
Server: Apache/2.4.57 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2
System: Linux vmi267337.contaboserver.net 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
User: ohirex (1008)
PHP: 8.2.8
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec
Upload Files
File: /home/ohirex/web/ohirex.com/public_html/wp-content/plugins/post-views-counter/css/frontend.css
/* Frontend CSS */
.post-views.entry-meta > span {
	margin-right: 0 !important;
	font: 16px;
	line-height: 1;
}

.post-views.entry-meta > span.post-views-icon.dashicons {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	text-decoration: inherit;
	vertical-align: middle;
}

.post-views.load-dynamic .post-views-count {
    color: rgba(0, 0, 0, 0);
    transition: color 0.3s ease-in-out;
    position: relative;
}

.post-views.load-dynamic.loaded .post-views-count {
    color: inherit;
}

.post-views.load-dynamic.loading .post-views-count,
.post-views.load-dynamic.loading .post-views-count:after {
    box-sizing: border-box;
}

.post-views.load-dynamic .post-views-count:after {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: relative;
    color: rgb(102, 16, 242);
}

.post-views.load-dynamic.loading .post-views-count:after {
  content: '';
  display: block;
  width: 16px;
  height: 16pxpx;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: pvc-loading 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 1;
}

@keyframes pvc-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}