HEX
Server: Apache
System: Linux vps.teamads.com 4.18.0-553.126.1.el8_10.x86_64 #1 SMP Thu May 28 06:44:09 EDT 2026 x86_64
User: teamadsc (1024)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/teamadsc/public_html/wp-content/plugins/page-views-count/includes/customized_style.php
<style>
<?php
global $pvc_settings;
?>
.pvc_clear {
	clear: both;
}
/* Stats Icon */
body .pvc-stats-icon, body .pvc-stats-icon svg {
	color: <?php echo esc_html( $pvc_settings['icon_color'] ); ?> !important;
	fill: <?php echo esc_html( $pvc_settings['icon_color'] ); ?> !important;
}
body .pvc_stats {
<?php if ( 'centre' == $pvc_settings['aligment'] ) { ?>
	text-align: center;
	float: none;
<?php } elseif ( 'right' == $pvc_settings['aligment'] ) { ?>
	text-align: right;
	float: right;
<?php } ?>
}
body .pvc_stats .pvc-stats-icon {
	vertical-align: middle;
}
body .pvc_stats .pvc-stats-icon.small svg {
	width: 18px;
}
body .pvc_stats .pvc-stats-icon.medium svg {
	width: 24px;
}
body .pvc_stats .pvc-stats-icon.large svg {
	width: 30px;
}
</style>