Makes all the websites wacky.
Out of Whack by DanielDami
Details
AuthorDanielDami
LicenseNo License
CategoryAll websites.
Created
Updated
Size310 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Outa Whack
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Whacky Website
@author DanielDami
==/UserStyle== */
@-moz-document regexp(".*") {
/* Insert code here... */
* {
transition: 5.6s all ease;
transform: rotate(378deg)
}
}