@font-face { font-family: sinistre; src: url(fonts/Sinistre-S†Caroline.woff), url(fonts/Sinistre-S†Caroline.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); } ::-moz-selection { /* Code for Firefox */ background: transparent; } ::selection { background: transparent; } body { font-family: jolyregular; font-size: 1.8vw; } #ground { position: fixed; top: 130px; bottom: 0px; height: inherit; width: 100%; border-top: 0.1vw solid; z-index: -1; } .instructions{ font-family:jolyregularitalic; } div.text_container { bottom: 40px; left:40px; right:40px; position:fixed; margin: auto; line-height: 1.4em; /*animation-name:text_bottom ; animation-duration:1s;*/ } .game_bar { top:40px; right:80px; position:fixed; border-radius: 25vw; padding-left: 10px; padding-right: 10px; padding-bottom: 4px; font-family: sinistre; background-color: white; border: 0.11vw black solid; border-radius: 25vw; color:black; cursor:pointer; font-size: 1.4vw; } button{ -webkit-appearance: none; background-color: white; border: 0.11vw black solid; border-radius: 25vw; color:black; cursor:pointer; font-family: jolybolditalic; } 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; } span.button_text{ font-size: 1.6vw; padding: 8px; } #player_img { top: 50%; left: 8%; position:absolute; } /*figures*/ div.figure1 { top: 25%; left: 40%; position:absolute ; } div.figure2 { top: 23%; left: 65%; position:absolute ; } div.figure3 { top: 25%; left:80%; position:absolute ; cursor:pointer; } div.figure4 { top: 58%; left: 54%; position:absolute ; cursor:pointer; } div.figure5 { top: 20%; left: 10%; position:absolute ; cursor:pointer; } div.figure6 { top: 50%; left: 32%; position:absolute ; cursor:pointer; } div.figure7 { top: 40%; left: 22%; position:absolute ; cursor:pointer; } div.figure8 { top: 50%; left: 75%; position:absolute ; cursor:pointer; } div.figure9 { top: 40%; left: 50%; position:absolute ; cursor:pointer; } /*baloon*/ .bubble { top:40%; left:13%; position: absolute; background: #ffffff; color: #000000; font-family: sinistre; font-size: 16px; text-align: center; width: 40px; height: 18px; border-radius: 10px; padding: 18px; border: #000000 solid 1px; z-index: 0; } .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; } .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; }