Update logos for 2020.

This commit is contained in:
Patrick Fairbank
2020-03-21 14:40:28 -07:00
parent ec858914c4
commit 9fd98b6af8
6 changed files with 9 additions and 9 deletions

View File

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

View File

@@ -92,12 +92,12 @@ html {
}
#logo {
position: relative;
top: 15px;
height: 120px;
top: 30px;
height: 90px;
}
#matchTime {
position: relative;
top: -26px;
top: 1px;
height: 60px;
color: #222;
font-family: "FuturaLTBold";
@@ -185,8 +185,8 @@ html {
}
#blindsLogo {
position: relative;
top: 17px;
height: 275px;
top: 37px;
height: 250px;
}
#finalScore {
position: fixed;
@@ -371,8 +371,8 @@ html {
font-size: 3.5em;
}
#allianceSelectionTable img {
width: 5em;
margin: -0.3em;
width: 6em;
margin: -0.2em;
}
#allianceSelectionTable tr:nth-child(even) {
background-color: #ccc;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

@@ -23,7 +23,7 @@ var overlayCenteringTopHideParams = {queue: false, top: overlayCenteringTopUp};
var overlayCenteringTopShowParams = {queue: false, top: "50px"};
var eventMatchInfoDown = "30px";
var eventMatchInfoUp = $("#eventMatchInfo").css("height");
var logoUp = "-3px";
var logoUp = "10px";
var logoDown = $("#logo").css("top");
var scoreIn = $(".score").css("width");
var scoreMid = "135px";