Advertisement
Guest User

Untitled

a guest
Mar 20th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document domain("2ch.hk") {
  3. body, .boardstats {
  4. background-color: #222;
  5. color: #BBB;
  6. }
  7. textarea, input, .qr-close {
  8. background-color: #CCC;
  9. color: black;
  10. }
  11. .reply, .reply.hiclass, .qr {
  12. background-color: #555;
  13. border: solid 2px #222;
  14. }
  15. .reply.hiclass {
  16. border-color: #999;
  17. }
  18. .qr .qr-header {
  19. background: #555;
  20. border: none;
  21. }
  22. a {
  23. color: #C60
  24. }
  25. body.replypage .reply .reflink::before {
  26. color: #AE0 !important
  27. }
  28. .reflink a {
  29. color: #CCC
  30. }
  31. .post .post-title {
  32. color: inherit
  33. }
  34. }
  35. @-moz-document regexp("https?:\/\/2ch\.hk\/[a-z]*\/catalog\.html") {
  36. .thread_wrap, .thread {
  37. background-color: inherit !important;
  38. border: none
  39. }
  40. .thread_wrap::after {
  41. background: linear-gradient(to bottom, rgba(204,204,204,0) 0%, #222 100%)
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement