New Bookmobile Stylings for all of KoL
Kingdom of Loathing: Tilted Tables by danfroese
Details
Authordanfroese
LicenseNo License
Categorykingdomofloathing
Created
Updated
Size441 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 Kingdom of Loathing: Tilted Tables
@namespace github.com/openstyles/stylus
@version 1.0.0
@description New Bookmobile Stylings for the whole kingdom
@author frazazel
==/UserStyle== */
@-moz-document domain("localhost"),
domain("127.0.0.1"),
domain("kingdomofloathing.com") {
table {
transform: rotate(1deg);
}
table table {
transform: rotate(0deg);
}
}