|
|
| (One intermediate revision 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% { |
| .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}
| | filter: hue-rotate(0deg); |
| .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}
| | } |
| | | 33% { |
| @font-face {
| | filter: hue-rotate(120deg); |
| font-family:"TF2C"; | | } |
| src: url("https://wiki.tf2classic.com/misc/TF2C.woff2") format("woff2"), | | 66% { |
| url("https://wiki.tf2classic.com/misc/TF2C.woff") format("woff"),
| | filter: hue-rotate(240deg); |
| url("https://wiki.tf2classic.com/misc/TF2C.ttf") format("truetype"); | | } |
| } | | 100% { |
| | | filter: hue-rotate(360deg); |
| @font-face {
| | } |
| font-family:"TF2C Build";
| |
| src: url("https://wiki.tf2classic.com/misc/TF2CBuild.woff2") format("woff2"),
| |
| url("https://wiki.tf2classic.com/misc/TF2CBuild.woff") format("woff"), | |
| url("https://wiki.tf2classic.com/misc/TF2CBuild.ttf") format("truetype"); | |
| }
| |
| | |
| @font-face {
| |
| font-family:"TF2C Professor";
| |
| src: url("https://wiki.tf2classic.com/misc/TF2CProfessor.woff2") format("woff2"),
| |
| url("https://wiki.tf2classic.com/misc/TF2CProfessor.woff") format("woff"), | |
| url("https://wiki.tf2classic.com/misc/TF2CProfessor.ttf") format("truetype");
| |
| } | | } |
|
| |
|
| @font-face {
| | * { |
| font-family:"TF2C Secondary"; | | animation: trippingthefuckout 5s linear infinite; |
| src: url("https://wiki.tf2classic.com/misc/TF2CSecondary.woff2") format("woff2"),
| |
| url("https://wiki.tf2classic.com/misc/TF2CSecondary.woff") format("woff"),
| |
| url("https://wiki.tf2classic.com/misc/TF2CSecondary.ttf") format("truetype");
| |
| } | | } |