Skip to content

Instantly share code, notes, and snippets.

@Hans5958
Last active May 22, 2021 06:30
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 Hans5958/11b0eb49ff8f3ee75c7245e158e4473d to your computer and use it in GitHub Desktop.
Save Hans5958/11b0eb49ff8f3ee75c7245e158e4473d to your computer and use it in GitHub Desktop.
My custom CSS for The_Donald subreddit.
.access-required {
visibility: visible !important
}
.option.add.login-required.active::after {
visibility: hidden !important
}
.arrow {
display: block !important;
width: 15px !important;
height: 14px !important;
background-image: url(https://www.redditstatic.com/sprite-reddit.9NOuRqwikN8.png) !important;
}
.arrow.up {
background-position: 0px -1676px !important;
}
.arrow.upmod {
background-position: -21px -1676px !important;
}
.link .arrow.upmod:focus {
animation: none !important;
animation-delay: 0s !important;
animation-iteration-count: 1 !important;
-webkit-animation: none !important;
-webkit-animation-delay: 0s !important;
-webkit-animation-iteration-count: 1 !important;
-moz-animation: none !important;
-moz-animation-delay: 0s !important;
-moz-animation-iteration-count: 1 !important;
-o-animation: none !important;
-o-animation-delay: 0s !important;
-o-animation-iteration-count: 1 !important;
-ms-animation: none !important;
-ms-animation-delay: 0s !important;
-ms-animation-iteration-count: 1 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment