Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. th
  2. {
  3. font-family: Calibri, Candara, Caveat, Segoe, "Segoe UI", Optima, Arial, Comic-Sans-MS, sans-serif;
  4. }
  5.  
  6. *
  7. {
  8.  
  9. font-size:14px;
  10. font-family: Calibri, Candara, Caveat, Segoe, "Segoe UI", Optima, Arial, Comic-Sans-MS, sans-serif;
  11. }
  12. E:SELECT CONTENT
  13. body.chatbox{
  14. background-color: #1A1A1A;
  15. }
  16.  
  17. .chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
  18. background: #COLOR;
  19. }
  20.  
  21. #chatbox_members .member-title {
  22. background-color: #1A1A1A;
  23. }
  24. body
  25. {
  26. background-position:center;
  27. }
  28. #message.post {
  29. color: #fff !important;
  30. background-color: #000000 !important;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement