From 463b0b2f0cc8f3571e72e439171c316afe4ecba4 Mon Sep 17 00:00:00 2001 From: *anna* Date: Fri, 4 Jun 2021 10:18:17 +0200 Subject: [PATCH] sky --- .DS_Store | Bin 14340 -> 14340 bytes tree/cat_shelter.html | 4 +- tree/pleiadians_saurians.css | 500 ++++++++++++++++++++++++++++++++++ tree/pleiadians_saurians.html | 237 ++++++++++++++++ 4 files changed, 739 insertions(+), 2 deletions(-) create mode 100644 tree/pleiadians_saurians.css create mode 100644 tree/pleiadians_saurians.html diff --git a/.DS_Store b/.DS_Store index 2ebd59e58036819ab8d1195aa643d99f0c3ffa2b..7b5ee05bb64de1dd0153bacd9759cd48ddbcc376 100644 GIT binary patch delta 70 zcmZoEXerpRRh04M //get player avatar from local storage - /*console.log (localStorage.myavatar) + console.log (localStorage.myavatar) var img = document.createElement("img"); img.src = localStorage.myavatar; var player_img = document.querySelector("#player_img"); - player_img.appendChild(img);*/ + player_img.appendChild(img); //store that you've been in the park diff --git a/tree/pleiadians_saurians.css b/tree/pleiadians_saurians.css new file mode 100644 index 0000000..481d712 --- /dev/null +++ b/tree/pleiadians_saurians.css @@ -0,0 +1,500 @@ + +@font-face { + font-family: sinistre; + src: url(fonts/Sinistre-StCaroline.woff), + url(fonts/Sinistre-StCaroline.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); +} + +.invert{ + filter: invert(100%); +} + + body { + font-family: jolyregular; + font-size: 1.8vw; + overflow-y: hidden; + + } + + .instructions{ + font-family:jolyregularitalic; + + } + span.instructions_arrow{ + padding-left:40px; + font-size: 2.4vw; + font-family:jolybolditalic; +} + + + + ::-moz-selection { /* Code for Firefox */ + background: transparent; + } + ::selection { + background: transparent; + } + +#ground_color { + width: 5100px; + height: 120%; + position:fixed; + margin:-100px; + background-color: white; + z-index:-10; +} + +#ground{ + position:absolute; + height:100%; + width:3500px; +} + +#groundline { + position: fixed; + bottom: 35%; + height:0%; + width: 100%; + border-top: 1px solid; + z-index:-10; +} + + +div.text_container { + bottom: 40px; + 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{ +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; +} + +.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; +} + + + +#player_img { + bottom: 21%; + left: 15%; + position:absolute ; + z-index: 2; + } + +.figure1{ + top:10%; + right: 23%; + position: absolute; + z-index: 2; + cursor: pointer; +} +#planet2{ + top:35%; + right: 52%; + position: absolute; + z-index: 2; +} + +.figure2{ + top:30%; + right: 20%; + position: absolute; + cursor: pointer; + z-index:2; +} +.figure3{ + top:10%; + right: 15%; + position: absolute; + cursor: pointer; +} +.figure4{ + top:20%; + right: 5%; + position: absolute; + cursor: pointer; +} +#planet4{ + top:8%; + left:20%; + position: absolute; + z-index: 2; +} + +#planet6{ + top:35%; + right: 9%; + position: absolute; + z-index: 2; +} +#planet8{ + top:20%; + left: 4%; + position: absolute; + z-index: 2; +} +#planet9{ + top:42%; + right: 26%; + position: absolute; + z-index: 2; +} + +#trail1{ + top:7%; + left: 1%; + position: absolute; + z-index: 3; + cursor: pointer; +} + +#trail2{ + top:20%; + left: 15%; + position: absolute; + z-index: 3; + cursor: pointer; +} +#trail3{ + top:5%; + left: 35%; + position: absolute; + z-index: 3; + cursor: pointer; +} +#trail4{ + top:20%; + left: 48%; + position: absolute; + z-index: 3; + cursor: pointer; +} + + + +/*images*/ + +#tree1 { + bottom:30%; + left: 8%; + position: absolute; + z-index:-1; +} +#tree2 { + bottom:15%; + left: 22%; + position: absolute; + z-index:5; +} +#tree3 { + bottom:30%; + left: 40%; + position: absolute; + z-index:-1; +} +#tree4 { + bottom:15%; + left: 60%; + position: absolute; + z-index:5; +} +#tree5 { + bottom:15%; + left: 80%; + position: absolute; + z-index:5; +} + + +/* amanda baloons*/ + +.bubble1 { + right: 25%; + top:34%; + position: absolute; + background: #ffffff; + color: #000000; + font-family: sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 190px; + height: 50px; + border-radius: 10px; + padding: 18px; + border: #000000 solid 1px; + +} +.bubble1:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 1; + border-style: solid; + border-color: #ffffff transparent; + border-width: 0 20px 20px; + top: -20px; + left: 76%; + margin-left: -20px; +} +.bubble1:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-color: #000000 transparent; + border-width: 0 21px 21px; + top: -21.5px; + left: 76%; + margin-left: -21px; + display: block; +} +.bubble2{ + right: 11%; + top:35%; + position: absolute; + background: #ffffff; + color: #000000; + font-family: sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 220px; + height: 75px; + border-radius: 10px; + padding: 18px; + border: #000000 solid 1px; +} +.bubble2:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 1; + border-style: solid; + border-color: transparent #ffffff; + border-width: 20px 20px 20px 0; + top: 34%; + left: -20px; + margin-top: -20px; +} +.bubble2:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-color: transparent #000000; + border-width: 21px 21px 21px 0; + top: 34%; + left: -21.5px; + margin-top: -21px; + display: block; +} +.bubble3 { + right: 20%; + top:53%; + position: absolute; + background: #ffffff; + color: #000000; + font-family: sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 200px; + height: 55px; + border-radius: 10px; + padding: 18px; + border: #000000 solid 1px; +} +.bubble3:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 1; + border-style: solid; + border-color: #ffffff transparent; + border-width: 0 20px 20px; + top: -20px; + left: 73%; + margin-left: -20px; +} +.bubble3:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-color: #000000 transparent; + border-width: 0 21px 21px; + top: -21.5px; + left: 73%; + margin-left: -21px; + display: block; +} +.bubble4{ + right: 8%; + top:6%; + position: absolute; + background: #ffffff; + color: #000000; + font-family: sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 190px; + height: 90px; + border-radius: 10px; + padding: 18px; + border: #000000 solid 1px; +} +.bubble4:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 1; + border-style: solid; + border-color: transparent #ffffff; + border-width: 20px 20px 20px 0; + top: 34%; + left: -20px; + margin-top: -20px; +} +.bubble4:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-color: transparent #000000; + border-width: 21px 21px 21px 0; + top: 34%; + left: -21.5px; + margin-top: -21px; + display: block; +} +.bubble5 { + right:2%; + top:38%; + position: absolute; + background: #ffffff; + color: #000000; + font-family: sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 210px; + height: 86px; + border-radius: 10px; + padding: 18px; + border: #000000 solid 1px; +} +.bubble5:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 1; + border-style: solid; + border-color: #ffffff transparent; + border-width: 0 20px 20px; + top: -20px; + left: 24%; + margin-left: -20px; +} +.bubble5:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-color: #000000 transparent; + border-width: 0 21px 21px; + top: -21.5px; + left: 24%; + margin-left: -21px; + display: block; +} + + +/* hide scroll bar */ +/* width */ +::-webkit-scrollbar { + color:black; + } + + /* Track */ + ::-webkit-scrollbar-track { + background: black; + } + + /* Handle */ + ::-webkit-scrollbar-thumb { + background: black; + } + + /* Handle on hover */ + ::-webkit-scrollbar-thumb:hover { + background: black; + } + + diff --git a/tree/pleiadians_saurians.html b/tree/pleiadians_saurians.html new file mode 100644 index 0000000..0b47fcf --- /dev/null +++ b/tree/pleiadians_saurians.html @@ -0,0 +1,237 @@ + + + + + + chemtrails + + + + + + +
+ +
+ +
+ +
+ + + + + + + + + + + + +
+ + +
+ + + +
+ + +
+ + + +
+ + +
+ + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ Move with the arrows to follow the trails in the sky. +
+ + +
+ + + + + + + \ No newline at end of file