View source for MediaWiki:Common.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will be applied to all skins */
@font-face {
font-family: "EGA8";
src: url("/w/images/a/ae/Web437_IBM_EGA_8x14.woff") format("woff");
}
.blinking {
animation: 2.5s linear infinite blinking_text;
}
@keyframes blinking_text {
35% {
opacity: 100%;
}
45% {
opacity: 0%;
}
55% {
opacity: 0%;
}
000
1:0
Return to MediaWiki:Common.css.