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.

457 lines
8.1 KiB
CSS

3 years ago
@font-face {
font-family: sinistre;
3 years ago
src: url(fonts/Sinistre-StCaroline.woff),
url(fonts/Sinistre-StCaroline.otf);
3 years ago
}
@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;
}
3 years ago
.back{
position: fixed;
color:#c94dff ;
text-align: center;
font-family: jolyregular;
background-color: white;
top:40%;
bottom:43%;
left:35%;
right:35%;
border: 1px solid #c94dff;
-webkit-box-shadow: 10px 10px 0px 0px #c94dff;
-moz-box-shadow: 10px 10px 0px 0px #c94dff;
box-shadow: 10px 10px 0px 0px #c94dff;
font-size: 0.8em;
padding-top: 1.5em;
z-index: 100;
line-height: 1.5em;
}
.button_back{
font-size: 2.8vh;
-webkit-appearance: none;
background-color:transparent;
border: 1px #c94dff solid;
border-radius: 25em;
color:#c94dff;
cursor:pointer;
font-family: jolybolditalic;
padding-bottom:3px;
}
.button_back:hover{
border: 0.1em transparent solid;
-webkit-box-shadow: 0px 0px 8px 1px #c94dff;
-moz-box-shadow: 0px 0px 8px 1px #c94dff;
box-shadow: 0px 0px 8px 1px #c94dff;
}
3 years ago
.instructions{
font-family:jolyregularitalic;
}
3 years ago
span.instructions_arrow{
3 years ago
padding-left:40px;
font-size: 2.4vw;
font-family:jolybolditalic;
}
::-moz-selection { /* Code for Firefox */
background: transparent;
}
::selection {
background: transparent;
}
#ground_color {
3 years ago
/*width: 3600px;*/
width: 560vh;
3 years ago
height: 120%;
position:fixed;
margin:-100px;
background-color: white;
z-index:-10;
}
#ground{
position:absolute;
height:100%;
3 years ago
/*width:3500px;*/
3 years ago
width: 540vh;
3 years ago
}
#groundline {
position: fixed;
top:130px;
3 years ago
height:0%;
3 years ago
width: 100%;
border-top: 1px solid;
z-index:-10;
}
div.text_container {
3 years ago
bottom: 25px;
3 years ago
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{
3 years ago
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;
3 years ago
box-shadow: 0px 0px 8px 1px black;
3 years ago
box-shadow: 0px 0px 8px 1px black;
3 years ago
}
.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;
}
.duo{
position: absolute;
3 years ago
bottom: 35%;
left: 13%;
3 years ago
width: 200px;
height: 100px;
3 years ago
z-index: 2;
}
.glasses_bar {
top:40px;
right:80px;
position:fixed;
border-radius: 25vw;
padding-left: 10px;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 5px;
font-family: sinistre;
background-color: white;
3 years ago
border: 1px black solid;
3 years ago
border-radius: 25vw;
color:black;
cursor:pointer;
font-size: 1.4vw;
3 years ago
}
.glass_appear{
3 years ago
animation-name: appear;
animation-duration: 0.2s;
}
3 years ago
3 years ago
@keyframes appear {
0% {top: 80px;}
3 years ago
25% {top: 85px;}
3 years ago
50% {top: 80px;}
3 years ago
75% {top: 95px;}
3 years ago
100% {top: 80px;}
}
.glasses_bar:hover{
border: 0.11vw transparent solid;
3 years ago
background-color: transparent;
3 years ago
color:#c94dff;
-webkit-box-shadow: 0px 0px 8px 1px #c94dff ;
-moz-box-shadow: 0px 0px 8px 1px #c94dff ;
box-shadow: 0px 0px 8px 1px #c94dff ;
}
.glasses_bar_black{
border: 0.11vw transparent solid;
color:#c94dff;
background-color: #000000;
-webkit-box-shadow: 0px 0px 8px 1px #c94dff ;
-moz-box-shadow: 0px 0px 8px 1px #c94dff ;
box-shadow: 0px 0px 8px 1px #c94dff ;
3 years ago
}
/*images*/
#tree1 {
3 years ago
bottom:50%;
left: 7%;
3 years ago
position: absolute;
3 years ago
z-index:0;
3 years ago
}
#tree2 {
3 years ago
bottom:25%;
left: 18%;
3 years ago
position: absolute;
z-index:5;
}
#tree3 {
3 years ago
bottom:60%;
left: 35%;
3 years ago
position: absolute;
z-index:-1;
}
#tree4 {
3 years ago
bottom:50%;
left: 50%;
position: absolute;
z-index:1;
}
#tree5 {
3 years ago
bottom:20%;
3 years ago
left: 75%;
3 years ago
position: absolute;
z-index:5;
}
3 years ago
#tree6 {
bottom:55%;
right: 4%;
3 years ago
position: absolute;
3 years ago
z-index:0;
3 years ago
}
3 years ago
#tree7 {
bottom:65%;
right: 27%;
3 years ago
position: absolute;
3 years ago
z-index:0;
3 years ago
}
3 years ago
#fur1 {
bottom:55%;
left: 12%;
3 years ago
position: absolute;
3 years ago
z-index:0;
3 years ago
}
3 years ago
#fur2 {
bottom:72%;
left: 20%;
3 years ago
position: absolute;
3 years ago
z-index:0;
3 years ago
}
3 years ago
#fur3 {
bottom:25%;
left: 23%;
3 years ago
position: absolute;
3 years ago
z-index:5;
3 years ago
}
3 years ago
#fur4 {
bottom:65%;
left: 38%;
3 years ago
position: absolute;
3 years ago
z-index:-2;
}
#fur5 {
bottom:20%;
left: 55%;
position: absolute;
z-index:-2;
}
.house {
top:15%;
right: 8%;
position: absolute;
z-index:-2;
}
.figure5{
bottom:50%;
right: 15%;
position: absolute;
z-index:2;
3 years ago
}
3 years ago
.figure2{
bottom:70%;
right: 21%;
position: absolute;
z-index:-2;
}
.figure1{
bottom:26%;
right: 8%;
position: absolute;
z-index:-2;
}
.figure4{
bottom:35%;
right: 18%;
position: absolute;
z-index:-2;
}
.figure3{
top:32%;
right: 8%;
position: absolute;
z-index:2;
}
.figure6{
bottom:30%;
right: 4%;
position: absolute;
z-index:3;
}
.figure7{
bottom:35%;
right: 12%;
position: absolute;
z-index:-2;
}
.bubble1 {
3 years ago
right: 22%;
3 years ago
bottom:54%;
3 years ago
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 16px;
line-height: 17px;
text-align: center;
3 years ago
width: 180px;
height: 120px;
3 years ago
border-radius: 10px;
padding: 18px;
border: #000000 solid 1px;
3 years ago
cursor: pointer;
3 years ago
}
3 years ago
.bubble1:after {
3 years ago
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-color: #ffffff transparent;
3 years ago
border-width: 20px 20px 0;
bottom: -20px;
left: 66%;
3 years ago
margin-left: -20px;
}
3 years ago
.bubble1:before {
3 years ago
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
border-color: #000000 transparent;
3 years ago
border-width: 21px 21px 0;
bottom: -21.5px;
left: 66%;
3 years ago
margin-left: -21px;
display: block;
}
3 years ago
.bubble2 {
3 years ago
right: 23.5%;
3 years ago
bottom:54%;
3 years ago
position: absolute;
background: #ffffff;
color: #000000;
font-family: sinistre;
font-size: 16px;
line-height: 17px;
text-align: center;
3 years ago
width: 180px;
height: 120px;
3 years ago
border-radius: 10px;
padding: 18px;
border: #000000 solid 1px;
3 years ago
cursor: pointer;
3 years ago
}
3 years ago
.bubble2:after {
3 years ago
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
3 years ago
border-color: #ffffff transparent;
border-width: 20px 20px 0;
bottom: -20px;
left: 66%;
margin-left: -20px;
3 years ago
}
3 years ago
.bubble2:before {
3 years ago
content: '';
position: absolute;
width: 0;
z-index: 0;
border-style: solid;
3 years ago
border-color: #000000 transparent;
border-width: 21px 21px 0;
bottom: -21.5px;
left: 66%;
margin-left: -21px;
3 years ago
display: block;
}
/* hide scroll bar */
/* width */
::-webkit-scrollbar {
3 years ago
color: transparent;
3 years ago
}
/* Track */
::-webkit-scrollbar-track {
3 years ago
background: transparent;
3 years ago
}
/* Handle */
::-webkit-scrollbar-thumb {
3 years ago
background: transparent;
3 years ago
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
3 years ago
background: transparent;
3 years ago
}