Main public logs
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Combined display of all available logs of SNCApedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:18, 18 March 2026 Gemmy1488cob talk contribs changed the content model of the page Template:ShakeMove.css from "CSS" to "Sanitized CSS"
- 05:18, 18 March 2026 Gemmy1488cob talk contribs changed the content model of the page Template:ShakeMove.css from "wikitext" to "CSS"
- 05:15, 18 March 2026 Gemmy1488cob talk contribs created page Template:ShakeMove.css (Created page with "@keyframes shake { 0% {left:1px;} 25% {left:1px;top:1px;} 75% {left:-1px;top:1px} 100% {left:1px;} } @keyframes move { 0% {transform:skew(-2deg,1deg);} 50% {transform:skew(2deg,-1deg);} 98% {transform:skew(-2deg,0deg);} 99% {transform:skew(3deg,100deg);} 100% {transform:skew(-2deg,1deg);} } .shake { position:relative; animation-name:shake; animation-duration:0.1s; animation-iteration-count:infinite; } .move { animation-name:move; animation-duration:60s;...")