You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
body{
|
|
|
|
position: relative;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
font-size: 120%;
|
|
|
|
line-height: 1.4;
|
|
|
|
color:purple;
|
|
|
|
background-color:#ff4d4d33;
|
|
|
|
}
|
|
|
|
hr{
|
|
|
|
border:0;
|
|
|
|
border-bottom:1px dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1{
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* --- slider --- */
|
|
|
|
|
|
|
|
|
|
|
|
div#sliders{
|
|
|
|
position: fixed;
|
|
|
|
width: 500px;
|
|
|
|
height: 400px;
|
|
|
|
top:60px;
|
|
|
|
right:100px;
|
|
|
|
}
|
|
|
|
div#slider{
|
|
|
|
float: left;
|
|
|
|
margin:0.5em 1em 1em 0.5em;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* --- control points ---*/
|
|
|
|
|
|
|
|
div.controlpoint{
|
|
|
|
max-width: 800px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rotterdam{
|
|
|
|
color:#0054ff;
|
|
|
|
}
|
|
|
|
#rotterdam li{
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#curve {
|
|
|
|
padding : 0 1em;
|
|
|
|
height: 100vh;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*--- MOBILE ---*/
|
|
|
|
@media only screen
|
|
|
|
and (max-width : 1024px) {
|
|
|
|
|
|
|
|
div#sliders {
|
|
|
|
position: absolute;
|
|
|
|
top: -50px;
|
|
|
|
left: -50px;
|
|
|
|
transform: scale(0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
#curve {
|
|
|
|
padding-top: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|