Main public logs
Combined display of all available logs of GigaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:15, 13 December 2025 Doctor Zinger talk contribs created page Template:Seizure.css (Created page with "* { animation-name: spin, depth; animation-timing-function: linear; animation-iteration-count: infinite; animation-duration: 3s; } @keyframes spin { from { transform: rotate(0deg);} to { transform: rotate(360deg);} } @keyframes translate { from{transform:translate(-200px);} to{transform:translate(200px);} } @keyframes depth { 0% { text-shadow: 0 0 black; } 25% { text-shadow: 1px 0 black, 2px 0 black, 3px 0 black, 4px 0 black, 5px 0 black; } 50% { te...")