KLanding/css/static.php

45 lines
647 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;
2016-03-12 09:50:27 +00:00
color: <?php echo $mediastatstextcolour; ?>;
2016-03-11 19:01:46 +00:00
background-color: <?php echo $mediastatscolour; ?>;
2016-03-10 13:31:44 +00:00
}
2016-03-13 13:54:54 +00:00
li {
list-style: none;
color: white;
2016-03-12 17:16:06 +00:00
padding-left: 0pt;
2016-03-13 13:54:54 +00:00
margin-top: 0px;
background-size: cover;
height: 60px;
width: 240px;
}
2016-03-12 17:16:06 +00:00
ul {
padding-left: 0px;
padding-top: 0px;
}
iframe {
margin: none;
padding: none;
border: none;
}
2016-03-13 13:54:54 +00:00
2016-03-23 11:57:34 +00:00
2016-03-13 13:54:54 +00:00
2016-02-14 16:55:55 +00:00
</style>