Recollours some Tumblr pride tags like their flag.
Tumblr tags recollourer. by thegeniusidiotandstickmerchant
Details
Authorthegeniusidiotandstickmerchant
LicenseMIT License
Categorywww.tumblr.com
Created
Updated
Size4.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Feel free to send any requests for modifying a colourscheme/adding new flags/what have you to my Tumblr
Also the colours might be somewhat different than those in the screenshot because I saw them and felt like changing them, because I thought they looked bad.
Recently had an abdate that added in a bunch of new tags.
Source code
/* ==UserStyle==
@name Tumblr tags recollourer.
@version 20241021.15.01
@namespace https://userstyles.world/user/thegeniusidiotandstickmerchant
@description Recollours some Tumblr pride tags like their flag.
@author thegeniusidiotandstickmerchant
@license MIT License
==/UserStyle== */
@-moz-document url-prefix("https://www.tumblr.com/") {
span[aria-label="genderfluid"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #CF8BA2, #C4C4C4, #A241B4, #000, #4C50A9);
}
span[aria-label="aroace"], span[aria-label="aromantic asexual"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #FFFF00, #a4a4a4, #0050DF);
}
span[aria-label="agender"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #000, #a4a4a4, #BBF2AE, #a4a4a4, #000);
}
span[aria-label="omnisexual"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #000, #a4a4a4, #BBF2AE, #a4a4a4, #000);
}
span[aria-label="abrosexual"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #99C8A6, #a4a4a4, #BB6278);
}
span[aria-label="genderqueer"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #BE8EDF, #C9C9C9, #5EA251);
}
span[aria-label="demiboy"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #848484, #99D8E7, #FFF, #99D8E7, #848484);
}
span[aria-label="demigirl"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #848484, #FBAFC9, #FFF, #FBAFC9, #848484);
}
span[aria-label="demigender"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #848484, #F7FA79, #FFF, #F7FA79, #848484);
}
span[aria-label="achillean"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #9BC8DF, #669731);
}
span[aria-label="alloace"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #D80404, #860380);
}
span[aria-label="aplatonic"], span[aria-label="apl"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #4D1D6A, #446FB6, #81B433, #FBFCC6);
}
span[aria-label="arroallo"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #40A644, #FFFF00);
}
span[aria-label="bigender"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #6992D9, #EE7BA9);
}
span[aria-label="enbian"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #261F4F, #AA87DD);
}
span[aria-label="genderflux"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #F47694, #CFCDCD, #3FCEF8, #FEF38E);
}
span[aria-label="maverique"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #FFF344, #F49722);
}
span[aria-label="neutrois"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #329B1F, #000000);
}
span[aria-label="pangender"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #FFEA7E, #FFC5B8, #FFD5F2);
}
span[aria-label="polysexual"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #F61BB9, #07D56C, #07D56C);
}
span[aria-label="pomosexual"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #FFAEC9, #E9CCFE);
}
span[aria-label="sapphic"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #FD8CA9, #CC6DC4, #FEF619);
}
span[aria-label="toric"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #B452CE, #B2E7EC, #7ECF7E);
}
span[aria-label="trixic"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #B452CE, #FFC2CD, #FFBC16);
}
span[aria-label="xenogender"] {
color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, #FF6690, #FFB585, #F7FCAA, #88B2FF, #A217FF);
}
}