Blame view

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