From f9ea9480716e53feca80e007d8fc83d897c51262 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 31 Aug 2015 16:58:30 -0400 Subject: [PATCH] psy tag --- contrib/static/site.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index 25b32fa..0c205f7 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -140,6 +140,28 @@ body { color: #de04ef; } +@keyframes psych +{ + 0% {background-color: red; color: blue; } + 10% {background-color: yellow; color: red; } + 20% {background-color: blue; color: green; } + 30% {background-color: green; color: yellow; } + 40% {background-color: red; color: blue; } + 50% {background-color: yellow; color: green; } + 60% {background-color: blue; color: yellow; } + 70% {background-color: green; color: blue; } + 80% {background-color: red; color: green; } + 90% {background-color: yellow; color: red; } + 95% {background-color: blue; color: yellow; } + 100% {background-color: green; color: white; } +} + +.psy > p { + animation: psych 2s linear infinite; + display: inline-block; +} + + .memearrows { color: green; }