body {
background: url("img/web_background_4.jpg") no-repeat fixed center center / cover black;
color: #D0D0D0;
+ font-family: "XoloniumNormal", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
+#statline {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 13px;
+ position: relative;
+ top: -25px;
+}
+#xonborder {
+ background: rgb(0, 0, 0); /* IE Fallback */
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
+ border-radius: 15px 15px 15px 15px;
+ margin-bottom: 30px;
+ margin-left: 0px;
+ padding: 20px;
+}
+
/* Navigation bar */
.navbar-brand {
</%block>
<%block name="hero_unit">
- <div class="hero-unit">
+ <div class="text-center">
<img src="/static/css/img/web_background_l2.png" />
% if summary_stats is None:
<p id="statline">Tracking Xonotic statistics since October 2011.</p>
% else:
<p id="statline">Tracking <a href="${request.route_url('player_index')}">${summary_stats.total_players}</a> players, <a href="${request.route_url('game_index')}">${summary_stats.total_games}</a> games (${summary_stats.duel_games} duel, ${summary_stats.ctf_games} ctf, ${summary_stats.dm_games} dm), and <a href="${request.route_url('server_index')}">${summary_stats.total_servers}</a> servers since October 2011.</p>
% endif
- </div>
+ </div>
</%block>
% if len(ranks) < 3: