mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Added lower thirds.
This commit is contained in:
@@ -304,3 +304,33 @@ html {
|
||||
width: 250px;
|
||||
color: #fff;
|
||||
}
|
||||
#lowerThird {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: -1000px;
|
||||
bottom: 100px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #000;
|
||||
color: #000;
|
||||
font-size: 30px;
|
||||
width: 800px;
|
||||
height: 87px;
|
||||
}
|
||||
#lowerThirdLogo {
|
||||
margin: 20px;
|
||||
height: 45px;
|
||||
float: left;
|
||||
}
|
||||
#lowerThirdTop {
|
||||
display: none;
|
||||
font-family: "FuturaLTBold";
|
||||
}
|
||||
#lowerThirdBottom {
|
||||
display: none;
|
||||
font-family: "FuturaLT";
|
||||
}
|
||||
#lowerThirdSingle {
|
||||
display: none;
|
||||
font-family: "FuturaLTBold";
|
||||
line-height: 87px;
|
||||
}
|
||||
Reference in New Issue
Block a user