|
@ -1,18 +1,18 @@ |
|
|
@font-face { |
|
|
@font-face { |
|
|
font-family: 'AvaraBold'; |
|
|
font-family: "AvaraBold"; |
|
|
src: url('Avara-Bold.otf'); |
|
|
src: url("Avara-Bold.otf"); |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
} |
|
|
} |
|
|
@font-face { |
|
|
@font-face { |
|
|
font-family: 'AvaraBold'; |
|
|
font-family: "AvaraBold"; |
|
|
src: url('Avara-BoldItalic.otf'); |
|
|
src: url("Avara-BoldItalic.otf"); |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
font-style: italic; |
|
|
font-style: italic; |
|
|
} |
|
|
} |
|
|
@font-face { |
|
|
@font-face { |
|
|
font-family: 'AvaraBold'; |
|
|
font-family: "AvaraBold"; |
|
|
src: url('Avara-Black.otf'); |
|
|
src: url("Avara-Black.otf"); |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
} |
|
|
} |
|
@ -31,23 +31,23 @@ html, |
|
|
scroll-behavior: smooth; |
|
|
scroll-behavior: smooth; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
body{ |
|
|
body { |
|
|
position: relative; |
|
|
position: relative; |
|
|
margin:0; |
|
|
margin: 0; |
|
|
padding:0; |
|
|
padding: 0; |
|
|
color:purple; |
|
|
color: purple; |
|
|
background-color:#ff4d4d33; |
|
|
background-color: #ff4d4d33; |
|
|
font-family: 'AvaraBold'; |
|
|
font-family: "AvaraBold"; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
} |
|
|
} |
|
|
hr{ |
|
|
hr { |
|
|
border:0; |
|
|
border: 0; |
|
|
border-bottom:1px dotted; |
|
|
border-bottom: 1px dotted; |
|
|
margin-top: 1em; |
|
|
margin-top: 1em; |
|
|
margin-bottom: 1em; |
|
|
margin-bottom: 1em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
h1{ |
|
|
h1 { |
|
|
line-height: 1.1em; |
|
|
line-height: 1.1em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -100,31 +100,30 @@ sup { |
|
|
|
|
|
|
|
|
/* --- slider --- */ |
|
|
/* --- slider --- */ |
|
|
|
|
|
|
|
|
|
|
|
div#sliders { |
|
|
div#sliders{ |
|
|
|
|
|
position: fixed; |
|
|
position: fixed; |
|
|
width: 500px; |
|
|
width: 500px; |
|
|
top:60px; |
|
|
top: 60px; |
|
|
left: 61%; |
|
|
left: 61%; |
|
|
bottom: 1em; |
|
|
bottom: 1em; |
|
|
} |
|
|
} |
|
|
div#slider{ |
|
|
div#slider { |
|
|
float: left; |
|
|
float: left; |
|
|
margin:0.5em 1em 1em 0.5em; |
|
|
margin: 0.5em 1em 1em 0.5em; |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top:0; |
|
|
top: 0; |
|
|
left:0; |
|
|
left: 0; |
|
|
width : 100%; |
|
|
width: 100%; |
|
|
height : 400px; |
|
|
height: 400px; |
|
|
background: transparent; |
|
|
background: transparent; |
|
|
} |
|
|
} |
|
|
#slider2 { |
|
|
#slider2 { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top:0; |
|
|
top: 0; |
|
|
left:0; |
|
|
left: 0; |
|
|
width : 100%; |
|
|
width: 100%; |
|
|
height : 400px; |
|
|
height: 400px; |
|
|
background: transparent; |
|
|
background: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -169,7 +168,7 @@ div#relearn-infos ul { |
|
|
/* --- control points ---*/ |
|
|
/* --- control points ---*/ |
|
|
#curve { |
|
|
#curve { |
|
|
width: 55%; |
|
|
width: 55%; |
|
|
padding : 1em 2em; |
|
|
padding: 1em 2em; |
|
|
height: 87vh; |
|
|
height: 87vh; |
|
|
overflow: auto; |
|
|
overflow: auto; |
|
|
padding-bottom: 4em; |
|
|
padding-bottom: 4em; |
|
@ -182,7 +181,7 @@ div#relearn-infos ul { |
|
|
background-color: black; |
|
|
background-color: black; |
|
|
} |
|
|
} |
|
|
#curve::-webkit-scrollbar-thumb { |
|
|
#curve::-webkit-scrollbar-thumb { |
|
|
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); |
|
|
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); |
|
|
background-color: lightgray; |
|
|
background-color: lightgray; |
|
|
border-radius: 5px; |
|
|
border-radius: 5px; |
|
|
} |
|
|
} |
|
@ -192,8 +191,7 @@ div#relearn-infos ul { |
|
|
margin-top: 1em; |
|
|
margin-top: 1em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.controlpoint { |
|
|
div.controlpoint{ |
|
|
|
|
|
max-width: 800px; |
|
|
max-width: 800px; |
|
|
margin: 1em 0; |
|
|
margin: 1em 0; |
|
|
margin-top: 2em; |
|
|
margin-top: 2em; |
|
@ -221,7 +219,7 @@ dl:not(.summary) dd:before { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
dl:not(.summary) dd + dt:before { |
|
|
dl:not(.summary) dd + dt:before { |
|
|
content: ''; |
|
|
content: ""; |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -276,12 +274,11 @@ div.controlpoint .programme ul { |
|
|
padding-left: 0.5em; |
|
|
padding-left: 0.5em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*--- ROTTERDAM ---*/ |
|
|
/*--- ROTTERDAM ---*/ |
|
|
#rotterdam{ |
|
|
#rotterdam { |
|
|
color:#0054ff; |
|
|
color: #0054ff; |
|
|
} |
|
|
} |
|
|
#rotterdam li{ |
|
|
#rotterdam li { |
|
|
list-style: none; |
|
|
list-style: none; |
|
|
text-indent: -23px; |
|
|
text-indent: -23px; |
|
|
margin-left: 2em; |
|
|
margin-left: 2em; |
|
@ -298,8 +295,7 @@ div.controlpoint .programme ul { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/*--- MOBILE ---*/ |
|
|
/*--- MOBILE ---*/ |
|
|
@media only screen |
|
|
@media only screen and (max-width: 1024px) { |
|
|
and (max-width : 1024px) { |
|
|
|
|
|
:root { |
|
|
:root { |
|
|
font-size: 13px; |
|
|
font-size: 13px; |
|
|
line-height: 1.4em; |
|
|
line-height: 1.4em; |
|
@ -364,5 +360,4 @@ and (max-width : 1024px) { |
|
|
top: 10px; |
|
|
top: 10px; |
|
|
right: -40px; |
|
|
right: -40px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|