|
|
@ -29,6 +29,7 @@ body{ |
|
|
|
color:purple; |
|
|
|
background-color:#ff4d4d33; |
|
|
|
font-family: 'AvaraBold'; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
hr{ |
|
|
|
border:0; |
|
|
@ -118,6 +119,26 @@ div#slider{ |
|
|
|
background: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
#controlpoints li { |
|
|
|
position: absolute; |
|
|
|
z-index: 10000; |
|
|
|
list-style-type: none; |
|
|
|
width: 10em; |
|
|
|
line-height: 1.3em; |
|
|
|
} |
|
|
|
#controlpoints li#cp-paris { |
|
|
|
top: 220px; |
|
|
|
left: 20px; |
|
|
|
} |
|
|
|
#controlpoints li#cp-brussels { |
|
|
|
top: 0px; |
|
|
|
left: 220px; |
|
|
|
} |
|
|
|
#controlpoints li#cp-rotterdam { |
|
|
|
top: 140px; |
|
|
|
right: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
#warped { |
|
|
|
font-weight: bold; |
|
|
|
position: absolute; |
|
|
@ -318,4 +339,17 @@ and (max-width : 1024px) { |
|
|
|
margin-top: 1em; |
|
|
|
} |
|
|
|
|
|
|
|
#controlpoints li#cp-paris { |
|
|
|
top: 120px; |
|
|
|
left: 40px; |
|
|
|
} |
|
|
|
#controlpoints li#cp-brussels { |
|
|
|
top: 10px; |
|
|
|
left: 20px; |
|
|
|
} |
|
|
|
#controlpoints li#cp-rotterdam { |
|
|
|
top: 10px; |
|
|
|
right: -40px; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|