Update logos for 2019.

This commit is contained in:
Patrick Fairbank
2019-07-27 12:42:26 -07:00
parent 48055dc5ca
commit 3a43d4740e
7 changed files with 9 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ body[data-mode=fieldReset] .mode#fieldReset {
bottom: 0;
left: 0;
right: 0;
width: 80%;
width: 70%;
margin: auto auto;
}

View File

@@ -159,12 +159,12 @@ html {
}
#logo {
position: relative;
top: 35px;
height: 75px;
top: 15px;
height: 120px;
}
#matchTime {
position: relative;
top: 4px;
top: -26px;
height: 60px;
color: #222;
font-family: "FuturaLTBold";
@@ -260,8 +260,8 @@ html {
}
#blindsLogo {
position: relative;
top: 55px;
height: 200px;
top: 17px;
height: 275px;
}
#finalScore {
position: fixed;
@@ -446,8 +446,8 @@ html {
font-size: 3.5em;
}
#allianceSelectionTable img {
width: 8em;
margin: 0.3em;
width: 5em;
margin: -0.3em;
}
#allianceSelectionTable tr:nth-child(even) {
background-color: #ccc;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 69 KiB

BIN
static/img/alliance-station-logo.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -16,7 +16,7 @@ var sponsorTextTemplate = Handlebars.compile($("#sponsorTextTemplate").html());
// Constants for overlay positioning. The CSS is the source of truth for the values that represent initial state.
var centeringDown = $("#centering").css("bottom");
var centeringUp = "0px";
var logoUp = "10px";
var logoUp = "-3px";
var logoDown = $("#logo").css("top");
var scoreIn = $(".score").css("width");
var scoreMid = "120px";