You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

839 lines
16 KiB
CSS

3 years ago
3 years ago
@font-face {
font-family: sinistre;
src: url(fonts/Sinistre-SCaroline.woff),
url(fonts/Sinistre-SCaroline.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 {
3 years ago
font-family: jolybold;
src: url(fonts/JolyDisplay-BoldDisplay.woff),
url(fonts/JolyDisplay-BoldDisplay.otf);
3 years ago
}
body {
font-family: jolyregular;
3 years ago
font-size: 1.8vw;
3 years ago
}
3 years ago
3 years ago
.instructions{
font-family:jolyregularitalic
}
body.park_body{
overflow: hidden;
}
3 years ago
::-moz-selection { /* Code for Firefox */
3 years ago
background: transparent;
}
::selection {
background: transparent;
}
#player_img {
3 years ago
bottom: 20%;
3 years ago
left: 15%;
3 years ago
position:absolute ;
3 years ago
z-index: 20;
}
3 years ago
#ground{
position:relative ;
3 years ago
height:90vh;
3 years ago
width:4000px;
3 years ago
3 years ago
}
3 years ago
#groundline {
position: fixed;
bottom:0px;
3 years ago
height:83%;
3 years ago
width: 100%;
3 years ago
border-top: 0.1vw solid;
3 years ago
}
3 years ago
3 years ago
div.text_container {
bottom: 2%;
3 years ago
left:3%;
right:3%;
position:fixed;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 1em;
margin-inline-end: 1em;
}
3 years ago
button{
-webkit-appearance: none;
background-color: white;
3 years ago
border: 0.11vw black solid;
3 years ago
border-radius: 25vw;
color:black;
cursor:pointer;
font-family: jolybolditalic;
}
3 years ago
button:hover{
border: 0.11vw transparent solid;
-webkit-box-shadow: 0px 0px 8px 2px black;
-moz-box-shadow: 0px 0px 8px 2px black;
box-shadow: 0px 0px 8px 2px black;
}
3 years ago
span.button_text{
font-size: 1.6vw;
padding: 8px;
}
3 years ago
#player_name{
font-family: jolybolditalic;
}
3 years ago
3 years ago
.close {
position:relative;
top:25px;
left:80%;
3 years ago
}
3 years ago
3 years ago
#newspaper{
3 years ago
position:fixed;
/* border: solid black 2px;*/
3 years ago
left:20%;
3 years ago
top:10%;
3 years ago
bottom:25%;
right:20%;
font-family: sinistre;
3 years ago
z-index:30;
3 years ago
font-size: 1.1vw;
3 years ago
max-height:80vw;
border: 1px solid black;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
3 years ago
}
3 years ago
.news_title_index{
font-size: 2vw;
font-family: jolyboldItalic;
text-decoration: underline 2px solid;
}
.news_title{
font-size: 1.5vw;
font-family: jolyboldItalic;
}
.news_author{
text-decoration: underline 1px solid;
}
.clues{
3 years ago
text-decoration: underline double 2px #ccb3ff;
3 years ago
}
3 years ago
3 years ago
.left_page{
float:left;
max-width: 50%;
height: 100%;
background: linear-gradient(90deg, white 95%, black 100%);
3 years ago
}
3 years ago
.index, .school1 , .school2, .school3,.school4, .school5 {
padding: 5%;
}
.right_page{
float:right;
max-width: 50%;
height: 100%;
background: linear-gradient(270deg, white 90%,black 100%);
}
#arrow_go1, #arrow_go2 {
bottom:2%;
right:2%;
position:absolute;
3 years ago
cursor: pointer;
font-size: 2.5vw;
font-family:jolybolditalic;
3 years ago
}
#arrow_back1, #arrow_back2 {
bottom:2%;
left:2%;
position:absolute;
3 years ago
cursor: pointer;
font-size: 2.5vw;
font-family:jolybolditalic;
3 years ago
}
/*baloons */
3 years ago
.baloons_all{
z-index:102;
}
.baloons{
3 years ago
font-family:sinistre;
font-size: 3.5vw;
}
3 years ago
#baloon1 {
width: 20vw;
height: 4vw;
border:1px solid black;
background:white;
border-radius: 100vw;
font-size: 1vw;
text-align: center;
3 years ago
left: 15%;
top:5%;
3 years ago
position:absolute;
z-index: 50;
}
#baloon2 {
width: 20vw;
height: 4vw;
border:1px solid black;
background:white;
border-radius: 100vw;
font-size: 1vw;
text-align: center;
3 years ago
right: 10%;
top:61%;
3 years ago
position:absolute;
z-index: 50;
}
#baloon3 {
width: 20vw;
height: 4vw;
border:1px solid black;
background:white;
border-radius: 100vw;
font-size: 1vw;
text-align: center;
3 years ago
left: 10%;
top:60%;
3 years ago
position:absolute;
z-index: 50;
}
#baloon4 {
width: 20vw;
height: 4vw;
border:1px solid black;
background:white;
border-radius: 100vw;
font-size: 1vw;
text-align: center;
right: 8%;
3 years ago
top:52%;
3 years ago
position:absolute;
z-index: 50;
}
3 years ago
/*images*/
3 years ago
#bench {
3 years ago
bottom: 30%;
3 years ago
left: 8%;
3 years ago
position: absolute;
3 years ago
z-index:18;
3 years ago
}
#tree1 {
3 years ago
top:5%;
3 years ago
left: 12%;
3 years ago
position: absolute;
3 years ago
}
#tree2 {
3 years ago
bottom:45%;
3 years ago
left: 3%;
3 years ago
position: absolute;
3 years ago
z-index:16;
}
#tree3 {
3 years ago
bottom:50%;
3 years ago
left: 28%;
3 years ago
position: absolute;
3 years ago
3 years ago
}
3 years ago
#newspaperimg {
3 years ago
bottom: 38%;
left: 9.5%;
3 years ago
position: absolute;
3 years ago
z-index:19;
3 years ago
}
3 years ago
3 years ago
#flower1 {
3 years ago
bottom:75%;
3 years ago
left: 5%;
3 years ago
position: absolute;
3 years ago
}
3 years ago
#flower2{
3 years ago
bottom: 38%;
3 years ago
left: 2%;
3 years ago
position: absolute;
3 years ago
z-index:17;
3 years ago
}
3 years ago
3 years ago
#flower3{
3 years ago
bottom: 30%;
left: 25%;
3 years ago
position: absolute;
3 years ago
z-index:17;
}
3 years ago
#flower4{
bottom: 48%;
3 years ago
left: 20%;
3 years ago
position: absolute;
3 years ago
z-index:17;
3 years ago
}
3 years ago
#flower5{
bottom: 60%;
3 years ago
left: 35%;
3 years ago
position: absolute;
3 years ago
z-index:17;
3 years ago
}
3 years ago
3 years ago
#grass1{
bottom: 30%;
3 years ago
left: 40%;
3 years ago
position: absolute;
3 years ago
z-index:17;
3 years ago
}
3 years ago
#grass2{
3 years ago
bottom: 60%;
3 years ago
left: 45%;
3 years ago
position: absolute;
3 years ago
z-index:17;
}
3 years ago
#statue{
bottom: 70%;
3 years ago
left: 60%;
3 years ago
position: absolute;
z-index:17;
}
#tree4{
bottom: 25%;
3 years ago
left: 70%;
3 years ago
position: absolute;
}
#flower6{
3 years ago
bottom: 65%;
left: 72%;
position: absolute;
}
#flower7{
bottom: 50%;
left: 55%;
3 years ago
position: absolute;
}
3 years ago
#flower8{
bottom: 30%;
left: 95%;
position: absolute;
}
3 years ago
#dog{
3 years ago
bottom: 32%;
left: 50%;
3 years ago
position: absolute;
z-index:17;
}
3 years ago
#tree5{
bottom: 50%;
left: 90%;
position: absolute;
}
/* fries kiosk*/
3 years ago
#kiosk{
3 years ago
bottom: 60%;
left: 20%;
position: absolute;
}
.bubble1 {
bottom: 80%;
left: 13%;
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 1.2vw;
line-height: 3.5vw;
text-align: center;
width: 14vw;
height: 4vw;
border-radius: 13px;
padding: 0px;
border: 1px black solid;
}
.bubble1:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 0 30px 24px 0;
border-color: transparent #ffffff transparent transparent;
bottom: -24px;
left: 83%;
margin-left: -15px;
}
.bubble1:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-width: 0 31px 25px 0;
border-color: transparent #000000 transparent transparent;
bottom: -26px;
left: 83%;
margin-left: -15px;
display: block;
}
.bubble2 {
z-index: 1;
bottom: 75%;
left: 26.5%;
position: absolute;
background: #ffffff;
color: #000000;
font-family:sinistre;
font-size: 1.2vw;
line-height: 1.5vw;
text-align: center;
width: 16vw;
height: 6vw;
border-radius: 13px;
padding: 1vw;
border: #000000 solid 1px;
}
.bubble2:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 2;
border-style: solid;
border-width: 24px 30px 0 0;
border-color: #ffffff transparent transparent transparent;
bottom: -24px;
left: 17%;
margin-left: -15px;
}
.bubble2:before {
content: '';
3 years ago
position: absolute;
3 years ago
width: 0;
z-index: 0;
border-style: solid;
border-width: 25px 31px 0 0;
border-color: #000000 transparent transparent transparent;
bottom: -26px;
left: 17%;
margin-left: -16px;
display: block;
3 years ago
}
3 years ago
/* looking for ned scene*/
#woman{
bottom: 60%;
left: 22%;
position: absolute;
cursor: pointer;
}
#newspaper_seller{
bottom: 55%;
left: 48%;
position: absolute;
cursor: pointer;
}
#sport1{
bottom: 30%;
3 years ago
left: 64%;
3 years ago
position: absolute;
cursor: pointer;
3 years ago
3 years ago
}
#sport2{
bottom: 65%;
left: 63%;
position: absolute;
cursor: pointer;
}
#ned{
bottom: 47%;
left: 86%;
position: absolute;
cursor: pointer;
}
.woman_bubble {
bottom:75%;
left: 24%;
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 1.2vw;
3 years ago
line-height: 25px;
3 years ago
text-align: center;
width: 14vw;
height: 4.2vw;
border-radius: 10px;
padding: 1vw;
border: #000000 solid 1px;
}
.woman_bubble:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 24px 20px 0 0;
border-color: #ffffff transparent transparent transparent;
bottom: -24px;
left: 15%;
margin-left: -10px;
}
.woman_bubble:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-width: 25px 21px 0 0;
border-color: #000000 transparent transparent transparent;
bottom: -26px;
left: 15%;
margin-left: -11px;
display: block;
}
.vendor_bubble {
bottom:75%;
left: 42%;
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 1.2vw;
3 years ago
line-height: 25px;
3 years ago
text-align: center;
width: 14vw;
height: 4.2vw;
border-radius: 10px;
padding: 13px;
border: #000000 solid 1px;
}
.vendor_bubble:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 0 20px 24px 0;
border-color: transparent #ffffff transparent transparent;
bottom: -24px;
left: 76%;
margin-left: -10px;
}
.vendor_bubble:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-width: 0 21px 25px 0;
border-color: transparent #000000 transparent transparent;
bottom: -26px;
left: 76%;
margin-left: -10px;
display: block;
}
3 years ago
.fit2_bubble {
bottom:40%;
left: 64%;
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 1.2vw;
line-height: 2vw;
text-align: center;
width: 3vw;
height: 2.5vw;
border-radius: 10px;
padding: 0px;
border: #000000 solid 1px;
}
.fit2_bubble:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 0 15px 20px 0;
border-color: transparent #ffffff transparent transparent;
bottom: -20px;
left: 70%;
margin-left: -7.5px;
}
.fit2_bubble:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-width: 0 16px 21px 0;
border-color: transparent #000000 transparent transparent;
bottom: -22px;
left: 70%;
margin-left: -7.5px;
display: block;
}
.fit1_bubble {
bottom:75%;
left: 65%;
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 1.2vw;
line-height: 2vw;
text-align: center;
width: 3vw;
height: 2.5vw;
border-radius: 10px;
padding: 0px;
border: #000000 solid 1px;
}
.fit1_bubble:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 20px 15px 0 0;
border-color: #ffffff transparent transparent transparent;
bottom: -20px;
left: 42%;
margin-left: -7.5px;
}
.fit1_bubble:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-width: 21px 16px 0 0;
border-color: #000000 transparent transparent transparent;
bottom: -22px;
left: 42%;
margin-left: -8.5px;
display: block;
}
.ned_bubble1 {
bottom:69%;
left: 81%;
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 1.2vw;
line-height: 25px;
text-align: center;
width: 12vw;
height: 5vw;
border-radius: 10px;
padding: 9px;
border: #000000 solid 1px;
}
.ned_bubble1:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 0 15px 20px 0;
border-color: transparent #ffffff transparent transparent;
bottom: -20px;
left: 85%;
margin-left: -7.5px;
}
.ned_bubble1:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-width: 0 16px 21px 0;
border-color: transparent #000000 transparent transparent;
bottom: -22px;
left: 85%;
margin-left: -7.5px;
display: block;
}
.ned_bubble2 {
bottom:42%;
left: 74%;
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 1.2vw;
text-align: center;
width: 20vw;
height: 11.5vw;
border-radius: 10px;
padding: 14px;
border: #000000 solid 1px;
}
.ned_bubble2:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-color: transparent #ffffff;
border-width: 15px 0 15px 25px;
top: 49%;
right: -25px;
margin-top: -15px;
}
.ned_bubble2:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-color: transparent #000000;
border-width: 16px 0 16px 26px;
top: 49%;
right: -26.5px;
margin-top: -16px;
display: block;
}
.ned_bubble3 {
bottom:15%;
left: 85%;
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 1.2vw;
text-align: center;
width: 20vw;
height: 10vw;
border-radius: 10px;
padding: 14px;
border: #000000 solid 1px;
}
.ned_bubble3:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-color: #ffffff transparent;
border-width: 0 15px 25px;
top: -25px;
left: 14%;
margin-left: -15px;
}
.ned_bubble3:before {
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-color: #000000 transparent;
border-width: 0 16px 26px;
top: -26.5px;
left: 14%;
margin-left: -16px;
display: block;
}
3 years ago
3 years ago
/* hide scroll bar */
/* width */
::-webkit-scrollbar {
color:white;
}
/* Track */
::-webkit-scrollbar-track {
background: white;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: white;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: white;
}