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.

253 lines
4.1 KiB
CSS

3 years ago
@font-face {
font-family: sinistre;
src: url(fonts/Sinistre-SCaroline.otf);
}
@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 {
font-family: jolyheavyitalic;
src: url(fonts/JolyDisplay-HeavyDisplayItalic.woff),
url(fonts/JolyDisplay-HeavyDisplayItalic.otf);
}
body {
font-family: jolyregular;
font-size: 2vw;
}
3 years ago
#groundline {
position: fixed;
bottom:0px;
height:75%;
width: 100%;
border-top: 0.15vw solid;
}
3 years ago
3 years ago
.text_container {
3 years ago
bottom: 3%;
left:3%;
right:3%;
position:fixed;
/*border: 1px solid;*/
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 1em;
margin-inline-end: 1em;
}
3 years ago
#player_name{
font-family: jolybolditalic;
}
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.25vw;
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
.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;
}
#arrow_back1, #arrow_back2 {
bottom:2%;
left:2%;
position:absolute;
}
/*baloons */
#baloon1 {
width: 20vw;
height: 4vw;
border:1px solid black;
background:white;
border-radius: 100vw;
font-size: 1vw;
text-align: center;
left: 8%;
top:62%;
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;
right: 8%;
top:55%;
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;
left: 15%;
top:5%;
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%;
top:45%;
position:absolute;
z-index: 50;
}
3 years ago
/*images*/
3 years ago
#player_img {
bottom: 22%;
left: 35%;
position: fixed;
3 years ago
z-index: 20;
3 years ago
}
#bench {
bottom: 30%;
left: 20%;
position: fixed;
3 years ago
z-index:18;
3 years ago
}
#tree1 {
3 years ago
top:17%;
left: 12%;
3 years ago
position: fixed;
}
#tree2 {
bottom:40%;
left: 5%;
position: fixed;
3 years ago
z-index:16;
}
#tree3 {
bottom:45%;
left: 30%;
position: fixed;
z-index:2;
}
#tree4 {
top:8%;
left: 48%;
position: fixed;
z-index:3;
}
#gardener1 {
bottom:57%;
left: 50%;
position: fixed;
z-index:2;
3 years ago
}
#flower1 {
3 years ago
bottom:55%;
left: 25%;
position: fixed;
}
3 years ago
#newspaperimg {
3 years ago
bottom: 38%;
left: 25%;
3 years ago
position: fixed;
3 years ago
z-index:19;
}
3 years ago
3 years ago
#flower2{
bottom: 38%;
left: 7%;
position: fixed;
z-index:17;
}
#fountain {
top:22%;
left: 38%;
position: fixed;
z-index:0;
}
#sun {
top:8%;
left: 10%;
position: fixed;
z-index:-1;
3 years ago
}
3 years ago
#grass {
bottom:15%;
position: fixed;
z-index:-1;
width:100%
}