KLanding/css/static.php

23 lines
357 B
PHP
Raw Normal View History

2016-02-14 16:55:55 +00:00
<?php
header("Content-type: text/css; charset: UTF-8");
?>
<?php include '../config.php';?>
table,th,td { }
tr { background-color:<?php echo $widgetcolour; ?>;
}
2016-03-10 13:31:44 +00:00
#stats {
position: fixed;
bottom: 0;
font-size: 14pt;
width: 100%;
text-align: center;
color: black;
2016-03-11 19:01:46 +00:00
background-color: <?php echo $mediastatscolour; ?>;
2016-03-10 13:31:44 +00:00
}
2016-02-14 16:55:55 +00:00
</style>