User:VivaRomania/common.css: Difference between revisions

From TF2 Classified Wiki
Jump to navigation Jump to search
VivaRomania (talk | contribs)
Hopefully this is a fix for the recent changes dropdown arrows going missing
 
VivaRomania (talk | contribs)
m Woah dude I'm tripping the fuck out
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-icon-arrow-collapsed,.mw-collapsible-arrow.mw-collapsible-toggle-collapsed{background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%2372777d%22 d=%22M4 1.533v9.671l4.752-4.871z%22/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:left bottom}
/* woahhhh dude i'm tripping balls, man */
.mw-icon-arrow-expanded,.mw-collapsible-arrow.mw-collapsible-toggle-expanded{background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%2372777d%22 d=%22M1.165 3.624h9.671L5.965 8.376z%22/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:left bottom}
@keyframes trippingthefuckout {
0% {
filter: hue-rotate(0deg);
}
33% {
filter: hue-rotate(120deg);
}
66% {
filter: hue-rotate(240deg);
}
100% {
filter: hue-rotate(360deg);
}
}
 
* {
animation: trippingthefuckout 5s linear infinite;
}

Latest revision as of 01:14, 2 April 2025

/* woahhhh dude i'm tripping balls, man */
@keyframes trippingthefuckout {
	0% {
		filter: hue-rotate(0deg);
	}
	33% {
		filter: hue-rotate(120deg);
	}
	66% {
		filter: hue-rotate(240deg);
	}
	100% {
		filter: hue-rotate(360deg);
	}
}

* {
	animation: trippingthefuckout 5s linear infinite;
}