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

Overview: Difference between revisions

From EVE University Wiki
Aethlyn (talk | contribs)
m Fixes for other browsers
Aethlyn (talk | contribs)
m Hope this works now...
Line 295: Line 295:
{{#css:
{{#css:
@keyframes flashy {  
@keyframes flashy {  
    50% { opacity: 0; }
}
@-webkit-keyframes flashy {
    50% { opacity: 0; }
}
@-moz-keyframes flashy {
    50% { opacity: 0; }
}
@-o-keyframes flashy {
     50% { opacity: 0; }
     50% { opacity: 0; }
}
}