HowTo:Mess up Uncyclopedia/10
Jump to navigation
Jump to search
We're on our way to insanity. From somewhere I learned the animation technique. Let's use it here. For extra ridiculousness, the font for links will be changed to Wingdings. It looks like this and is full of nonsensical symbols. The alternative font is Webdings, which is also nonsensical.
a, a:visited { animation-name: changingcolor; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: linear; font-family: wingdings, webdings; } @keyframes changingcolor { 0% { color: red; background: aqua; } 16.7% { color: yellow; background: blue; } 33.3% { color: lime; background: fuchsia; } 50% { color: aqua; background: red; } 66.7% { color: blue; background: yellow; } 83.3% { color: fuchsia; background: lime; } 100% { color: red; background: aqua; } }