📄 style.css
字号:
font-weight:bold;
background:#e86d1b;
height:16px;
line-height:16px;
color:#fff;
}
#divBroadcastVideoObject
{
width: 215px;
height: 162px;
background-color:#FFF;
text-align: center;
vertical-align: middle;
}
#divReceiveVideoObject
{
width: 320px;
height: 240px;
background-color:#FFF;
text-align: center;
vertical-align: middle;
}
/*LOGIN BOX*/
table#passwordBox{
margin:0px;
padding:0px 0 0 0;
border: 1px solid #e86d1b;
background:url(right_top.jpg);
}
table#loginBox{
margin:0px;
padding:0px 0 0 0;
border: 1px solid #e86d1b;
background:url(right_top.jpg);
}
table#loading{
margin:0px;
padding:0px 0 0 0;
border: 1px solid #e86d1b;
background:url(right_top.jpg);
}
.AvatarsTable{
margin:0 auto;
}
.AvatarsTable td{
padding:4px;
}
.avatar_selected{
background:#fff;
border:1px solid #e86d1b;
}
.avatar_unselected{
background:transparent;
border:1px solid #f0ebcd;
}
.loginbox-head{
height:20px;
line-height:20px;
text-align:center;
font-weight:bold;
padding:0;
font-size:11px;
font-family:Verdana;
color: #fff;
border-bottom: #e86d1b 1px solid;
background: #e86d1b;
}
.loginbox-content{
padding:6px;
}
.loginbox-label{
width:80px;
line-height:28px;
height:28px;
font-size:11px;
font-family:Verdana;
padding:0 0 0 6px;
}
.loginbox-txt{
font-size:11px;
height:28px;
font-family:Verdana;
padding:0 6px 0 0;
}
.loginbox-txt input{
width:140px;
margin:0 auto;
}
.add-buttons{
padding: 0px 0 4px 0;
text-align: center;
}
/* End LOGIN BOX */
/* Video send-recieve */
.SendVideoTop{
border-top:1px solid #ddd;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}
.SendVideoBtm{
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
width:160px;
height:120px;
}
.RcvVideoTop{
border-top:1px solid #ddd;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}
.RcvVideoBtm{
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
width:320px;
height:240px;
}
.dragtext{
float:left;
text-align:left;
padding:0 0 0 4px;
}
.videoclose{
float:right;
text-align:right;
padding:0 4px 0 4px;
font-size:14px;
line-height:16px;
cursor:pointer;
}
.sendfile{
background:#fff
}
.sendfile_wrap{
margin:auto;
width:400px;
background: #f7f7e8 url(header_back.jpg) repeat-x top ;
}
.sendfile_head{
height:36px;
padding:4px 0 0 20px;
line-height:20px;
}
.sendfile_head h1{
font-size:12px;
padding:0;
margin:0;
}
.sendfile_content{
height:80px;
padding:40px 0 0 20px ;
width:360px;
color:#e86d1b;
line-height:20px;
}
.sendfilebtn{
text-align:center;
width:100%;
background:#e86d1b;
padding:6px 0 6px 0;
}
.separator{
line-height:10px;
height:10px;
font-size:10px;
clear:both;
}
#webcamdetector{
position:absolute;
top:1px;
left:1px;
}
/* Ajax Messanger Header */
#am_header {
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
}
#am_header
{
position:absolute;
width: 100%;
height: 44px;
padding: 0px 0 0 0px;
background: #f7f7e8 url(am_left_headerbgr.jpg) repeat bottom ;
border-bottom:1px solid #c6c6c6;
}
.am_logo{
position:absolute;
top:0;
left:0;
z-index:999;
}
.am_header_right{
position:absolute;
top:0;
right:0;
background:url(am_left_header.jpg) no-repeat top right;
height:44px;
width:206px;
}
/* Ajax Messanger Content */
html > body #am_content-wrap_left
{
padding: 0px 0 0 0px;
overflow: hidden;
}
#am_content-wrap_left{
position:absolute;
top:46px;
left:0;
/*height:expression(document.documentElement.clientHeight - 114 + "px");
/*width:expression(document.documentElement.clientWidth - 156 + "px");*/
/*width:expression(document.documentElement.clientWidth - 217 + "px");*/
border-right:1px solid #c6c6c6;
border-bottom:1px solid #c6c6c6;
}
html > body #am_content-wrap_right
{
padding: 0px 0px;
overflow: hidden;
}
#am_content-wrap_right{
/*height:expression(document.documentElement.clientHeight - 209 + "px");*/
/*width:154px;*/
width:215px;
position:absolute;
right:0;
top:46px;
background:#eeeeee;
}
/* Ajax Messanger Footer */
#am_footer_left {
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#am_footer_left
{
/*width:expression(document.documentElement.clientWidth - 156 + "px");*/
width:expression(document.documentElement.clientWidth - 217 + "px");
height: 67px;
position:absolute;
left:0;
z-index:10;
background:#e6e6e6;
border-right:1px solid #c6c6c6;
}
html > body #am_footer_left
{
position:fixed;
bottom: 0;
height: 67px;
padding: 0px 0px 0 0px;
margin-left:0px;
z-index: 10; /* Prevent certain problems with form controls */
}
#am_footer_right {
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#am_footer_right
{
/*width:154px;*/
width:215px;
height:162px;
position:absolute;
right:0;
z-index:10;
background:#eeeeee;
}
html > body #am_footer_right
{
position:fixed;
bottom: 0;
padding: 0px 0px 0 0px;
margin-left:0px;
z-index: 10; /* Prevent certain problems with form controls */
}
/* Video */
.video
{
/*
width:154px;
height:115px;
*/
width: 215px;
height: 162px;
background:#b3b3b3;
clear:both;
margin:0 0 0px 0;
text-align: center;
vertical-align: middle;
}
.am_userinfo{
width:400px;
margin:0 0 0 10px
}
.label{
font-weight:bold;
line-height:16px;
width:66px;
}
.trays{
width:100%;
background:#e5e5e5;
height:20px;
line-height:20px;
margin:0 0 1px 0;
}
.am_content_text{
width:100%;
border-top:1px solid #e5e5e5;
overflow:auto;
height:100%;
}
/* Ajax Messamger Right Header */
#am_right_wrap{
background: url(am_right_header_bgr.jpg) repeat-x top ;
}
#am_right_header{
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
}
#am_right_header
{
position:absolute;
width: 100%;
height: 91px;
padding: 0px 0 0 0px;
background:url(am_right_header.jpg) no-repeat top right;
border-bottom:1px solid #fff;
}
.am_right_user{
position:absolute;
top:0;
left:0;
height:91px;
}
.am_right_user_left{
float:left;
}
.am_right_user_right{
float:left;
padding:0 0 0 10px;
}
.am_right_user_name{
clear:both;
height:50px;
line-height:50px;
font-size:14px;
font-weight:bold;
color:#333;
}
.am_right_user_status{
clear:both;
height:40px;
}
/* Ajax Messamger Right Content */
html > body #am_right_content
{
padding: 0px 0px;
overflow: hidden;
}
#am_right_content{
/* height:expression(document.documentElement.clientHeight - 126 + "px");*/
width:100%;
position:absolute;
right:0;
top:92px;
background:#f5f5f5 url(am_right_logo.jpg) no-repeat center;
}
.am_right_uotxt{
clear:both;
height:20px;
background:#e5e5e5;
border-bottom:1px solid #fff;
line-height:20px;
color:#333;
font-size:11px;
padding:0 6px 0 0px;
text-align:right
}
.am_right_usersonline{
clear:both;
border-top:1px solid #e4d4d4;
height:100%;
padding:0 0 0 4px;
}
/* Ajax Messamger Right Footer */
#am_right_footer {top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#am_right_footer
{
width: 100%;
height: 44px;
position:absolute;
z-index:10;
background: url(am_right_footer.jpg) repeat-x bottom;
}
html > body #am_right_footer
{
position: fixed;
bottom: 0;
height: 44px;
padding: 0px 0px 0 0px;
margin-left:0px;
z-index: 10; /* Prevent certain problems with form controls */
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -