Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Globe (talk | contribs)
Created page with "CSS placed here will be applied to all skins: @keyframes breathe { 0% { opacity: 0.4; } 100% { opacity: 0.7; } }"
 
Globe (talk | contribs)
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@keyframes breathe {
@keyframes breathe {
  0% { opacity: 0.4; }
  100% { opacity: 0.7; }
}
@-webkit-keyframes breathe {
  0% { opacity: 0.4; }
  100% { opacity: 0.7; }
}
@-moz-keyframes breathe {
   0% { opacity: 0.4; }
   0% { opacity: 0.4; }
   100% { opacity: 0.7; }
   100% { opacity: 0.7; }
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.