hero0fwar

Reddit Domain Specific Icons

Feb 6th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. /* make your icons 16x16 */
  2. .thing.link a.title[href*="i.imgur.com"], .thing.link a.title[href*="imgur.com"], .thing.link a.title[href*="www.imgur.com"] {
  3. background-image: url(%%imgur%%)
  4. }
  5. .thing.link a.title[href*="deviantart.com"], .thing.link a.title[href*="deviantart.net"] {
  6. background-image: url(%%deviantart%%)
  7. }
  8. .thing.link a.title[href*="qkme.me"], .thing.link a.title[href*="quickmeme.com"], .thing.link a.title[href*="www.quickmeme.com"] {
  9. background-image: url(%%meme%%)
  10. }
  11. .thing.link a.title[href*="memegenerator.net"] {
  12. background-image: url(%%meme2%%)
  13. }
  14. .thing.link a.title[href*="youtube.com"], .thing.link a.title[href*="youtu.be"] {
  15. background-image: url(%%tube%%)
  16. }
  17. .thing.link a.title[href*="flickr.com"] {
  18. background-image: url(%%flickr%%)
  19. }
  20. .thing.link a.title[href*="minus.com"] {
  21. background-image: url(%%minus%%)
  22. }
  23. .thing.link a.title[href*="min.us"] {
  24. background-image: url(%%minus%%)
  25. }
  26. .thing.link a.title[href*="tumblr.com"] {
  27. background-image: url(%%tumblr%%)
  28. }
  29. .thing.self a.title {
  30. background-image: url(%%self%%)
  31. }
Add Comment
Please, Sign In to add comment