2020-01-22 13:36:52 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'bebas';
|
|
|
|
src: url('/font/BebasNeue-Regular.ttf');
|
|
|
|
}
|
|
|
|
|
2020-01-22 15:00:21 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'freesans';
|
|
|
|
src: url('/font/FreeSans.ttf')
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'bt';
|
|
|
|
src: url('/font/steelfish_rg.ttf')
|
|
|
|
}
|
|
|
|
|
2020-01-22 13:36:52 +00:00
|
|
|
:root{
|
|
|
|
|
2020-01-22 15:00:21 +00:00
|
|
|
--base-font-size: 60px;
|
2020-01-22 13:36:52 +00:00
|
|
|
--spec_name-font-size: 120%;
|
|
|
|
--spec_value-font-size: 250%;
|
|
|
|
|
|
|
|
--base-color: #271601; /* tekst */
|
|
|
|
--alt-color: #FFF5DF; /* achtergrond */
|
|
|
|
--amazon-color: #F0C14C;
|
|
|
|
|
|
|
|
/* ////// GAT ACHTERKANT PLEK & POSITIE /////// */
|
|
|
|
/* */ /* */
|
|
|
|
/* */ --pos-x: 0px; /* */
|
|
|
|
/* */ --pos-y: 50px; /* */
|
|
|
|
/* */ --width: 100%; /* 285mm */
|
|
|
|
/* */ --height: 100%; /* 500mm */
|
|
|
|
/* */ /* */
|
|
|
|
/* //////////////////////////////////////////// */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body{
|
|
|
|
background: black;
|
|
|
|
margin:0;
|
|
|
|
color:white;
|
2020-01-22 15:00:21 +00:00
|
|
|
font-family: 'bt';
|
2020-01-22 13:36:52 +00:00
|
|
|
font-size: var(--base-font-size);
|
2020-01-22 15:00:21 +00:00
|
|
|
line-height: var(--base-font-size)*1.5;
|
2020-01-22 13:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hit{
|
|
|
|
position:absolute;
|
|
|
|
top:var(--pos-y);
|
|
|
|
left:0;
|
|
|
|
right:0;
|
|
|
|
bottom:0;
|
|
|
|
text-align: center;
|
|
|
|
transition: opacity 1s;
|
|
|
|
opacity: 1;
|
|
|
|
/*animation: fadeIn 1s, fadeOut 1s 2s;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.hit.invisible{
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes fadeIn{
|
|
|
|
from{opacity:0;}
|
|
|
|
to{opacity:1;}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes fadeOut{
|
|
|
|
from{opacity:1;}
|
|
|
|
to{opacity:0;}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hit img{
|
|
|
|
display: block;
|
|
|
|
margin: 10vh auto 7vh;
|
|
|
|
width: 1000px;
|
|
|
|
height: 500px;
|
|
|
|
border: solid 1px white;
|
2020-01-22 15:00:21 +00:00
|
|
|
|
2020-01-22 13:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.credits{
|
2020-01-22 15:00:21 +00:00
|
|
|
font-size: var(--base-font-size);
|
|
|
|
|
|
|
|
text-transform: uppercase;
|
2020-01-22 13:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.credits::before{
|
|
|
|
content:'created by';
|
2020-01-22 15:00:21 +00:00
|
|
|
font-family: 'freesans';
|
|
|
|
text-transform: lowercase;
|
2020-01-22 13:36:52 +00:00
|
|
|
display:block;
|
2020-01-22 15:00:21 +00:00
|
|
|
font-size: calc(var(--base-font-size)/3);
|
|
|
|
|
2020-01-22 13:36:52 +00:00
|
|
|
}
|
|
|
|
|
2020-01-22 15:00:21 +00:00
|
|
|
.country{
|
|
|
|
/* color: #fff; */
|
|
|
|
/* font-family: 'freesans';
|
|
|
|
text-transform: lowercase; */
|
|
|
|
font-size: calc(var(--base-font-size)/2);
|
|
|
|
vertical-align: 67%;
|
|
|
|
margin-left: -5px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
2020-01-22 13:36:52 +00:00
|
|
|
.country::before{content:'(';}
|
|
|
|
.country::after{content:')';}
|
|
|
|
|
|
|
|
#collaborators{
|
|
|
|
height: 30vh;
|
|
|
|
width: 1000px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
#collab_items{
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
#collaborators::before{
|
|
|
|
margin-top: 7vh;
|
|
|
|
content:'in collaboration with';
|
|
|
|
display:block;
|
2020-01-22 15:00:21 +00:00
|
|
|
font-family: 'freesans';
|
|
|
|
font-size: calc(var(--base-font-size)/3);
|
|
|
|
text-transform: lowercase;
|
2020-01-22 13:36:52 +00:00
|
|
|
}
|
|
|
|
#collaborators .credit{
|
|
|
|
margin-right:10px;
|
2020-01-22 15:00:21 +00:00
|
|
|
}
|