Add placeholder bracket audience display mode and transitions to/from the other modes.

This commit is contained in:
Patrick Fairbank
2022-08-18 18:20:44 -07:00
parent f1ab23aa07
commit e63fee3cbc
4 changed files with 116 additions and 14 deletions

View File

@@ -438,6 +438,21 @@ html {
#finalMatchName {
text-align: right;
}
#bracket {
position: fixed;
width: 1600px;
height: 700px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto auto;
border: 2px solid #333;
z-index: 1;
opacity: 0;
background-color: #fff;
text-align: center;
}
#sponsor {
position: fixed;
width: 1000px;