108 lines
2.0 KiB
CSS
108 lines
2.0 KiB
CSS
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
|
||
|
||
body {
|
||
|
||
|
||
}
|
||
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;
|
||
background-color: #FF6600;cursor: hand;padding:1px;height:19px;
|
||
border-top: 1px solid #FF6600;border-right:1px solid #666666;
|
||
border-bottom: 1px solid #666666;border-left: 1px solid #FF6600;
|
||
float:right;
|
||
magin-top:15px;
|
||
}
|
||
.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%;
|
||
height:148;
|
||
background-image: url(../chartroom/images/top.jpg);
|
||
|
||
|
||
}
|
||
.message{max-width:200px;}
|
||
.chatsent{
|
||
padding:15px 0px 5px 50px;
|
||
background-color:#adadad;
|
||
|
||
|
||
}
|
||
.chatsentinput{
|
||
padding:0px 0px 10px 70px;
|
||
}
|
||
.chat{
|
||
padding-top:20px;
|
||
background-color:#f5f5f5;
|
||
overflow:scroll;
|
||
height:500px;
|
||
}
|
||
.list{
|
||
padding:5px;
|
||
background-color:#eae8e7;
|
||
overflow-y:auto;
|
||
overflow-x:auto;
|
||
width:400px;
|
||
height:500px;
|
||
}
|
||
.send{
|
||
margin-left:20px;
|
||
|
||
}
|
||
|