44 lines
		
	
	
		
			646 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			646 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: <?php echo $mediastatstextcolour; ?>;
 | 
						|
	 background-color: <?php echo $mediastatscolour; ?>;
 | 
						|
	}
 | 
						|
li {
 | 
						|
  list-style: none;
 | 
						|
  color: white;
 | 
						|
  padding-left: 0pt;
 | 
						|
  margin-top: 0px;
 | 
						|
  background-size: cover;
 | 
						|
  height: 60px;
 | 
						|
  width: 240px;
 | 
						|
}
 | 
						|
ul {
 | 
						|
  padding-left: 0px;
 | 
						|
  padding-top: 0px;
 | 
						|
}
 | 
						|
 | 
						|
iframe {
 | 
						|
    margin: none;
 | 
						|
    padding: none;
 | 
						|
    border: none;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
</style>
 | 
						|
 |