Added lower thirds.

This commit is contained in:
Patrick Fairbank
2014-08-15 20:13:02 -07:00
parent 63cc811830
commit 9e394b5ed0
14 changed files with 272 additions and 4 deletions

View File

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