diff --git a/tree/final.html b/tree/final.html index 40b4401..07f54be 100644 --- a/tree/final.html +++ b/tree/final.html @@ -94,7 +94,7 @@ This might be a bit of a shock for you (
Maybe, despite everything that you had been through, you realised that you had to enter in a phase of a different kind. You made a step for yourself but what about the others? What can you do with your achievements if they cannot be translated for the outer world? - To survive the impact with it is not an easy task but you decided to come back home and share your journey. + To survive the impact with it is not an easy task.
diff --git a/tree/imgs/avatars/amanda.gif b/tree/imgs/avatars/amanda.gif new file mode 100644 index 0000000..e90f855 Binary files /dev/null and b/tree/imgs/avatars/amanda.gif differ diff --git a/tree/imgs/avatars/ball.gif b/tree/imgs/avatars/ball.gif new file mode 100644 index 0000000..08140bd Binary files /dev/null and b/tree/imgs/avatars/ball.gif differ diff --git a/tree/imgs/avatars/fantasy.gif b/tree/imgs/avatars/fantasy.gif new file mode 100644 index 0000000..89e6ac0 Binary files /dev/null and b/tree/imgs/avatars/fantasy.gif differ diff --git a/tree/imgs/avatars/fiction.gif b/tree/imgs/avatars/fiction.gif new file mode 100644 index 0000000..8c5afe1 Binary files /dev/null and b/tree/imgs/avatars/fiction.gif differ diff --git a/tree/imgs/avatars/fighter1.gif b/tree/imgs/avatars/fighter1.gif new file mode 100644 index 0000000..4ced358 Binary files /dev/null and b/tree/imgs/avatars/fighter1.gif differ diff --git a/tree/imgs/avatars/fire.gif b/tree/imgs/avatars/fire.gif new file mode 100644 index 0000000..f204dd8 Binary files /dev/null and b/tree/imgs/avatars/fire.gif differ diff --git a/tree/imgs/avatars/game.gif b/tree/imgs/avatars/game.gif new file mode 100644 index 0000000..1831ebc Binary files /dev/null and b/tree/imgs/avatars/game.gif differ diff --git a/tree/imgs/avatars/glass.gif b/tree/imgs/avatars/glass.gif new file mode 100644 index 0000000..1bdb079 Binary files /dev/null and b/tree/imgs/avatars/glass.gif differ diff --git a/tree/imgs/avatars/hero.gif b/tree/imgs/avatars/hero.gif new file mode 100644 index 0000000..6986a00 Binary files /dev/null and b/tree/imgs/avatars/hero.gif differ diff --git a/tree/imgs/avatars/hero2.gif b/tree/imgs/avatars/hero2.gif new file mode 100644 index 0000000..4afef37 Binary files /dev/null and b/tree/imgs/avatars/hero2.gif differ diff --git a/tree/imgs/avatars/hero3.gif b/tree/imgs/avatars/hero3.gif new file mode 100644 index 0000000..275742c Binary files /dev/null and b/tree/imgs/avatars/hero3.gif differ diff --git a/tree/imgs/avatars/horse.gif b/tree/imgs/avatars/horse.gif new file mode 100644 index 0000000..47d7b27 Binary files /dev/null and b/tree/imgs/avatars/horse.gif differ diff --git a/tree/imgs/avatars/journey2.gif b/tree/imgs/avatars/journey2.gif new file mode 100644 index 0000000..f897b75 Binary files /dev/null and b/tree/imgs/avatars/journey2.gif differ diff --git a/tree/imgs/avatars/oracle.gif b/tree/imgs/avatars/oracle.gif new file mode 100644 index 0000000..d2c0a84 Binary files /dev/null and b/tree/imgs/avatars/oracle.gif differ diff --git a/tree/imgs/avatars/parrot.gif b/tree/imgs/avatars/parrot.gif new file mode 100644 index 0000000..9fa26d0 Binary files /dev/null and b/tree/imgs/avatars/parrot.gif differ diff --git a/tree/imgs/avatars/rept.gif b/tree/imgs/avatars/rept.gif new file mode 100644 index 0000000..a6ab457 Binary files /dev/null and b/tree/imgs/avatars/rept.gif differ diff --git a/tree/imgs/avatars/sad.gif b/tree/imgs/avatars/sad.gif new file mode 100644 index 0000000..480920e Binary files /dev/null and b/tree/imgs/avatars/sad.gif differ diff --git a/tree/imgs/avatars/sleep.gif b/tree/imgs/avatars/sleep.gif new file mode 100644 index 0000000..9cc88b6 Binary files /dev/null and b/tree/imgs/avatars/sleep.gif differ diff --git a/tree/imgs/avatars/tree.gif b/tree/imgs/avatars/tree.gif new file mode 100644 index 0000000..8fd78a4 Binary files /dev/null and b/tree/imgs/avatars/tree.gif differ diff --git a/tree/imgs/avatars/walk.gif b/tree/imgs/avatars/walk.gif new file mode 100644 index 0000000..936cfb7 Binary files /dev/null and b/tree/imgs/avatars/walk.gif differ diff --git a/tree/index.css b/tree/index.css index 8fea844..bec4d3b 100644 --- a/tree/index.css +++ b/tree/index.css @@ -43,50 +43,10 @@ body{ } -#info_text::-moz-selection { /* Code for Firefox */ - background-color: white; - color:black; - } -#info_text::selection { - background-color: white; - color:black; - } -#info_button{ - left:4%; - position: fixed; - font-size: 4vw; - color:#c94dff ; - z-index: 5; - cursor: pointer; -} - .blur_background { filter: blur(2px); } -#info_text{ - position: fixed; - font-size: 1.5vw; - line-height: initial; - z-index: 10; - color:#c94dff ; - font-family: jolyregular; - background-color: white; - top:20%; - right:20%; - left:20%; - padding: 20px; - border:1px #c94dff solid; - -webkit-box-shadow: 10px 10px 0px 0px #c94dff ; - -moz-box-shadow: 10px 10px 0px 0px #c94dff ; - box-shadow: 10px 10px 0px 0px #c94dff; -} - -a { - color:#c94dff ; -} - - .title{ font-family: jolybolditalic; } @@ -94,6 +54,9 @@ a { span.special1{ font-family: jolybolditalic; } +span.special2{ + font-family: jolyregularitalic; +} form { display: inline; @@ -106,7 +69,7 @@ input#player_name { -webkit-appearance: none; border: 0px transparent solid; border-radius: 25vw; -font-size: 4vw; +font-size: 3.5vw; color: black; font-family: jolybolditalic; text-align: center; @@ -117,24 +80,24 @@ box-shadow: 0px 0px 8px 8px #d166ff; } - button { -webkit-appearance: none; background-color: white; - border: 0.25vw black solid; - border-radius: 25vw; + border: 0.2vw black solid; + border-radius: 20vw; font-family: jolybolditalic; color:black; cursor:pointer; + font-size: 4vw; + padding-bottom:0.5vw; } button:hover { - border: 0.25vw #d166ff solid; - color: #d166ff; + border: 0.2vw #d166ff solid; + color: #d166ff; } span.button_text{ - padding:1.2vw; - font-size: 4.5vw; + padding:1vw; } @@ -142,7 +105,7 @@ div.line { display: inline-block; border-top: 0.3vw solid black; padding-bottom: 20px; - width: 20vw; + width: 15vw; transform: rotate(4deg); } diff --git a/tree/index.html b/tree/index.html index c3095ac..5d12b3a 100644 --- a/tree/index.html +++ b/tree/index.html @@ -9,19 +9,35 @@ - -