MediaWiki:Gadget-clippy.css: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

13 October 2024

  • curprev 02:0802:08, 13 October 2024Alex talk contribs 6,678 bytes +6,678 Created page with "@keyframes spinny { from { transform: rotate(0); } to { transform: rotate(360deg); } } .spinny { animation: 3s spinny linear infinite; animation-play-state: paused; display: inline-block; } .spinny.spinning { animation-play-state: running; } .infobox-monster { position: relative; } →‎Borrowed from https://codepen.io/mdg445/pen/Jxgny: .achievement-banner { box-sizing: border-box; opacity: 0; margin: 0 auto;..."