Add Sponsor Screen on Audience Display, Still Need to Populate with Rotating Sponsor Logos

This commit is contained in:
Nick Eyre
2014-08-24 12:10:50 -07:00
parent 249e77f0bd
commit bedf2544bc
4 changed files with 104 additions and 3 deletions

View File

@@ -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%;