Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. {
  2. "css": {
  3. "font": [
  4. ],
  5. "import": [
  6. ],
  7. "rule": {
  8. "#chat .message:nth-child(2n+1),#chat .mention:nth-child(2n+1),#chat .skip:nth-child(2n+1),#chat .moderation:nth-child(2n+1),#chat .emote:nth-child(2n+1),#chat .update:nth-child(2n+1),#chat .welcome:nth-child(2n+1)": {
  9. "background-color": "rgba(17, 19, 23, 0.75)"
  10. },
  11. "#chat .emote.from-4573622": {
  12. "border-left": "#ac76ff 3px solid",
  13. "background-color": "rgba(24, 0, 38, 0.9) !important"
  14.  
  15. },
  16. ".emote.from-4573622 .from.staff.clickable": {
  17. "display": "none"
  18. },
  19. ".emote.from-4573622 .icon-chat-manager": {
  20. "display": "none"
  21. },
  22. "#chat .emote.from-4573622 .from": {
  23. "color": "#ac76ff !important"
  24. },
  25. "#chat .emote.from-4573622 .text": {
  26. "font-style": "normal",
  27. "font-weight": "bold",
  28. "color": "#ac76ff"
  29. }
  30. }
  31. },
  32. "images": {
  33. "background": "http://i.imgur.com/chjnH2p.jpg",
  34. "booth": "",
  35. "playback": "http://i.imgur.com/8xFgQmU.png"
  36. },
  37. "rules": {
  38. "allowAutorespond": "false",
  39. "allowAutowoot": "true",
  40. "allowAutojoin": "false"
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement