few styles

This commit is contained in:
Ulf Gebhardt 2015-09-16 16:53:02 +02:00
parent 56e3aa0b05
commit f2d818d5e8
3 changed files with 13 additions and 5 deletions

View File

@ -20,3 +20,12 @@ html, body {
}
.flex-direction-nav a { display: none; }
table.mojotrollz_table tr:nth-child(even) {
}
table.mojotrollz_table tr:nth-child(odd) {
background-color: #1a1a1a;
}
table.mojotrollz_table tr:hover {
background-color: #1f1f1f;
}

View File

@ -1,6 +1,6 @@
<hr>
<h3>SERVERS</h3>
<table style="width: 100%;" class="sai_table">
<table style="width: 100%;" class="mojotrollz_table">
<tr>
<th>Name</th>
<th>Version</th>
@ -10,7 +10,6 @@
</tr>
${server_list}
</table>
<h4>ADD SERVER</h4>
<form class="textbox trojan" style="padding:10px" id="newserver_form">
<div class="control-group">
<div class="controls" style="float: left; width: 300px;">

View File

@ -37,13 +37,13 @@
</div>
</a>
</div>
<h4 style="padding-top: 95px; text-align: center;">
Players on ts3:mojotrollz.eu: <b>${ts_players}</b><br><br>
<h3 style="padding-top: 95px; text-align: center;">
Players online: <b>${ts_players}</b><br><br>
<button type="submit" class="btn-sm btn btn-success" onClick="location.href='ts3server://mojotrollz.eu'">
<span class="glyphicon glyphicon-globe" aria-hidden="true"></span>
&nbsp;&nbsp;Connect
</button>
</h4>
</h3>
</div>
</div>
</div>