Replace game-specific branding with FIRST logos

This commit is contained in:
Ken Schenke
2020-04-01 20:28:00 -05:00
parent 30b0679b6e
commit 724c2e699e
8 changed files with 9 additions and 8 deletions

View File

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

View File

@@ -108,8 +108,10 @@ html {
}
#logo {
position: relative;
padding-top: 5px;
padding-bottom: 5px;
top: 30px;
height: 90px;
height: 85px;
}
#matchTime {
position: relative;
@@ -202,7 +204,7 @@ html {
#blindsLogo {
position: relative;
top: 37px;
height: 250px;
height: 185px;
}
#finalScore {
position: fixed;
@@ -394,7 +396,7 @@ html {
}
#allianceSelectionTable img {
width: 6em;
margin: -0.2em;
margin: 0.2em;
}
#allianceSelectionTable tr:nth-child(even) {
background-color: #ccc;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

BIN
static/img/frc-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

View File

@@ -29,7 +29,7 @@
</div>
</div>
<div id="logo" class="mode">
<img id="logoImg" src="/static/img/alliance-station-logo.png" alt="logo" />
<img id="logoImg" src="/static/img/frc-logo.png" alt="logo" />
</div>
<div id="fieldReset" class="mode"><div>FIELD<br />RESET</div></div>
<script src="/static/js/lib/jquery.min.js"></script>

View File

@@ -60,7 +60,7 @@
</div>
</div>
<div class="text-center" id="matchCircle">
<img id="logo" src="/static/img/game-logo.png" alt="logo" />
<img id="logo" src="/static/img/lower-third-logo.png" alt="logo" />
<div id="matchTime"></div>
</div>
</div>
@@ -72,7 +72,7 @@
<div class="blindsCenter blank"></div>
</div>
<div class="blindsCenter full">
<img id="blindsLogo" src="/static/img/game-logo.png" alt="logo" />
<img id="blindsLogo" src="/static/img/lower-third-logo.png" alt="logo" />
</div>
<div id="finalScore">
<div class="final-score reversible-left" id="leftFinalScore"></div>