?? layout.css
字號:
/*---聊天室樣式---*/
#outmain{
height: 80%;
font-size: 9pt;
overflow-y: auto;
overflow-x: hidden;
SCROLLBAR-ARROW-COLOR:#FF9900;
SCROLLBAR-FACE-COLOR:#FFF9E1;
SCROLLBAR-DARKSHADOW-COLOR:#FF9900;
SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
SCROLLBAR-3DLIGHT-COLOR:#FF9900;
SCROLLBAR-SHADOW-COLOR:#FFFFFF;
SCROLLBAR-TRACK-COLOR:#FFF9E1;
color: #036;
}
#chatmain{}
#outs{
padding: 3px;
background-color: #FFF9E1;
border: 1px solid #AAA;
clear: both;
word-wrap: break-word;
word-break: break-all;
}
.in{
text-align: center;
}
.names{
border: 1px solid #AAA;
background-color: #F2F2F2;
width: 95px;
margin-top: 5px;
font-size: 9pt;
}
#loadifo {
}
/*效果*/
.btns{
border: 1px solid #AAA; margin:0px;padding:0; vertical-align: text-bottom;
}
.inputs{
font-size: 9pt;
background-image: url(input.png);
background-repeat: no-repeat;
width: 143px;
line-height: 21px;
height: 21px;
padding: 0px;
border: 1px solid #AAA;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.leftarrow,.rightarrow{
background-repeat: no-repeat;
background-position: center center;
cursor:pointer;
background-color: #FFF;
height: 16px;
width: 16px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.leftarrow{
background-image: url(l1.gif);
}
.rightarrow{
background-image: url(r1.gif);
}
.msgs{
color: #666;
line-height: 14px;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -