152 lines
2.6 KiB
CSS
152 lines
2.6 KiB
CSS
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
|
||
|
||
body {
|
||
background: url(../chartroom/images/top.jpg);
|
||
height: 100%;
|
||
width: 100%;
|
||
}
|
||
|
||
td {
|
||
font-size: 9pt; line-height:144%;
|
||
}
|
||
a:hover {
|
||
font-size: 9pt; color: #FF6600;
|
||
}
|
||
a {
|
||
font-size: 9pt; text-decoration: none; color: #777777;
|
||
}
|
||
|
||
.btn_grey {
|
||
font-family: "<22><><EFBFBD><EFBFBD>"; font-size: 9pt;color: #333333;
|
||
background-color: #eeeeee;cursor: hand;padding:1px;height:19px;
|
||
border-top: 1px solid #FFFFFF;border-right:1px solid #666666;
|
||
border-bottom: 1px solid #666666;border-left: 1px solid #FFFFFF;
|
||
}
|
||
.btn_orange {
|
||
font-size: 9pt;color: #FFFFFF;
|
||
float:right;
|
||
margin-top: -17px;
|
||
margin-right: 2px;
|
||
}
|
||
.btn_blank {
|
||
font-family: "<22><><EFBFBD><EFBFBD>"; font-size: 9pt;color: #FFFFFF;
|
||
background-color: #000000;cursor: hand;padding:1px;height:19px;
|
||
border-top: 1px solid #000000;border-right:1px solid #666666;
|
||
border-bottom: 1px solid #666666;border-left: 1px solid #000000;
|
||
}
|
||
.word_dark {
|
||
font-size: 9pt;
|
||
color: #313131;
|
||
}
|
||
.word_login{
|
||
font-size:9pt;
|
||
color:#7E5A03;
|
||
}
|
||
.word_orange {
|
||
font-size: 9pt;
|
||
color: #FF6600;
|
||
}
|
||
.word_white {
|
||
font-size: 9pt;
|
||
color: #FFFFFF;
|
||
}
|
||
.txt_grey {
|
||
font-family: "<22><><EFBFBD><EFBFBD>";
|
||
font-size: 9pt;
|
||
color: #333333;
|
||
border: 1px solid #999999;
|
||
|
||
}
|
||
input {
|
||
font-family: "<22><><EFBFBD><EFBFBD>";
|
||
font-size: 9pt;
|
||
color: #333333;
|
||
border: 1px solid #999999;
|
||
}
|
||
.wenbenkuang {
|
||
font-family: "<22><><EFBFBD><EFBFBD>";
|
||
font-size: 9pt;
|
||
color: #333333;
|
||
border: 1px solid #999999;
|
||
}
|
||
.chatTop{
|
||
max-width:100%;
|
||
margin-top:25px;
|
||
padding-top:25px;
|
||
height:130px;
|
||
background-color:#317cb5;
|
||
|
||
}
|
||
|
||
.chatTopspan{
|
||
color: #fff;
|
||
font-size: 60px;
|
||
}
|
||
|
||
.chatsent{
|
||
padding:25px 0px 5px 0px;
|
||
background-color:#317cb5;
|
||
}
|
||
|
||
.chatsent2{
|
||
display:inline;
|
||
max-width: 50px;
|
||
}
|
||
|
||
.chatsenttable{
|
||
display:inline;
|
||
max-width: 50px;
|
||
margin-bottom: 500px;
|
||
}
|
||
.chatsentinput{
|
||
padding:0px 0px 10px 0px;
|
||
}
|
||
.chat1{
|
||
padding-left:100px;
|
||
padding-right:100px;
|
||
background-color:#317cb5;
|
||
}
|
||
.chat{
|
||
padding-top:20px;
|
||
padding-left:50px;
|
||
background-color:#f5f5f5;
|
||
overflow-y:auto;
|
||
overflow-x:auto;
|
||
height:500px;
|
||
max-width:100%;
|
||
border-radius:10px 10px 10px 10px;
|
||
}
|
||
.list{
|
||
position:fixed;
|
||
margin-left:1170px;
|
||
top:180px;
|
||
padding:5px;
|
||
background-color:#3d87c6;
|
||
overflow-y:auto;
|
||
overflow-x:auto;
|
||
width:120px;
|
||
height:400px;
|
||
border-radius:0px 10px 10px 0px;
|
||
}
|
||
.send{
|
||
margin-left:20px;
|
||
|
||
}
|
||
.tempuser{
|
||
display:none;
|
||
}
|
||
.message{
|
||
width:400px;
|
||
height:100px;
|
||
border-radius:10px 10px 10px 10px;
|
||
}
|
||
.mes{
|
||
background-color:#fff;
|
||
padding:5px 10px 5px 10px;
|
||
display: inline;
|
||
width:400px;
|
||
border-radius:10px 10px 10px 10px;
|
||
}
|
||
.me{
|
||
margin-top:2px;
|
||
} |