Fallen London - Gender Selector
Click here to install.
/* ==UserStyle== | |
@name Fallen London - Gender Selector | |
@namespace shadenexus.com | |
@version 0.0.1 | |
@description Change your gender, not just your outfit! | |
@author Gwyndolyn Marchant | |
==/UserStyle== */ | |
@-moz-document domain("fallenlondon.com") { | |
div.col-secondary.sidebar > div:nth-child(3) > span { | |
display: none; | |
} | |
div.col-secondary.sidebar > div:nth-child(3):before { | |
content: "Gender"; | |
font-family: "Roboto Slab",Georgia,Times,serif; | |
font-weight: 700; | |
margin-bottom: 4px; | |
padding-left: calc(.5rem + 4px); | |
} | |
#a11y-outfit-dropdown + div > span { | |
display: none; | |
} | |
#a11y-outfit-dropdown + div:after { | |
content: "Gender"; | |
font-family: "Roboto Slab",Georgia,Times,serif; | |
font-weight: 700; | |
font-size: 16.8px; | |
} | |
} |