You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
2.4 KiB
35 lines
2.4 KiB
/*
|
|
DESTOON Copyright (C)2008-2099 www.destoon.com
|
|
This is NOT a freeware,Use is subject to license.txt
|
|
*/
|
|
.chat {padding:10px 0;overflow:auto;background:#EFEFF4;}
|
|
.chat table {margin-top:16px;}
|
|
.chat img {max-width:98%;height:auto;}
|
|
.emoji {width:100%;position:fixed;z-index:10;left:0px;top:48px;background:#FFFFFF;display:none;}
|
|
.emoji div {height:44px;line-height:44px;padding:0 16px;background:#F5F5F6;font-size:16px;}
|
|
.emoji div span {float:right;}
|
|
.emoji table {width:100%;}
|
|
.emoji td {height:44px;text-align:center;}
|
|
.emoji td:hover {background:#F5F5F6;}
|
|
.chat-online-1 {color:#70D672;font-size:20px;}
|
|
.chat-online-0 {color:#CCCCCC;font-size:20px;}
|
|
.chat-more {text-align:center;padding:16px 0 0 0;font-size:12px;}
|
|
.chat-date {text-align:center;padding:16px 0 0 0;font-size:10px;color:#666666;}
|
|
.chat_nick0 {font-size:12px;color:#999999;padding:0 0 6px 0;}
|
|
.chat_nick1 {font-size:12px;color:#999999;padding:0 0 6px 0;text-align:right;}
|
|
|
|
.chat_msg0 {background:#FFFFFF;padding:10px;border-radius:4px;font-size:16px;display:inline-block;}
|
|
.chat_arr0 {width:8px;background:url('img/chat-arr0.png') no-repeat 0 16px;background-size:8px 8px;}
|
|
.chat_arr00 {width:8px;background:url('img/chat-arr0.png') no-repeat 0 32px;background-size:8px 8px;}
|
|
.chat_msg1 {background:#D8E8F9;padding:10px;border-radius:4px;font-size:16px;display:inline-block;float:right;}
|
|
.chat_arr1 {width:8px;background:url('img/chat-arr1.png') no-repeat 0 16px;background-size:8px 8px;}
|
|
.chat_arr11 {width:8px;background:url('img/chat-arr1.png') no-repeat 0 32px;background-size:8px 8px;}
|
|
|
|
.chat-spin {height:300px;background:#FFFFFF url('img/spinner.gif') no-repeat center center;background-size:16px 16px;}
|
|
.chat-word {height:28px;padding:2px 4px;background:#FFFFFF;border-radius:6px;}
|
|
.chat-word input {width:100%;height:28px;line-height:28px;padding:0;font-size:16px;border:none;outline:none;}
|
|
.chat-camera {width:48px;height:48px;background:url('img/chat-camera.png') no-repeat center center;background-size:24px 24px;overflow:hidden;}
|
|
.chat-emoji {width:48px;height:48px;background:url('img/chat-emoji.png') no-repeat center center;background-size:24px 24px;overflow:hidden;}
|
|
.chat-send {width:48px;height:32px;line-height:32px;margin-left:10px;background:#1AAD19;border-radius:6px;text-align:center;color:#FFFFFF;font-size:14px;}
|
|
|
|
.im-msg {padding:160px 48px;text-align:center;color:#999999;background:url('img/bg-im.png') no-repeat center 48px;background-size:64px 64px;}
|