diff --git a/themes/maya0x17/static/effects.css b/themes/maya0x17/static/effects.css index e3aeda5..55d3606 100644 --- a/themes/maya0x17/static/effects.css +++ b/themes/maya0x17/static/effects.css @@ -2,7 +2,7 @@ .pulse { border-radius: 50%; cursor: pointer; - box-shadow: 0 0 0 rgba(204,169,44, 0.4); + box-shadow: 0 0 0 rgba(255,255,255, 0); animation: pulse 5s infinite; } .pulse:hover { @@ -13,19 +13,19 @@ 0% { -webkit-box-shadow: 0 0 0 0 rgba(130,130,130,0.4); } - 67% { + 17% { -webkit-box-shadow: 0 0 0 0 rgba(130,130,130,0.4); } - 70% { + 20% { -webkit-box-shadow: 0 0 0 2vw rgba(130,130,130,0.4); } - 73% { + 23% { -webkit-box-shadow: 0 0 0 0 rgba(130,130,130,0.4); } - 76% { + 26% { -webkit-box-shadow: 0 0 0 2vw rgba(130,130,130,0.4); } - 79% { + 29% { -webkit-box-shadow: 0 0 0 0 rgba(130,130,130,0.4); } 100% { @@ -37,23 +37,23 @@ -moz-box-shadow: 0 0 0 0 rgba(130,130,130,0.4); box-shadow: 0 0 0 0 rgba(130,130,130,0.4); } - 67% { + 17% { -moz-box-shadow: 0 0 0 0 rgba(130,130,130,0.4); box-shadow: 0 0 0 0 rgba(130,130,130,0.4); } - 70% { + 20% { -moz-box-shadow: 0 0 0 2vw rgba(130,130,130,0.4); box-shadow: 0 0 0 2vw rgba(130,130,130,0.4); } - 73% { + 23% { -moz-box-shadow: 0 0 0 0 rgba(130,130,130,0.4); box-shadow: 0 0 0 0 rgba(130,130,130,0.4); } - 76% { + 26% { -moz-box-shadow: 0 0 0 2vw rgba(130,130,130,0.4); box-shadow: 0 0 0 2vw rgba(130,130,130,0.4); } - 79% { + 29% { -moz-box-shadow: 0 0 0 0 rgba(130,130,130,0.4); box-shadow: 0 0 0 0 rgba(130,130,130,0.4); }