HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/delta/wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.css
span.w3tc-convert:before {
	content:'\0041';
	display: inline-block;
	font-family: 'w3tc';
	font-size: x-large;
}

th span.w3tc-convert:before,
th #w3tc-imageservice-settings {
	vertical-align: text-bottom;
}

p span.w3tc-convert:before {
	vertical-align: middle;
}

.w3tc-converted-reduced {
	color: green;
}

.w3tc-disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.w3tc-disabled > a {
	color: currentColor;
	display: inline-block;  /* For IE11 / Ms Edge bug */
	pointer-events: none;
	text-decoration: none;
}

/* Statistics section on the extension settings, tools, and statistics page. */

#w3tc-imageservice-counts td,
#w3tc-imageservice-usage td {
	padding: 1px 10px;
}

#w3tc_default_save_and_flush_extension_imageservice_configuration {
	display: none;
}

@-webkit-keyframes w3tc-animation-rotating {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
  }

@keyframes w3tc-animation-rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
  }

.w3tc-rotating {
	-webkit-animation: w3tc-animation-rotating 2s linear infinite;
	-moz-animation: w3tc-animation-rotating 2s linear infinite;
	-ms-animation: w3tc-animation-rotating 2s linear infinite;
	-o-animation: w3tc-animation-rotating 2s linear infinite;
	animation: w3tc-animation-rotating 2s linear infinite;
}

@-webkit-keyframes w3tc-highlight {
	0% {
		background: #fefefe;
	}

	50% {
		background: gray;
	}

	to {
		background: #fefefe;
	}
}

@keyframes w3tc-highlight {
	0% {
		background: #fefefe;
	}

	50% {
		background: gray;
	}

	to {
		background: #fefefe;
	}
}

.w3tc-highlight {
	-webkit-animation: w3tc-highlight 1s linear;
	-o-animation: w3tc-highlight 1s linear;
	animation: w3tc-highlight 1s linear;
	-webkit-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

#w3tc_dashboard_banner {
	width: 100%;
}

a:hover {
	cursor: pointer;
}

.media_page_w3tc_extension_page_imageservice #licensing_terms {
	display:none;
}