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:1em;
|
|
|
|
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: 1000px;
|
|
|
|
height: 500px;
|
|
|
|
top:60px;
|
|
|
|
left:340px;
|
|
|
|
}
|
|
|
|
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;
|
|
|
|
}
|