crowds/slides/index.css

35 lines
472 B
CSS
Raw Normal View History

2018-03-26 15:52:43 +00:00
body{
margin:0;
font-family: "FuturaHandwritten";
font-size: 20px;
}
#slideshow_container{
position: absolute;
width: 100%;
height: calc(100% - 60px);
}
#slideshow{
position: absolute;
width: 960px;
height: 540px;
margin: auto;
top:0; left:0; right:0; bottom:0;
background: #eee;
}
#slideshow div{
position: absolute;
}
#navigation{
position: absolute;
bottom:0;
background: #222;
width: 100%;
height:60px;
}
words, bonus, glossary{
display: none;
}