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;