|
|
@ -1,6 +1,7 @@
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>A bed, a chair and a table – Special Issue 4</title>
|
|
|
|
<title>A bed, a chair and a table – Special Issue 4</title>
|
|
|
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
|
|
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
|
|
@ -106,7 +107,6 @@ margin-bottom: 50px;
|
|
|
|
overflow: scroll;
|
|
|
|
overflow: scroll;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#infocontainer::-webkit-scrollbar {
|
|
|
|
#infocontainer::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
@ -153,7 +153,68 @@ left:-80%;
|
|
|
|
width:260%;
|
|
|
|
width:260%;
|
|
|
|
height: 250vh;
|
|
|
|
height: 250vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 980px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#infocontainer .flowtext{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
column-count: 2;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 680px) {
|
|
|
|
|
|
|
|
h1{
|
|
|
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
font-family: LibreBaskerville-Regular,serif;
|
|
|
|
|
|
|
|
font-size: 65px;
|
|
|
|
|
|
|
|
text-transform:uppercase;
|
|
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
letter-spacing: 15px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h2{
|
|
|
|
|
|
|
|
font-family: LibreBaskerville-Regular,serif;
|
|
|
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
margin-top: -40px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#textcontainer p{
|
|
|
|
|
|
|
|
column-count: 1;
|
|
|
|
|
|
|
|
column-gap: 40px;
|
|
|
|
|
|
|
|
text-align: justify;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#infocontainer{
|
|
|
|
|
|
|
|
cursor: move;
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
margin-top: 4%;
|
|
|
|
|
|
|
|
margin-left: 4%;
|
|
|
|
|
|
|
|
width:85%;
|
|
|
|
|
|
|
|
height:auto;
|
|
|
|
|
|
|
|
background: black;
|
|
|
|
|
|
|
|
overflow: scroll;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#containment-wrapper{
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
top:-2000vh;
|
|
|
|
|
|
|
|
left:-2000%;
|
|
|
|
|
|
|
|
width:5000%;
|
|
|
|
|
|
|
|
height: 5000vh;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#infocontainer .flowtext{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
column-count: 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|