Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:VivaRomania/common.css: Difference between revisions

From TF2 Classified Wiki
VivaRomania (talk | contribs)
m Let's trytthis since this didn't work
VivaRomania (talk | contribs)
m Woah dude I'm tripping the fuck out
 
(3 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);
}
}


.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") !important;background-repeat:no-repeat;background-position:left bottom}
* {
.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") !important;background-repeat:no-repeat;background-position:left bottom}
animation: trippingthefuckout 5s linear infinite;
}