Guest User

Untitled

a guest
Dec 12th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. #chat-body
  2. {
  3.   background: none;
  4.   background-color: #0d0d0d;
  5. }
  6.  
  7. .messages
  8. {
  9.   background-color: #1A1A1A    
  10. }
  11. .monologue.catchup-marker
  12. {
  13.   border-color: #444;  
  14. }
  15.  
  16. .messages
  17. {
  18.   border-color: #666;
  19.   color: #666
  20. }
  21.  
  22. .mine .messages, div.message .meta, .monologue .timestamp, .button, .button.disabled, .button.disabled:hover
  23. {
  24.   background: none;
  25.   background-color: #333;
  26.   text-shadow: none;  
  27. }
  28. .mine .messages
  29. {
  30.   color: #aaa;
  31. }
  32. .button:hover, .button:active, .button:focus
  33. {
  34.   background: none;
  35.   background-color: #555;
  36. }
  37.  
  38. .button
  39. {
  40.   color: #AAA
  41. }
  42.  
  43. .tag
  44. {
  45.   background: none;
  46.   background-color: #222;
  47. }
  48.  
  49. #sidebar #info #roomtitle, a.signature
  50. {
  51.   text-shadow: none;
  52.   color: #AAA
  53. }
  54.  
  55. #input, #searchbox
  56. {
  57.   background-color: #222;
  58.   color: #AAA;
  59.   border-color: #666
  60. }
Advertisement
Add Comment
Please, Sign In to add comment