|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: sinistre;
|
|
|
|
src: url(fonts/Sinistre-StCaroline.woff),
|
|
|
|
url(fonts/Sinistre-StCaroline.otf);
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: jolybolditalic;
|
|
|
|
src: url(fonts/JolyDisplay-BoldDisplayItalic.woff),
|
|
|
|
url(fonts/JolyDisplay-BoldDisplayItalic.otf);
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: jolyregularitalic;
|
|
|
|
src: url(fonts/JolyDisplay-RegularDisplayItalic.woff),
|
|
|
|
url(fonts/JolyDisplay-RegularDisplayItalic.otf);
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: jolyregular;
|
|
|
|
src: url(fonts/JolyDisplay-RegularDisplay.woff),
|
|
|
|
url(fonts/JolyDisplay-RegularDisplay.otf);
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: jolybold;
|
|
|
|
src: url(fonts/JolyDisplay-BoldDisplay.woff),
|
|
|
|
url(fonts/JolyDisplay-BoldDisplay.otf);
|
|
|
|
}
|
|
|
|
|
|
|
|
.invert{
|
|
|
|
filter: invert(100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: jolyregular;
|
|
|
|
font-size: 1.8vw;
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.instructions{
|
|
|
|
font-family:jolyregularitalic;
|
|
|
|
|
|
|
|
}
|
|
|
|
span.instructions_arrow{
|
|
|
|
padding-left:40px;
|
|
|
|
font-size: 2.4vw;
|
|
|
|
font-family:jolybolditalic;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
::-moz-selection { /* Code for Firefox */
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
::selection {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ground_color {
|
|
|
|
width: 5100px;
|
|
|
|
height: 120%;
|
|
|
|
position:fixed;
|
|
|
|
margin:-100px;
|
|
|
|
background-color: white;
|
|
|
|
z-index:-10;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ground{
|
|
|
|
position:absolute;
|
|
|
|
height:100%;
|
|
|
|
width:560vh;
|
|
|
|
/* width:3500px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
#groundline {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 35%;
|
|
|
|
height:0%;
|
|
|
|
width: 100%;
|
|
|
|
border-top: 1px solid;
|
|
|
|
z-index:-10;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div.text_container {
|
|
|
|
bottom: 20px;
|
|
|
|
left:40px;
|
|
|
|
right:40px;
|
|
|
|
position:fixed;
|
|
|
|
margin: auto;
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
button{
|
|
|
|
-webkit-appearance: none;
|
|
|
|
background-color: white;
|
|
|
|
border: 0.1em black solid;
|
|
|
|
border-radius: 25em;
|
|
|
|
color:black;
|
|
|
|
cursor:pointer;
|
|
|
|
font-family: jolybolditalic;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:hover{
|
|
|
|
border: 0.1em transparent solid;
|
|
|
|
-webkit-box-shadow: 0px 0px 8px 1px black;
|
|
|
|
-moz-box-shadow: 0px 0px 8px 1px black;
|
|
|
|
box-shadow: 0px 0px 8px 1px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flipped {
|
|
|
|
transform: scale(-1, 1);
|
|
|
|
-moz-transform: scale(-1, 1);
|
|
|
|
-webkit-transform: scale(-1, 1);
|
|
|
|
-o-transform: scale(-1, 1);
|
|
|
|
-khtml-transform: scale(-1, 1);
|
|
|
|
-ms-transform: scale(-1, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
span.button_text{
|
|
|
|
font-size: 1.6vw;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#player_name{
|
|
|
|
font-family: jolybolditalic;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#player_img {
|
|
|
|
bottom: 21%;
|
|
|
|
left: 15%;
|
|
|
|
position:absolute ;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.figure1{
|
|
|
|
top:10%;
|
|
|
|
right: 23%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#planet2{
|
|
|
|
top:35%;
|
|
|
|
right: 52%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.figure2{
|
|
|
|
top:30%;
|
|
|
|
right: 20%;
|
|
|
|
position: absolute;
|
|
|
|
cursor: pointer;
|
|
|
|
z-index:2;
|
|
|
|
}
|
|
|
|
.figure3{
|
|
|
|
top:10%;
|
|
|
|
right: 15%;
|
|
|
|
position: absolute;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.figure4{
|
|
|
|
top:20%;
|
|
|
|
right: 5%;
|
|
|
|
position: absolute;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#planet4{
|
|
|
|
top:8%;
|
|
|
|
left:20%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#planet6{
|
|
|
|
top:35%;
|
|
|
|
right: 9%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
#planet8{
|
|
|
|
top:20%;
|
|
|
|
left: 4%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
#planet9{
|
|
|
|
top:42%;
|
|
|
|
right: 26%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#trail1{
|
|
|
|
top:7%;
|
|
|
|
left: 1%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 3;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#trail2{
|
|
|
|
top:20%;
|
|
|
|
left: 15%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 3;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#trail3{
|
|
|
|
top:5%;
|
|
|
|
left: 35%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 3;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#trail4{
|
|
|
|
top:20%;
|
|
|
|
left: 48%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 3;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*images*/
|
|
|
|
|
|
|
|
#tree1 {
|
|
|
|
bottom:30%;
|
|
|
|
left: 8%;
|
|
|
|
position: absolute;
|
|
|
|
z-index:-1;
|
|
|
|
}
|
|
|
|
#tree2 {
|
|
|
|
bottom:15%;
|
|
|
|
left: 22%;
|
|
|
|
position: absolute;
|
|
|
|
z-index:5;
|
|
|
|
}
|
|
|
|
#tree3 {
|
|
|
|
bottom:30%;
|
|
|
|
left: 40%;
|
|
|
|
position: absolute;
|
|
|
|
z-index:-1;
|
|
|
|
}
|
|
|
|
#tree4 {
|
|
|
|
bottom:15%;
|
|
|
|
left: 60%;
|
|
|
|
position: absolute;
|
|
|
|
z-index:5;
|
|
|
|
}
|
|
|
|
#tree5 {
|
|
|
|
bottom:15%;
|
|
|
|
left: 80%;
|
|
|
|
position: absolute;
|
|
|
|
z-index:5;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* amanda baloons*/
|
|
|
|
|
|
|
|
.bubble1 {
|
|
|
|
right: 25%;
|
|
|
|
top:34%;
|
|
|
|
position: absolute;
|
|
|
|
background: #ffffff;
|
|
|
|
color: #000000;
|
|
|
|
font-family: sinistre;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 17px;
|
|
|
|
text-align: center;
|
|
|
|
width: 190px;
|
|
|
|
height: 50px;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 18px;
|
|
|
|
border: #000000 solid 1px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.bubble1:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 0;
|
|
|
|
z-index: 1;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #ffffff transparent;
|
|
|
|
border-width: 0 20px 20px;
|
|
|
|
top: -20px;
|
|
|
|
left: 76%;
|
|
|
|
margin-left: -20px;
|
|
|
|
}
|
|
|
|
.bubble1:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
z-index: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #000000 transparent;
|
|
|
|
border-width: 0 21px 21px;
|
|
|
|
top: -21.5px;
|
|
|
|
left: 76%;
|
|
|
|
margin-left: -21px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.bubble2{
|
|
|
|
right: 11%;
|
|
|
|
top:35%;
|
|
|
|
position: absolute;
|
|
|
|
background: #ffffff;
|
|
|
|
color: #000000;
|
|
|
|
font-family: sinistre;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 17px;
|
|
|
|
text-align: center;
|
|
|
|
width: 220px;
|
|
|
|
height: 75px;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 18px;
|
|
|
|
border: #000000 solid 1px;
|
|
|
|
}
|
|
|
|
.bubble2:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 0;
|
|
|
|
z-index: 1;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent #ffffff;
|
|
|
|
border-width: 20px 20px 20px 0;
|
|
|
|
top: 34%;
|
|
|
|
left: -20px;
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
.bubble2:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
z-index: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent #000000;
|
|
|
|
border-width: 21px 21px 21px 0;
|
|
|
|
top: 34%;
|
|
|
|
left: -21.5px;
|
|
|
|
margin-top: -21px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.bubble3 {
|
|
|
|
right: 20%;
|
|
|
|
top:53%;
|
|
|
|
position: absolute;
|
|
|
|
background: #ffffff;
|
|
|
|
color: #000000;
|
|
|
|
font-family: sinistre;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 17px;
|
|
|
|
text-align: center;
|
|
|
|
width: 200px;
|
|
|
|
height: 55px;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 18px;
|
|
|
|
border: #000000 solid 1px;
|
|
|
|
}
|
|
|
|
.bubble3:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 0;
|
|
|
|
z-index: 1;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #ffffff transparent;
|
|
|
|
border-width: 0 20px 20px;
|
|
|
|
top: -20px;
|
|
|
|
left: 73%;
|
|
|
|
margin-left: -20px;
|
|
|
|
}
|
|
|
|
.bubble3:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
z-index: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #000000 transparent;
|
|
|
|
border-width: 0 21px 21px;
|
|
|
|
top: -21.5px;
|
|
|
|
left: 73%;
|
|
|
|
margin-left: -21px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.bubble4{
|
|
|
|
right: 8%;
|
|
|
|
top:6%;
|
|
|
|
position: absolute;
|
|
|
|
background: #ffffff;
|
|
|
|
color: #000000;
|
|
|
|
font-family: sinistre;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 17px;
|
|
|
|
text-align: center;
|
|
|
|
width: 190px;
|
|
|
|
height: 90px;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 18px;
|
|
|
|
border: #000000 solid 1px;
|
|
|
|
}
|
|
|
|
.bubble4:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 0;
|
|
|
|
z-index: 1;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent #ffffff;
|
|
|
|
border-width: 20px 20px 20px 0;
|
|
|
|
top: 34%;
|
|
|
|
left: -20px;
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
.bubble4:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
z-index: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent #000000;
|
|
|
|
border-width: 21px 21px 21px 0;
|
|
|
|
top: 34%;
|
|
|
|
left: -21.5px;
|
|
|
|
margin-top: -21px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.bubble5 {
|
|
|
|
right:2%;
|
|
|
|
top:38%;
|
|
|
|
position: absolute;
|
|
|
|
background: #ffffff;
|
|
|
|
color: #000000;
|
|
|
|
font-family: sinistre;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 17px;
|
|
|
|
text-align: center;
|
|
|
|
width: 210px;
|
|
|
|
height: 86px;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 18px;
|
|
|
|
border: #000000 solid 1px;
|
|
|
|
}
|
|
|
|
.bubble5:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 0;
|
|
|
|
z-index: 1;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #ffffff transparent;
|
|
|
|
border-width: 0 20px 20px;
|
|
|
|
top: -20px;
|
|
|
|
left: 24%;
|
|
|
|
margin-left: -20px;
|
|
|
|
}
|
|
|
|
.bubble5:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
z-index: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #000000 transparent;
|
|
|
|
border-width: 0 21px 21px;
|
|
|
|
top: -21.5px;
|
|
|
|
left: 24%;
|
|
|
|
margin-left: -21px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* hide scroll bar */
|
|
|
|
/* width */
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Track */
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Handle */
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Handle on hover */
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
|