Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. body
  2. {
  3. background: rgb(63, 63, 63);
  4. font-family:calibri;
  5. }
  6. #wrapper, #loginform {
  7. margin: 0 auto;
  8. padding-bottom: 25px;
  9. background: #6E6E6E;
  10. width: 504px;
  11. border:none;
  12. color: white;
  13. border-radius: 20px;
  14. }
  15. #chatbox {
  16. text-align: left;
  17. margin: 0 auto;
  18. margin-bottom: 25px;
  19. padding: 10px;
  20. background: rgb(63, 63, 63);
  21. height: 600px;
  22. width: 600px;
  23. border:none;
  24. overflow: auto;
  25. color: rgb(223, 223, 223);
  26. font-family:calibri;
  27. }
  28. a {
  29. color: #FFFFFF;
  30. text-decoration: underline;
  31. }
  32. user agent stylesheetstrong, b
  33. {
  34. font-weight: bold;
  35. color:#F2A71D;
  36. }
  37. #usermsg {
  38. width: 395px;
  39. border: none;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement