Advertisement
Guest User

4chan Anonymizer

a guest
Jan 21st, 2013
1,500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.00 KB | None | 0 0
  1. /*
  2.     Pure CSS 4chan Anonymizer, no JavaShit needed!
  3. */
  4. .name,
  5. .postertrip{
  6.     display: none !important;
  7. }
  8. .nameBlock:before{
  9.     content: "Anonymous" !important;
  10. }
  11. .nameBlock{
  12.     color: #117743 !important;
  13.     font-weight: bold !important;
  14.     position: relative !important;
  15. }
  16. .nameBlock:hover{
  17.     cursor: text !important;
  18. }
  19. .tomorrow .nameBlock{
  20.     color: #c5c8c6 !important;
  21. }
  22. .photon .nameBlock{
  23.     color: #004A99 !important;
  24. }
  25. .posteruid{
  26.     font-weight:normal !important;
  27. }
  28. .yotsuba_new .posteruid,
  29. .futaba_new .posteruid{
  30.     color: #800000 !important;
  31. }
  32. .yotsuba_b_new .posteruid,
  33. .burichan_new .posteruid{
  34.     color: #000000 !important;
  35. }
  36. .tomorrow .posteruid{
  37.     color: #c5c8c6 !important;
  38. }
  39. .photon .posteruid{
  40.     color: #333 !important;
  41. }
  42. a[href="mailto:sage"]{
  43.     position: absolute !important;
  44.     left: 0 !important;
  45.     z-index: 1 !important;
  46. }
  47. a[href="mailto:sage"]:before{
  48.     content: "Anonymous" !important;
  49. }
  50. .nameBlock,
  51. .postInfo,
  52. a[href="mailto:sage"]{
  53.     background-color: inherit !important;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement