Skip to content

Instantly share code, notes, and snippets.

@davereid
Last active December 22, 2015 17:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davereid/6504748 to your computer and use it in GitHub Desktop.
Save davereid/6504748 to your computer and use it in GitHub Desktop.
Drupal.org blacklist user style
@-moz-document domain("drupal.org") {
.submitted a[href="/user/422992"]:after, /*IWasBornToWin*/
.submitted a[href="/user/25027"]:after, /*dgtlmoon*/
.submitted a[href="/user/412207"]:after, /*jddeli*/
.submitted a[href="/user/69670"]:after /*zoon_unit*/
{
content: "BLACKLISTED";
background-color: #000000;
color: #ffffff;
font-weight: bold;
padding: 1px 6px 2px;
margin-left: 0.5em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment