?? occhat.css
字號:
/* CSS Document for OCChat V1.0 */
body {
margin:0px;
background-color:#FFFFFF;
}
a {
text-decoration:none;
}
.mainTable {
border-collapse:collapse;
border-color:#E4E4E4;
font-size:12px;
}
.titleTable {
background-color:#A8A8FF;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
cursor:default;
width:220px;
height:22px;
}
.titleTable_User {
text-indent:8px;
}
.ocChat_reciveUser {
font-size:12px;
}
.msgTable_div{
width:100%;
height:133px;
overflow:auto;
border:0px;
text-align:center;
}
.msgTable{
font-size:13px;
width:90%;
word-wrap:break-wrod;
word-break:break-all;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.msgTable font{
font-size:13px;
color:blue;
}
.msgSendTable {
font-size:12px;
text-align:center;
vertical-align:top;
}
.msgSendContent {
width:200px;
height:50px;
overflow-y:auto;
}
.ocChat_alert {
color:#A2A2A2;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -