Add field reset screen to alliance station display.

This commit is contained in:
Patrick Fairbank
2015-08-21 22:44:10 -07:00
parent cf491fa348
commit 32088da0a1
4 changed files with 27 additions and 7 deletions

View File

@@ -16,7 +16,9 @@ body {
body[data-mode=logo] {
background-color: #fff;
}
body[data-mode=fieldReset] {
background-color: #0a3;
}
/* Switching Modes */
.mode {
@@ -31,7 +33,9 @@ body[data-mode=logo] .mode#logo {
body[data-mode=match] .mode#match {
display: block;
}
body[data-mode=fieldReset] .mode#fieldReset {
display: block;
}
/* Logo Mode */
#logo #logoImg {
@@ -59,6 +63,21 @@ body[data-mode=match] .mode#match {
font-size: 500px;
}
/* Field Reset Mode */
#fieldReset {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 65%;
line-height: 300px;
margin: auto auto;
text-align: center;
color: #fff;
font-size: 300px;
}
/* Match Mode */
#match {
position: absolute;
@@ -152,3 +171,4 @@ body[data-position=right] #inMatch #blueScore {
[data-alliance-bg=B], [data-status=B] {
background-color: #00c;
}