Skip to content

Instantly share code, notes, and snippets.

@GwyndolynMarchant
Last active September 8, 2021 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GwyndolynMarchant/b161cd2fafdcc84bbf4cf4dd98a5365e to your computer and use it in GitHub Desktop.
Save GwyndolynMarchant/b161cd2fafdcc84bbf4cf4dd98a5365e to your computer and use it in GitHub Desktop.
Userstyle: Fallen London - Gender Selector

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;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment