From: Arthur Date: Wed, 2 Oct 2013 22:01:11 +0000 (-0700) Subject: added blinking inky to templates page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b78991263de3520cda75e773e8fddd6e69a54c8e;p=thirdparty%2Ffoundation%2Ffoundation-emails.git added blinking inky to templates page --- diff --git a/sass/app.scss b/sass/app.scss index c5f27503..0a582519 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -212,7 +212,7 @@ hr { border-style: dashed; } select { width: 110px; margin-left: 10px; } } .how-to-use { position: relative; padding: 30px 0; } -.inky-small { background: url(../images/inky-small.gif); height: 377px; width: 273px; background-size: cover; position: absolute; top: 0; right: -310px; z-index: 2; } +.inky-small { background: url(../images/inky-small.gif); height: 377px; width: 273px; background-size: cover; position: absolute; top: 0; right: -310px; z-index: 2;animation-name: small-inky; -webkit-animation-name: small-inky; animation-duration:9s; -webkit-animation-duration:9s; animation-iteration-count: infinite; -webkit-animation-iteration-count:infinite; } /* downloading */ .main-text { position: relative; } diff --git a/stylesheets/app.css b/stylesheets/app.css index 76372487..2d1483d8 100644 --- a/stylesheets/app.css +++ b/stylesheets/app.css @@ -9820,6 +9820,12 @@ hr { top: 0; right: -310px; z-index: 2; + animation-name: small-inky; + -webkit-animation-name: small-inky; + animation-duration: 9s; + -webkit-animation-duration: 9s; + animation-iteration-count: infinite; + -webkit-animation-iteration-count: infinite; } /* downloading */