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.

327 lines
5.2 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;
3 years ago
font-size: 1.8vw;
3 years ago
}
3 years ago
3 years ago
::-moz-selection { /* Code for Firefox */
background: transparent;
}
::selection {
background: transparent;
}
#player_img {
bottom: 35%;
left: 35%;
3 years ago
position:absolute ;
3 years ago
z-index: 20;
}
3 years ago
#ground{
position:relative ;
width:4000px;
}
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;
/*border: 1px solid;*/
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;
border: 0.1vw black solid;
border-radius: 25vw;
color:black;
cursor:pointer;
font-family: jolybolditalic;
}
span.button_text{
font-size: 1.6vw;
padding: 8px;
}
3 years ago
#player_name{
font-family: jolybolditalic;
}
3 years ago
3 years ago
#close_news{
position:fixed;
top:4%;
right:15%;
}
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{
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: 35%;
3 years ago
left: 20%;
position: fixed;
3 years ago
z-index:18;
3 years ago
}
#tree1 {
3 years ago
top:5%;
left: 28%;
3 years ago
position: relative;
3 years ago
}
#tree2 {
3 years ago
bottom:45%;
left: 8%;
3 years ago
position: relative;
3 years ago
z-index:16;
}
#tree3 {
3 years ago
bottom:50%;
left: 55%;
3 years ago
position: fixed;
z-index:2;
}
3 years ago
#newspaperimg {
bottom: 42%;
left: 25%;
3 years ago
position: fixed;
3 years ago
z-index:19;
3 years ago
}
3 years ago
3 years ago
#flower1 {
3 years ago
bottom:75%;
left: 17%;
3 years ago
position: fixed;
}
3 years ago
#flower2{
3 years ago
bottom: 38%;
3 years ago
left: 8%;
3 years ago
position: fixed;
3 years ago
z-index:17;
3 years ago
}
3 years ago
3 years ago
#flower3{
bottom: 80%;
left: 65%;
3 years ago
position: fixed;
z-index:17;
}
3 years ago
#flower4{
bottom: 48%;
left: 48%;
3 years ago
position: fixed;
3 years ago
z-index:17;
3 years ago
}
3 years ago
#flower5{
bottom: 60%;
right: 14%;
3 years ago
position: fixed;
3 years ago
z-index:17;
3 years ago
}
3 years ago
3 years ago
#grass1{
bottom: 30%;
right: 20%;
3 years ago
position: fixed;
3 years ago
z-index:17;
3 years ago
}
3 years ago
#grass2{
bottom: 80%;
left: 2000px;
position: fixed;
z-index:17;
}