crowds/slides/index.css

53 lines
825 B
CSS
Raw Normal View History

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