MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 65: Line 65:
.portable-infobox .pi-secondary-font {
.portable-infobox .pi-secondary-font {
font-family: 'Pou Font' !important;
font-family: 'Pou Font' !important;
}

/* Cliff Dash roll animation */
.rotating-image {
animation: spin 3s linear infinite;
}

@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
}