Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 17:40, 11 June 2025 by LeicesterLass (talk | contribs) (Related to template for user pages active and inactive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
blink,
.blink {
	animation: 2s linear infinite blink; 
}

@keyframes blink {
	0%   {
	 	visibility: visible; 
		}
	50%  {
	 	visibility: hidden;
		}
	100% {
		visibility: hidden;
		}
	}
/*
Reference:

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blink#CSS_Polyfill
*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.