⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 skin.css

📁 一个基于浏览器的即使通讯实例,采用xhtml+css+javascript架构
💻 CSS
字号:
.page
{
    width: 240px;
    height: 320px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top:0px;
}
.softKey
{
    position: absolute;
    top: 290px;
    width: 60px;
    height: 26px;
}
.leftMenu
{
    left: 5px;
}
.rightMenu
{
    left: 172px;
}
.status
{   
    position:absolute;
    top:2px;
    background-repeat: no-repeat;
}
.account
{
    padding-left: 40px;
    padding-top:5px;
    color: Blue;
}
.nickname
{
    padding-left: 40px;
    color: Red;
}
.groups
{
    position:absolute;
    top:55px; 
    left:4px;  
    height:236px;
    width:227px;
}
.groupBar
{
    padding-left:30px;
    border-style:none;
    background-color: Transparent;
    background-image: url(img/folder_off.png);
    background-repeat: no-repeat;
    text-align:left;
    display:block;
}
.group
{
    display:none;
    width:210px;
    overflow:hidden;
}
.friend
{
    margin-left: 40px;
    display:block;
}
.panel
{
    margin-left:4px;
    height: 40px;
}
.user
{
    margin-top:110px;
}

.label
{
    display: inline-block;
}
.password
{
    margin-left:16px;
}
.options
{
    margin-left:50px;
}
#waitingImg
{
    position: absolute;
    top:0;
    left:0;
    width: 240px;
    height: 320px;
    background-image: url(img/login_waiting.png);
    display: none;
}
.history
{
    position: absolute;
    left: 7px;
    top: 50px;
    width: 226px;
    height: 206px;
    background-color: Transparent;
}
.messageInputBox
{
    position: absolute;
    left: 9px;
    top: 262px;
    width: 222px;
    height: 21px;
    background-color: Transparent;
    color: Black;
}
.logo
{
    width: 240px;
    height: 55px;
}
.form
{
    width: 240px;
    height: 235px;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -