CSS style using color pallet and background image... not sure about it ?

This commit is contained in:
2018-12-05 09:38:16 -05:00
parent ea05581d14
commit 4d212ac009
8 changed files with 27 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ $details = isset($_GET['details']) ? $_GET['details'] : "";
?>
<div class="center500 padding-bottom-10">
<div class="refresh center500">
<strong>Last refresh : </strong> <?php echo date(DATE_RFC2822) ?>
</div>
@@ -75,7 +75,7 @@ foreach ($games as $key => $value) {
echo "<img src=\"".$ps4->thumbnailurl($games[$key]["game_id"])."\" border=0 weight=\"80px\" height=\"80px\" onclick=\"thumbnailupdateurl('". $games[$key]["game_id"] ."', '". $games[$key]["game_name"] ."', '". $rootpage ."', '". $orderby ."', '". $details ."');\">";
echo "</div>";
echo "<div class=\"info\">";
echo "<strong>". $games[$key]["game_name"] ."</strong> (". $games[$key]["game_id"] .")";
echo "<strong>". $games[$key]["game_name"] ."</strong>";
echo "<br/>";
echo "<div class=\"gameinfoline\"><div class=\"gameinfohead\">Total Time Played</div><div class=\"gameinfoseparator\"></div><div class=\"gameinfodetails\"><a href=\"".$rootpage."?orderby=".$orderby."&details=";
if ($details != $games[$key]["game_id"]) {