diff --git a/.DS_Store b/.DS_Store index a8fb82e..5ea200a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/tree/.DS_Store b/tree/.DS_Store index 9918dca..b9cb79d 100644 Binary files a/tree/.DS_Store and b/tree/.DS_Store differ diff --git a/tree/canteen.css b/tree/canteen.css new file mode 100644 index 0000000..07d6159 --- /dev/null +++ b/tree/canteen.css @@ -0,0 +1,231 @@ + +@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; + + } + svg { + width: 100%; + height: 100%; + position:absolute; + z-index: -10; + + } + + .instructions{ + font-family:jolyregularitalic; + + } + + + +div.text_container { + bottom: 40px; + left:40px; + right:40px; + position:fixed; + margin: auto; + line-height: 1.4em; + +} +.game_bar { + top:40px; + right:80px; + position:fixed; + border-radius: 25vw; + padding-left: 10px; + padding-right: 10px; + 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; +} + +#ned { + bottom: 25%; + left: 15%; + position:absolute ; + z-index: 1; +} + +#player_img { + bottom: 24%; + left: 8%; + position:absolute ; + z-index: 0; +} + + +/* baloons*/ + +.ned_baloon1 { + left: 5%; + bottom: 47%; + position: absolute; + background: #ffffff; + color: #000000; + font-family: sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 285px; + height: 135px; + border-radius: 10px; + padding: 18px; + border: #000000 solid 1px; + z-index:10; +} +.ned_baloon1:after { + content: ''; + position: absolute; + display: block; + width: 0; + z-index: 1; + border-style: solid; + border-color: #ffffff transparent; + border-width: 20px 20px 0; + bottom: -20px; + left: 60%; + margin-left: -20px; +} +.ned_baloon1:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-color: #000000 transparent; + border-width: 21px 21px 0; + bottom: -21.5px; + left: 60%; + margin-left: -21px; + display: block; +} +.ned_baloon2 { + bottom:29%; + left: 28%; + position: absolute; + background: #ffffff; + color: #000000; + font-family: sinistre; + font-size: 16px; + line-height: 17px; + text-align: center; + width: 285px; + height: 85px; + border-radius: 10px; + padding: 18px; + border: #000000 solid 1px; + z-index: 11; +} +.ned_baloon2: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: 50%; + left: -20px; + margin-top: -20px; +} +.ned_baloon2:before { + content: ''; + position: absolute; + width: 0; + z-index: 0; + border-style: solid; + border-color: transparent #000000; + border-width: 21px 21px 21px 0; + top: 50%; + 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; + } \ No newline at end of file diff --git a/tree/canteen.html b/tree/canteen.html new file mode 100644 index 0000000..333c03b --- /dev/null +++ b/tree/canteen.html @@ -0,0 +1,83 @@ + + + + + + looking for + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+
+ You are now in the school canteen. Unluckily the staff is there as well.
+ Click on the corn on the table to take it with you and confront it with what you found at Monteferro's field. +
+ + +
+ + +
+ fluoride: / 5 +
+ + + + + + + + + \ No newline at end of file diff --git a/tree/imgs/.DS_Store b/tree/imgs/.DS_Store index 27a26c3..16f5ada 100644 Binary files a/tree/imgs/.DS_Store and b/tree/imgs/.DS_Store differ diff --git a/tree/imgs/canteen/table.gif b/tree/imgs/canteen/table.gif new file mode 100644 index 0000000..16884a1 Binary files /dev/null and b/tree/imgs/canteen/table.gif differ diff --git a/tree/imgs/monteferro/.DS_Store b/tree/imgs/monteferro/.DS_Store index 6be9de7..9094ae6 100644 Binary files a/tree/imgs/monteferro/.DS_Store and b/tree/imgs/monteferro/.DS_Store differ diff --git a/tree/imgs/monteferro/barn.gif b/tree/imgs/monteferro/barn.gif deleted file mode 100644 index 1ff86e9..0000000 Binary files a/tree/imgs/monteferro/barn.gif and /dev/null differ diff --git a/tree/imgs/monteferro/barn2.png b/tree/imgs/monteferro/barn2.png deleted file mode 100644 index 1b344f8..0000000 Binary files a/tree/imgs/monteferro/barn2.png and /dev/null differ diff --git a/tree/imgs/monteferro/bush.gif b/tree/imgs/monteferro/bush.gif deleted file mode 100644 index 8beb88d..0000000 Binary files a/tree/imgs/monteferro/bush.gif and /dev/null differ diff --git a/tree/imgs/monteferro/farmer.gif b/tree/imgs/monteferro/farmer.gif deleted file mode 100644 index 1c21427..0000000 Binary files a/tree/imgs/monteferro/farmer.gif and /dev/null differ diff --git a/tree/imgs/monteferro/farmer3.png b/tree/imgs/monteferro/farmer3.png deleted file mode 100644 index 9c1a69a..0000000 Binary files a/tree/imgs/monteferro/farmer3.png and /dev/null differ diff --git a/tree/imgs/monteferro/gallina1.gif b/tree/imgs/monteferro/gallina1.gif deleted file mode 100644 index 2f8e835..0000000 Binary files a/tree/imgs/monteferro/gallina1.gif and /dev/null differ diff --git a/tree/imgs/park/.DS_Store b/tree/imgs/park/.DS_Store index 3c8a748..57030c0 100644 Binary files a/tree/imgs/park/.DS_Store and b/tree/imgs/park/.DS_Store differ diff --git a/tree/imgs/park/gardener1.gif b/tree/imgs/park/gardener1.gif deleted file mode 100644 index 90f3a11..0000000 Binary files a/tree/imgs/park/gardener1.gif and /dev/null differ diff --git a/tree/imgs/park/gardener2.gif b/tree/imgs/park/gardener2.gif deleted file mode 100644 index b70182a..0000000 Binary files a/tree/imgs/park/gardener2.gif and /dev/null differ diff --git a/tree/imgs/park/ned.gif b/tree/imgs/park/ned.gif deleted file mode 100644 index 924a4cf..0000000 Binary files a/tree/imgs/park/ned.gif and /dev/null differ diff --git a/tree/imgs/park/newspaper2.gif b/tree/imgs/park/newspaper2.gif deleted file mode 100644 index e1ff19a..0000000 Binary files a/tree/imgs/park/newspaper2.gif and /dev/null differ diff --git a/tree/imgs/park/stand1.gif b/tree/imgs/park/stand1.gif deleted file mode 100644 index 6091418..0000000 Binary files a/tree/imgs/park/stand1.gif and /dev/null differ diff --git a/tree/imgs/park/stand2.gif b/tree/imgs/park/stand2.gif deleted file mode 100644 index 66a8de6..0000000 Binary files a/tree/imgs/park/stand2.gif and /dev/null differ diff --git a/tree/imgs/park/trash_bin.gif b/tree/imgs/park/trash_bin.gif deleted file mode 100644 index 8f27a9d..0000000 Binary files a/tree/imgs/park/trash_bin.gif and /dev/null differ diff --git a/tree/imgs/park/trash_bin.gif.pdf b/tree/imgs/park/trash_bin.gif.pdf deleted file mode 100644 index e690878..0000000 Binary files a/tree/imgs/park/trash_bin.gif.pdf and /dev/null differ diff --git a/tree/monteferro.css b/tree/monteferro.css index c1ac256..868342a 100644 --- a/tree/monteferro.css +++ b/tree/monteferro.css @@ -114,7 +114,7 @@ span.button_text{ #ned { bottom: 26%; - left: 13%; + left: 15%; position:absolute ; z-index: 1; } @@ -278,8 +278,8 @@ img.corn{ display: block; } .ned_baloon2 { - bottom:23%; - left:26%; + bottom:29%; + left: 28%; position: absolute; background: #ffffff; color: #000000; diff --git a/tree/park.css b/tree/park.css index aad1c3e..099af8f 100644 --- a/tree/park.css +++ b/tree/park.css @@ -324,7 +324,7 @@ span.button_text{ } .bubble1 { - bottom: 74%; + bottom: 76%; left: 46%; position: absolute; background: #ffffff; @@ -368,8 +368,8 @@ span.button_text{ } .bubble2 { - bottom: 75%; - left: 68%; + bottom: 73%; + left: 70%; position: absolute; background: #ffffff; color: #000000; @@ -378,7 +378,7 @@ span.button_text{ line-height: 17px; text-align: center; width: 160px; - height: 85px; + height: 100px; border-radius: 10px; padding: 18px; border: #000000 solid 1px; diff --git a/tree/park_walk.css b/tree/park_walk.css index 1d30ecd..be72787 100644 --- a/tree/park_walk.css +++ b/tree/park_walk.css @@ -216,7 +216,7 @@ span.button_text{ bottom: 50%; left: 55%; position: absolute; - z-index:2; + z-index:1; } #flower8{