diff --git a/src/parrot.css b/src/parrot.css index c1955fee..ca7a6618 100644 --- a/src/parrot.css +++ b/src/parrot.css @@ -134,6 +134,27 @@ a.button:hover:after { 90% {background-color:#FD5258;} } +@keyframes hdParrot { + 0% {color:#FECE7A;} + 12% {color:#7EFF7A;} + 24% {color:#7EFFFF;} + 36% {color:#7BA3FE;} + 48% {color:#CB70FE;} + 60% {color:#FC49F5;} + 78% {color:#FC4EA7;} + 90% {color:#FD5258;} +} +@-webkit-keyframes hdParrot { + 0% {color:#FECE7A;} + 12% {color:#7EFF7A;} + 24% {color:#7EFFFF;} + 36% {color:#7BA3FE;} + 48% {color:#CB70FE;} + 60% {color:#FC49F5;} + 78% {color:#FC4EA7;} + 90% {color:#FD5258;} +} + a.button-small { border-radius: 5px; background: #444; @@ -286,3 +307,19 @@ div.shirt img { height: 300px; } } + +span.hd { + font-size: 0.2em; + font-weight: bold; + vertical-align: super; + + animation-name: hdParrot; + animation-duration:1s; + animation-direction:alternate; + animation-iteration-count:infinite; + + -webkit-animation-name: hdParrot; + -webkit-animation-duration:1s; + -webkit-animation-direction:alternate; + -webkit-animation-iteration-count:infinite; +} diff --git a/templates/index.html b/templates/index.html index 295a8aa1..87ca5c04 100644 --- a/templates/index.html +++ b/templates/index.html @@ -79,7 +79,7 @@