mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Update logos for 2019.
This commit is contained in:
@@ -41,7 +41,7 @@ body[data-mode=fieldReset] .mode#fieldReset {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 80%;
|
||||
width: 70%;
|
||||
margin: auto auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
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 |
@@ -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";
|
||||
|
||||
@@ -88,9 +88,6 @@
|
||||
<div class="text-center" id="matchCircle">
|
||||
<img id="logo" src="/static/img/game-logo.png" alt="logo" />
|
||||
<div id="matchTime"></div>
|
||||
<div class="seesaw-indicator" id="leftSwitchIndicator"></div>
|
||||
<div class="seesaw-indicator" id="scaleIndicator"></div>
|
||||
<div class="seesaw-indicator" id="rightSwitchIndicator"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blindsContainer">
|
||||
|
||||
Reference in New Issue
Block a user