<table class="table-hover table-condensed">
<thead>
- <th></th>
+ <th class="small-1"></th>
<th class="show-for-medium-up">Weapon</th>
<th class="show-for-medium-up">Frags</th>
<th>Accuracy</th>
<tr>
## Note: the name of the image must match up with the weapon_cd
## entry of that weapon, else this won't work
- <td><span class="sprite sprite-${weapon_stat[1]}"></span></td>
+ <td class="small-1 text-center"><span class="sprite sprite-${weapon_stat[1]}"></span></td>
<td class="show-for-medium-up">${weapon_stat[0]}</td>
<td class="show-for-medium-up">${weapon_stat[6]}</td>
<td>${weapon_stat[4]}/${weapon_stat[5]} (${hit_pct}%)</td>
<%block name="css">
${parent.css()}
- <link href="/static/css/sprites.css" rel="stylesheet">
+ <link href="/static/css/luma.css" rel="stylesheet">
</%block>
<%block name="title">
% for rg in recent_games:
<tr>
<td class="text-center"><a class="button tiny" href="${request.route_url('game_info', id=rg.game_id)}" title="View detailed information about this game">view</a></td>
- <td class="text-center"><span alt="${rg.game_type_cd}" class="sprite sprite-${rg.game_type_cd}" title="${rg.game_type_descr}"></span></td>
+ <td class="text-center"><i class="sprite sprite-${rg.game_type_cd}" title="${rg.game_type_descr}"></i></td>
<td class="show-for-medium-up no-stretch"><a href="${request.route_url('server_info', id=rg.server_id)}" title="Go to the detail page for this server">${rg.server_name}</a></td>
<td class="show-for-medium-up"><a href="${request.route_url('map_info', id=rg.map_id)}" title="Go to the map detail page for this map">${rg.map_name}</a></td>
<td class="show-for-large-up"><span class="abstime" data-epoch="${rg.epoch}" title="${rg.start_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${rg.fuzzy_date}</span></td>
<%block name="css">
${parent.css()}
-<link href="/static/css/sprites.css" rel="stylesheet">
+<link href="/static/css/luma.css" rel="stylesheet">
</%block>
<%block name="navigation">
<%block name="css">
${parent.css()}
- <link href="/static/css/sprites.css" rel="stylesheet">
+ <link href="/static/css/luma.css" rel="stylesheet">
</%block>
<%block name="foundation">
<div class="small-12 columns">
<h3>Game #${game.game_id}</h3>
<p>
- <img src="/static/images/icons/24x24/${game.game_type_cd}.png" alt="${game.game_type_cd}"/> ${gametype.descr} (${game.game_type_cd})<br />
+ <span class="sprite sprite-${game.game_type_cd}"></span> ${gametype.descr} <br />
Played ${game.fuzzy_date()} <span class="abstime" data-epoch="${game.epoch()}" title="${game.start_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}"> <i class="fa fa-info-circle"></i></span><br />
Server: <a href="${request.route_url("server_info", id=server.server_id)}" name="Server info page for ${server.name}">${server.name}</a><br />
Map: <a href="${request.route_url("map_info", id=map.map_id)}" name="Map info page for ${map.name}">${map.name}</a><br />
<%block name="css">
${parent.css()}
- <link href="/static/css/sprites.css" rel="stylesheet">
+ <link href="/static/css/luma.css" rel="stylesheet">
</%block>
<%block name="hero_unit">
<%block name="css">
${parent.css()}
- <link href="/static/css/sprites.css" rel="stylesheet">
+ <link href="/static/css/luma.css" rel="stylesheet">
</%block>
% if gmap is None:
<%block name="css">
${parent.css()}
- <link href="/static/css/sprites.css" rel="stylesheet">
+ <link href="/static/css/luma.css" rel="stylesheet">
</%block>
<%block name="navigation">
<%block name="css">
${parent.css()}
- <link href="/static/css/sprites.css" rel="stylesheet">
+ <link href="/static/css/luma.css" rel="stylesheet">
<style>
#damageChart, #accuracyChart {
height: 250px;
<%block name="css">
${parent.css()}
- <link href="/static/css/sprites.css" rel="stylesheet">
+ <link href="/static/css/luma.css" rel="stylesheet">
</%block>
% if server is None: