Actions

Template

MDPalette

From Sonic Retro

Revision as of 16:03, 18 April 2018 by Black Squirrel (talk | contribs) (Created page with "{{#tag:style| @keyframes colour_change { from { background-color: blue; } to { background-color: red; } } }} {{#vardefine:size|24}} {| style="max-width:{{#expr:{{#var:size}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<style> @keyframes colour_change { from { background-color: blue; } to { background-color: red; } } </style>


Mediawiki blocks <style> tags, so if you want rotating palettes you're going to have to do something clever with common.css (or common.js) -Black Squirrel (talk) 15:03, 18 April 2018 (CDT)