mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Update logos for 2020.
This commit is contained in:
@@ -41,7 +41,7 @@ body[data-mode=fieldReset] .mode#fieldReset {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 70%;
|
||||
height: 105%;
|
||||
margin: auto auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 |
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user