mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 14:16:47 -04:00
Add Sponsor Screen on Audience Display, Still Need to Populate with Rotating Sponsor Logos
This commit is contained in:
@@ -276,6 +276,38 @@ html {
|
||||
font-size: 28px;
|
||||
color: #fff;
|
||||
}
|
||||
#sponsor {
|
||||
position: fixed;
|
||||
width: 1000px;
|
||||
height: 600px;
|
||||
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 h1 {
|
||||
font-family: "FuturaLTBold";
|
||||
font-size: 60px;
|
||||
background-color: #444;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
padding: 0.25em;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
#sponsor img {
|
||||
max-width: 800px;
|
||||
height: 400px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
#allianceSelectionCentering {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
|
||||
Reference in New Issue
Block a user