Guest User

Untitled

a guest
Dec 12th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.78 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.  
  29. .button:hover, .button:active, .button:focus
  30. {
  31.   background: none;
  32.   background-color: #555;
  33. }
  34.  
  35. .button
  36. {
  37.   color: #AAA
  38. }
  39.  
  40. .tag
  41. {
  42.   background: none;
  43.   background-color: #222;
  44. }
  45.  
  46. #sidebar #info #roomtitle, a.signature
  47. {
  48.   text-shadow: none;
  49.   color: #AAA
  50. }
  51.  
  52. #input, #searchbox
  53. {
  54.   background-color: #222;
  55.   color: #AAA;
  56.   border-color: #666
  57. }
Advertisement
Add Comment
Please, Sign In to add comment