Advertisement
MrCheeze

Untitled

Jun 4th, 2016
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /* save stylesheet space by styling these together */
  2. .md a[href^="/"]:after {
  3. content:"";
  4. display:inline-block;
  5. }
  6. /* make ALL EMOTES unclickable */
  7. .md a[href^="/"] {
  8. {
  9. pointer-events: none;
  10. }
  11. /* but still keep usernames & post titles that happen to end with the right thing to make the text formatted clickable */
  12. .md a.title, .md a.author, .md a[href^="/u/"], .md a[href^="/r/"], .md a[href^="/user/"], .md a[href^="//"]
  13.  
  14. {
  15. pointer-events: auto !important;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement