diff --git a/.DS_Store b/.DS_Store index 07f88fb..baf6b36 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/tree/canteen.css b/tree/canteen.css index 9570af8..e27b796 100644 --- a/tree/canteen.css +++ b/tree/canteen.css @@ -72,8 +72,29 @@ div.text_container { position:fixed; margin: auto; line-height: 1.4em; - + /*animation-name:text_bottom ; + animation-duration:1s;*/ } + +div.message1{ + animation-name:text_bottom ; + animation-duration:1s; +} + +/* animation*/ +.animation_bottom { + animation-name:text_bottom ; + animation-duration:1s; +}; + +@keyframes text_bottom { + 0% {bottom: 40px;} + 25% {bottom: 50px;} + 50% {bottom: 40px;} + 75% {bottom: 50px;} + 100% {bottom: 40px;} +} + .game_bar { top:40px; right:80px; @@ -289,11 +310,7 @@ div.figure5 { } -/* hide scroll bar */ -/* width */ -::-webkit-scrollbar { - color:white; - } + /* Track */ ::-webkit-scrollbar-track { diff --git a/tree/canteen.html b/tree/canteen.html index d822879..4266f55 100644 --- a/tree/canteen.html +++ b/tree/canteen.html @@ -10,21 +10,20 @@
- - + -
- +
+ - - + + @@ -66,16 +65,19 @@ You are now in the school canteen. The staff is there as well: your plan might be getting complicated.
Click on the corn cobs on the table to take them with you. -