|
|
|
@ -1,29 +1,16 @@ |
|
|
|
|
.chatboxmain { |
|
|
|
|
position: fixed; |
|
|
|
|
width: 225px; |
|
|
|
|
width: auto; |
|
|
|
|
z-index: 9000; |
|
|
|
|
bottom: 0px; |
|
|
|
|
right: 20px; |
|
|
|
|
display: block; |
|
|
|
|
bottom: 0px; |
|
|
|
|
right: 20px; |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
.chatboxheadmain { |
|
|
|
|
color: #ffffff; |
|
|
|
|
border-right:1px solid #222; |
|
|
|
|
border-left:1px solid #222; |
|
|
|
|
background-color: #222; |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222)); |
|
|
|
|
background-image: -moz-linear-gradient(top, #333333, #222222); |
|
|
|
|
background-image: -ms-linear-gradient(top, #333333, #222222); |
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222)); |
|
|
|
|
background-image: -webkit-linear-gradient(top, #333333, #222222); |
|
|
|
|
background-image: -o-linear-gradient(top, #333333, #222222); |
|
|
|
|
background-image: linear-gradient(top, #333333, #222222); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
|
|
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
|
|
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
|
|
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
|
|
|
|
min-height: 34px; |
|
|
|
|
color: #ffffff; |
|
|
|
|
background-color: #000; |
|
|
|
|
min-height: 34px; |
|
|
|
|
padding: 0 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#chatboxtitlemain { |
|
|
|
@ -36,8 +23,7 @@ |
|
|
|
|
.user_status_main { |
|
|
|
|
width:18px; |
|
|
|
|
display:inline; |
|
|
|
|
float:left; |
|
|
|
|
padding: 0px 4px 0px 4px; |
|
|
|
|
float:left; |
|
|
|
|
} |
|
|
|
|
.chatbox { |
|
|
|
|
position: fixed; |
|
|
|
@ -60,13 +46,13 @@ |
|
|
|
|
font-weight: normal; |
|
|
|
|
display: inline-block; |
|
|
|
|
font-size: 10px; |
|
|
|
|
width: 100px; |
|
|
|
|
width: auto; |
|
|
|
|
cursor:pointer; |
|
|
|
|
overflow: hidden; |
|
|
|
|
padding-left: 2px; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
line-height: 10px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
padding-left: 2px; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
line-height: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.chatboxhead { |
|
|
|
|