crowds/slides/index.css
2018-03-27 13:39:08 -04:00

53 lines
825 B
CSS

body{
margin:0;
font-family: "FuturaHandwritten";
font-size: 20px;
cursor: none !important;
}
/* SIMULATION and SLIDESHOW */
#simulations_container, #slideshow_container{
position: absolute;
top:0; left:0;
width: 100%;
height: calc(100% - 60px);
}
#simulations, #slideshow{
position: absolute;
width: 960px;
height: 540px;
margin: auto;
top:0; left:0; right:0; bottom:0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#simulations canvas, #slideshow div{
position: absolute;
}
/* NAVIGATION */
#navigation{
position: absolute;
bottom:0;
background: #222;
width: 100%;
height:60px;
}
/* PENCIL */
#pencil{
position: absolute;
width:100px;
height:100px;
pointer-events: none;
}
/* THIS THING'S WORDS */
words, bonus, glossary{
display: none;
}