diff --git a/src/main/resources/static/css/animate.css b/src/main/resources/static/css/animate.css index 6fa907b06..2cb0cb6f4 100644 --- a/src/main/resources/static/css/animate.css +++ b/src/main/resources/static/css/animate.css @@ -1,6 +1,6 @@ -/* @charset "UTF-8"; +@charset "UTF-8"; -! +/*! Animate.css - http://daneden.me/animate Licensed under the MIT license @@ -11,14 +11,13 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - +*/ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; - z-index: 100; } .animated.infinite { @@ -98,7 +97,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI animation-name: flash; } -originally authored by Nick Pettit - https://github.com/nickpettit/glide +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { 0% { @@ -379,7 +378,7 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide animation-name: tada; } -originally authored by Nick Pettit - https://github.com/nickpettit/glide +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { 0% { @@ -1177,9 +1176,9 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide @keyframes fadeInRight { 0% { opacity: 0; - -webkit-transform: translateX(40px); - -ms-transform: translateX(40px); - transform: translateX(40px); + -webkit-transform: translateX(20px); + -ms-transform: translateX(20px); + transform: translateX(20px); } 100% { @@ -2636,6 +2635,39 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide animation-name: slideOutUp; } +@-webkit-keyframes slideInUp { + 0% { + -webkit-transform: translateY(2000px); + transform: translateY(2000px); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes slideInUp { + 0% { + -webkit-transform: translateY(2000px); + -ms-transform: translateY(2000px); + transform: translateY(2000px); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + @-webkit-keyframes slideOutDown { 0% { -webkit-transform: translateY(0); @@ -2773,7 +2805,7 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide animation-name: hinge; } -originally authored by Nick Pettit - https://github.com/nickpettit/glide +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { 0% { @@ -2810,7 +2842,7 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide animation-name: rollIn; } -originally authored by Nick Pettit - https://github.com/nickpettit/glide +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { 0% { @@ -2845,5 +2877,4 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide .rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; -} - */ \ No newline at end of file +} \ No newline at end of file diff --git a/src/main/resources/static/img/pay.png b/src/main/resources/static/img/pay.png index b969cf434..7fe26fedf 100644 Binary files a/src/main/resources/static/img/pay.png and b/src/main/resources/static/img/pay.png differ diff --git a/src/main/resources/templates/error/404.html b/src/main/resources/templates/error/404.html index 180584a2f..0191fab77 100644 --- a/src/main/resources/templates/error/404.html +++ b/src/main/resources/templates/error/404.html @@ -1,38 +1,23 @@ -
- -