RainbowDashite

4chan highlighting (opt for avatars)

Dec 18th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1. /* In 4chan filter.
  2. /Tw1tpVtsKI4/i;highlight:filterclass;
  3.  
  4. In custom CSS. /*
  5. postertrip:before {
  6. float: right;
  7. clear: none;
  8. margin-bottom: -100px;
  9. margin-left: -100px;
  10. margin-top: -5px;
  11. margin: -5px;
  12. }
  13.  
  14. span[class*="Tw1tpVtsKI4"]:before {
  15. content: url('file:///miles.png');
  16. }
  17.  
  18. /* maybe deprecated */
  19. span[class*="Tw1tpVtsKI4"]:before (
  20. content: url('file:///miles.png');
  21. float: right;
  22. clear: none;
  23. margin-bottom: -100px;
  24. margin-left: -100px;}
  25.  
  26. .quotelink.you {
  27. font-size: 0;
  28. }
  29. .quotelink.you:after {
  30. font-size:8pt;
  31. font-weight:700;
  32. content:"@name";
  33. color:#cc6161;
  34. }
Add Comment
Please, Sign In to add comment