websocket.css 901 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @CHARSET "UTF-8";
  2. .l-im-message-warn {
  3. font-family: "微软雅黑";
  4. cursor: default;
  5. width: 100%;
  6. padding: 5px 0px 5px 25px;
  7. -webkit-user-select : none;
  8. background: url("../images/information.png") no-repeat 5;
  9. }
  10. .l-im-message {
  11. font-family: "微软雅黑";
  12. cursor: default;
  13. width: 100%;
  14. }
  15. .l-im-message-over {
  16. background-color: rgba(233, 233, 233, 0.5);
  17. }
  18. .l-im-message-selected {
  19. background-color: rgba(250, 218, 90, 0.5);
  20. }
  21. .l-im-message-header {
  22. font-size: 12px;
  23. padding: 5px 0px 5px 10px;
  24. }
  25. .l-im-message-header-self {
  26. color: green;
  27. }
  28. .l-im-message-header-remote {
  29. color: blue;
  30. }
  31. .l-im-message-body {
  32. font-size: 12px;
  33. padding: 2px 0px 2px 20px;
  34. }
  35. .user-win {
  36. background-image: url( ../images/user_win.png )
  37. !important;
  38. }
  39. .user-online {
  40. background-image: url( ../images/group.png )
  41. !important;
  42. }
  43. .user {
  44. background-image: url( ../images/user.gif )
  45. !important;
  46. }