diff --git a/.DS_Store b/.DS_Store index 2797b69..7ebafe9 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/tree/.DS_Store b/tree/.DS_Store index 4e17c43..f0b0f22 100644 Binary files a/tree/.DS_Store and b/tree/.DS_Store differ diff --git a/tree/cat_shelter.css b/tree/cat_shelter.css new file mode 100644 index 0000000..89abf91 --- /dev/null +++ b/tree/cat_shelter.css @@ -0,0 +1,439 @@ + +@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: jolyregular; + src: url(fonts/JolyDisplay-RegularDisplay.woff), + url(fonts/JolyDisplay-RegularDisplay.otf); +} +@font-face { + font-family: jolyregularitalic; + src: url(fonts/JolyDisplay-RegularDisplayItalic.woff), + url(fonts/JolyDisplay-RegularDisplayItalic.otf); +} + + + body { + font-family: jolyregular; + font-size: 1.8vw; + overflow: 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; + } + +div#player_img { + bottom: 25%; + left: 18%; + position:absolute ; + z-index: 20; + } + + +#groundline { + position: fixed; + top:130px; + height:0%; + width: 100%; + border-top: 1px solid; +} + + +div.text_container { + bottom: 40px; + left:40px; + right:40px; + position:absolute; + margin: auto; + line-height: 1.3em; +} + +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; + +} + +span.button_text{ + font-size: 1.6vw; + padding: 8px; +} + +#player_name{ + font-family: jolybolditalic; +} + + + + + +/*images*/ + + +#tree1 { + top:8%; + left: 40%; + position: absolute; +} + +#lizard { + top:140px; + left: 35%; + position: absolute; + z-index:-1; +} +#tree2 { + bottom:40%; + left: 10%; + position: absolute; + z-index:16; +} +#tree3 { + bottom:24%; + right: 11%; + position: absolute; + z-index:10; +} +#grass1{ + bottom: 19%; + left: 66%; + position: absolute; + z-index:17; +} +#grass2{ + bottom: 70%; + left: 60%; + position: absolute; +} +#house1{ + bottom:25%; + left: 35%; + position: absolute; + cursor: pointer; +} +#house2{ + top:25%; + left: 75%; + position: absolute; + cursor: pointer; +} +#snake{ + top:29%; + left: 76%; + position: absolute; + cursor: pointer; + z-index:-1; +} + +#house3{ + top: 52%; + left: 55%; + position: absolute; + cursor: pointer; + z-index: 1; +} + +#dog{ + top: 52%; + left: 55%; + position: absolute; + cursor: pointer; + z-index: 0; +} +#house4{ + top: 20%; + left: 10%; + position: absolute; + cursor: pointer; +} +#house5{ + top: 30%; + left: 50%; + position: absolute; + cursor: pointer; +} + +#house6{ + top: 30%; + left: 30%; + position: absolute; + cursor: pointer; +} + +#fence1{ + top: 60%; + left: 70%; + position: absolute; +} +#fence2{ + top: 10%; + left: 80%; + position: absolute; +} +#toy{ + top: 43%; + left: 35%; + position: absolute; +} +#fly1{ + top: 40%; + left: 69%; + position: absolute; + z-index:20; +} +#fly2{ + top: 10%; + left: 25%; + position: absolute; + z-index:20; +} +#pat { + bottom:45%; + left: 45%; + position: absolute; +} + +/* bubbles*/ + + +.bubble1 { + bottom: 64%; + left: 33%; + position: absolute; + background: #ffffff; + color: #000000; + font-family: sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 120px; + height: 55px; + border-radius: 10px; + padding: 18px; + border: 1px black solid; + z-index: 10; +} +.bubble1:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 1; + border-style: solid; + border-width: 0 30px 24px 0; + border-color: transparent #ffffff transparent transparent; + bottom: -24px; + left: 83%; + margin-left: -15px; +} +.bubble1:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-width: 0 31px 25px 0; + border-color: transparent #000000 transparent transparent; + bottom: -26px; + left: 83%; + margin-left: -15px; + display: block; +} + +.bubble2 { + bottom: 64%; + left: 50%; + position: absolute; + background: #ffffff; + color: #000000; + font-family:sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 160px; + height: 35px; + border-radius: 10px; + padding: 18px; + border: #000000 solid 1px; + z-index: 10; + cursor:pointer; +} +.bubble2:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 2; + border-style: solid; + border-width: 24px 30px 0 0; + border-color: #ffffff transparent transparent transparent; + bottom: -24px; + left: 17%; + margin-left: -15px; +} +.bubble2:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-width: 25px 31px 0 0; + border-color: #000000 transparent transparent transparent; + bottom: -26px; + left: 17%; + margin-left: -16px; + display: block; +} + +.bubble3 { + bottom: 65%; + left: 30%; + position: absolute; + background: #ffffff; + color: #000000; + font-family: sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 190px; + height: 120px; + border-radius: 10px; + padding: 18px; + border: 1px black solid; + z-index: 10; +} +.bubble3:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 1; + border-style: solid; + border-width: 0 30px 24px 0; + border-color: transparent #ffffff transparent transparent; + bottom: -24px; + left: 83%; + margin-left: -15px; +} +.bubble3:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-width: 0 31px 25px 0; + border-color: transparent #000000 transparent transparent; + bottom: -26px; + left: 83%; + margin-left: -15px; + display: block; +} +.bubble4 { + bottom: 64%; + left: 50%; + position: absolute; + background: #ffffff; + color: #000000; + font-family:sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 160px; + height: 35px; + border-radius: 10px; + padding: 18px; + border: #000000 solid 1px; + z-index: 10; +} +.bubble4:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 2; + border-style: solid; + border-width: 24px 30px 0 0; + border-color: #ffffff transparent transparent transparent; + bottom: -24px; + left: 17%; + margin-left: -15px; +} +.bubble4:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-width: 25px 31px 0 0; + border-color: #000000 transparent transparent transparent; + bottom: -26px; + left: 17%; + margin-left: -16px; + display: block; +} + +@keyframes touch { +0% {transform: rotate(0deg);} +50% {transform: rotate(-10deg);} +100% {transform: rotate(0deg);} +} + +.touch_animation{ + animation-name: touch; + animation-duration: 0.2s; +} + +/* hide scroll bar */ +/* width */ +::-webkit-scrollbar { + color:white; + } + + /* Track */ + ::-webkit-scrollbar-track { + background: white; + } + + /* Handle */ + ::-webkit-scrollbar-thumb { + background: white; + } + + /* Handle on hover */ + ::-webkit-scrollbar-thumb:hover { + background: white; + } \ No newline at end of file diff --git a/tree/cat_shelter.html b/tree/cat_shelter.html index e69de29..471a5a0 100644 --- a/tree/cat_shelter.html +++ b/tree/cat_shelter.html @@ -0,0 +1,182 @@ + + + + + + cat shelter + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+ + +
+
+ You are at the cat shelter: it looks so empty. What could have happened here?
+ Look closer to see if there are any tracks of Amanda +
+ + +
+ + + + + + + + + + \ No newline at end of file diff --git a/tree/imgs/.DS_Store b/tree/imgs/.DS_Store index 3714949..7cc2ddb 100644 Binary files a/tree/imgs/.DS_Store and b/tree/imgs/.DS_Store differ diff --git a/tree/imgs/cat_shelter/.DS_Store b/tree/imgs/cat_shelter/.DS_Store new file mode 100644 index 0000000..b3acc6c Binary files /dev/null and b/tree/imgs/cat_shelter/.DS_Store differ diff --git a/tree/imgs/cat_shelter/butterfly.gif b/tree/imgs/cat_shelter/butterfly.gif new file mode 100644 index 0000000..6a58c92 Binary files /dev/null and b/tree/imgs/cat_shelter/butterfly.gif differ diff --git a/tree/imgs/cat_shelter/cat.gif b/tree/imgs/cat_shelter/cat.gif new file mode 100644 index 0000000..ea8ebd8 Binary files /dev/null and b/tree/imgs/cat_shelter/cat.gif differ diff --git a/tree/imgs/cat_shelter/dog1.gif b/tree/imgs/cat_shelter/dog1.gif new file mode 100644 index 0000000..9f772ee Binary files /dev/null and b/tree/imgs/cat_shelter/dog1.gif differ diff --git a/tree/imgs/cat_shelter/dog2.gif b/tree/imgs/cat_shelter/dog2.gif new file mode 100644 index 0000000..90d7270 Binary files /dev/null and b/tree/imgs/cat_shelter/dog2.gif differ diff --git a/tree/imgs/cat_shelter/fence1.gif b/tree/imgs/cat_shelter/fence1.gif new file mode 100644 index 0000000..db60c46 Binary files /dev/null and b/tree/imgs/cat_shelter/fence1.gif differ diff --git a/tree/imgs/cat_shelter/fence2.gif b/tree/imgs/cat_shelter/fence2.gif new file mode 100644 index 0000000..3686c83 Binary files /dev/null and b/tree/imgs/cat_shelter/fence2.gif differ diff --git a/tree/imgs/cat_shelter/fountain.gif b/tree/imgs/cat_shelter/fountain.gif new file mode 100644 index 0000000..f9c987f Binary files /dev/null and b/tree/imgs/cat_shelter/fountain.gif differ diff --git a/tree/imgs/cat_shelter/grass.gif b/tree/imgs/cat_shelter/grass.gif new file mode 100644 index 0000000..958e94d Binary files /dev/null and b/tree/imgs/cat_shelter/grass.gif differ diff --git a/tree/imgs/cat_shelter/kennel1.png b/tree/imgs/cat_shelter/kennel1.png new file mode 100644 index 0000000..405bc4e Binary files /dev/null and b/tree/imgs/cat_shelter/kennel1.png differ diff --git a/tree/imgs/cat_shelter/kennel2.gif b/tree/imgs/cat_shelter/kennel2.gif new file mode 100644 index 0000000..2795ff8 Binary files /dev/null and b/tree/imgs/cat_shelter/kennel2.gif differ diff --git a/tree/imgs/cat_shelter/kennel3.png b/tree/imgs/cat_shelter/kennel3.png new file mode 100644 index 0000000..5fb155c Binary files /dev/null and b/tree/imgs/cat_shelter/kennel3.png differ diff --git a/tree/imgs/cat_shelter/kennel4.png b/tree/imgs/cat_shelter/kennel4.png new file mode 100644 index 0000000..4bb2709 Binary files /dev/null and b/tree/imgs/cat_shelter/kennel4.png differ diff --git a/tree/imgs/cat_shelter/kennel5.png b/tree/imgs/cat_shelter/kennel5.png new file mode 100644 index 0000000..ec5021a Binary files /dev/null and b/tree/imgs/cat_shelter/kennel5.png differ diff --git a/tree/imgs/cat_shelter/kennel6.png b/tree/imgs/cat_shelter/kennel6.png new file mode 100644 index 0000000..1f42e37 Binary files /dev/null and b/tree/imgs/cat_shelter/kennel6.png differ diff --git a/tree/imgs/cat_shelter/lizard.gif b/tree/imgs/cat_shelter/lizard.gif new file mode 100644 index 0000000..69bd6e3 Binary files /dev/null and b/tree/imgs/cat_shelter/lizard.gif differ diff --git a/tree/imgs/cat_shelter/parrot.gif b/tree/imgs/cat_shelter/parrot.gif new file mode 100644 index 0000000..9fa26d0 Binary files /dev/null and b/tree/imgs/cat_shelter/parrot.gif differ diff --git a/tree/imgs/cat_shelter/rooster.gif b/tree/imgs/cat_shelter/rooster.gif new file mode 100644 index 0000000..7da514b Binary files /dev/null and b/tree/imgs/cat_shelter/rooster.gif differ diff --git a/tree/imgs/cat_shelter/shed.gif b/tree/imgs/cat_shelter/shed.gif new file mode 100644 index 0000000..767c694 Binary files /dev/null and b/tree/imgs/cat_shelter/shed.gif differ diff --git a/tree/imgs/cat_shelter/snake.gif b/tree/imgs/cat_shelter/snake.gif new file mode 100644 index 0000000..8794b10 Binary files /dev/null and b/tree/imgs/cat_shelter/snake.gif differ diff --git a/tree/imgs/cat_shelter/toy.gif b/tree/imgs/cat_shelter/toy.gif new file mode 100644 index 0000000..a17a27d Binary files /dev/null and b/tree/imgs/cat_shelter/toy.gif differ diff --git a/tree/imgs/cat_shelter/tree.gif b/tree/imgs/cat_shelter/tree.gif new file mode 100644 index 0000000..8fd78a4 Binary files /dev/null and b/tree/imgs/cat_shelter/tree.gif differ diff --git a/tree/imgs/cat_shelter/tunnel.png b/tree/imgs/cat_shelter/tunnel.png new file mode 100644 index 0000000..3628133 Binary files /dev/null and b/tree/imgs/cat_shelter/tunnel.png differ diff --git a/tree/imgs/cat_shelter/wool.gif b/tree/imgs/cat_shelter/wool.gif new file mode 100644 index 0000000..6e0f602 Binary files /dev/null and b/tree/imgs/cat_shelter/wool.gif differ diff --git a/tree/major_house.css b/tree/major_house.css new file mode 100644 index 0000000..3ff47c5 --- /dev/null +++ b/tree/major_house.css @@ -0,0 +1,362 @@ + +@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); +} + +.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; + top:130px; + 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; +} + + +.duo{ + position: absolute; + bottom: 25%; + left: 5%; + width: 200px; + height: 100px; +} + + +/*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; +} + + + +/* 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; +} + + +/* hide scroll bar */ +/* width */ +::-webkit-scrollbar { + color:white; + } + + /* Track */ + ::-webkit-scrollbar-track { + background: white; + } + + /* Handle */ + ::-webkit-scrollbar-thumb { + background: white; + } + + /* Handle on hover */ + ::-webkit-scrollbar-thumb:hover { + background: white; + } + + diff --git a/tree/major_house.html b/tree/major_house.html new file mode 100644 index 0000000..0231a03 --- /dev/null +++ b/tree/major_house.html @@ -0,0 +1,138 @@ + + + + + + chemtrails + + + + + + +
+ +
+ + + + +
+
+ + +
+ + + + + + + + + + + + + + + +
+ +
+ +
+ + +
+ + + + + + + + + \ No newline at end of file