Update logos for 2018 game.

This commit is contained in:
Patrick Fairbank
2018-01-06 14:42:44 -08:00
parent 2c2a44aa4b
commit 2740cc628b
7 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ body {
color: #fff;
}
body[data-mode=logo] {
background-color: #fff;
background-color: #000;
}
body[data-mode=fieldReset] {
background-color: #0a3;
@@ -44,7 +44,7 @@ body[data-mode=fieldReset] .mode#fieldReset {
bottom: 0;
left: 0;
right: 0;
width: 100%;
width: 80%;
margin: auto auto;
}

View File

@@ -356,7 +356,7 @@ html {
font-size: 3.5em;
}
#allianceSelectionTable img {
width: 4em;
width: 8em;
margin: 0.3em;
}
#allianceSelectionTable tr:nth-child(even) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 MiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -30,7 +30,7 @@
</div>
</div>
<div id="logo" class="mode">
<img id="logoImg" src="/static/img/alliance-station-logo.gif" alt="logo" />
<img id="logoImg" src="/static/img/alliance-station-logo.png" alt="logo" />
</div>
<div id="fieldReset" class="mode"><div>FIELD<br />RESET</div></div>
<script>