23 lines
		
	
	
		
			357 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			357 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
    header("Content-type: text/css; charset: UTF-8");
 | 
						|
?>
 | 
						|
<?php include '../config.php';?>
 | 
						|
 | 
						|
table,th,td { } 
 | 
						|
 | 
						|
tr { background-color:<?php echo $widgetcolour; ?>;
 | 
						|
 | 
						|
} 
 | 
						|
 | 
						|
#stats {
 | 
						|
    position: fixed;
 | 
						|
    bottom: 0;
 | 
						|
	font-size: 14pt;
 | 
						|
    width: 100%;
 | 
						|
	 text-align: center;
 | 
						|
	 color: black;
 | 
						|
	 background-color: <?php echo $mediastatscolour; ?>;
 | 
						|
	}
 | 
						|
</style>
 | 
						|
 |