From 23c5ba5553d96fdffe41acd4979711b4dfa5ddf0 Mon Sep 17 00:00:00 2001 From: quad Date: Wed, 23 Dec 2015 16:47:13 +0100 Subject: [PATCH] lol animations --- run.py | 0 static/style.css | 8 ++++++++ 2 files changed, 8 insertions(+) mode change 100644 => 100755 run.py diff --git a/run.py b/run.py old mode 100644 new mode 100755 diff --git a/static/style.css b/static/style.css index f38bc89..31a7b06 100644 --- a/static/style.css +++ b/static/style.css @@ -13,6 +13,11 @@ body { background-color: #2d2d2d; } +@keyframes rise { + from {margin-top: 50px;opacity:0;} + to {margin-top: 0;opacity1;} +} + .page { width: 100%; max-width: 920px; @@ -28,6 +33,7 @@ body { font-weight: 300; margin-bottom: 20px; text-align: center; + animation: rise 1s ease-out; } .links { @@ -42,6 +48,7 @@ body { display: inline-block; padding: 5px; width: 25%; + animation: rise 2s ease-out; } .links li a { @@ -56,6 +63,7 @@ body { .uploadForm { width: 100%; text-align: center; + animation: rise 1.5s ease-out; } .uploadButton {