Difference between revisions of "MediaWiki:Common.css"
Wiselowadmin (talk | contribs) |
Wiselowadmin (talk | contribs) |
||
Line 19: | Line 19: | ||
#p-logo a{ | #p-logo a{ | ||
− | animation: logo | + | animation: logo 0.5s infinite ease; |
} | } |
Revision as of 22:23, 6 February 2022
/* CSS placed here will be applied to all skins */ .mediawiki, #mw-page-base{ background: rgb(238,226,181); } #content.mw-body{ background: rgb(249,243,232); } @keyframes logo{ 0% {transform:rotate(0deg) translateY(0px);} 12.5% {transform:rotate(-10deg) translateY(10px);} 25% {transform:rotate(0deg) translateY(0px);} 37.5% {transform:rotate(10deg) translateY(10px);} 50% {transform:rotate(0deg) translateY(0px);} 62.5% {transform:rotate(-10deg) translateY(-10px);} 75% {transform:rotate(0deg) translateY(0px);} 87.5% {transform:rotate(10deg) translateY(-10px);} 100% {transform:rotate(0deg) translateY(0px);} } #p-logo a{ animation: logo 0.5s infinite ease; }