七日内新公告:全站维护公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:用户 COP/style.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
/*Cop Userbox Style By 朶茜雅*/
.cop_box{
    margin:1px;
    width:260px;
    height:61px;
    position:relative;
    background:transparent;
}   
.mini{
    width:47px !important;
    height:47px !important;
}
.cop_body{
    position:relative; 
    height:100%;
    width:100%;
    padding:15px 30px;
    border-radius: 10px; 
    background-color:#f48f49;
}
.mini .cop_body{
    padding:10px;
    border-radius: 8px; 
    transform:rotate(90deg);
}
.cop_inner{
    position:relative;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.cop_face{
    position:relative;
    width:30px;
    height:25px;
    box-sizing:border-box;
}
.cop_eye{
    width:18px;
    height:6px;
    border-radius:3px;
    background-color:#fff;
    position:absolute;
}
.cop_box:hover .bottom_eye{
    display: none;
}
.cop_box .bottom_eye_2{
    display: none;
}
.cop_box:hover .bottom_eye_2{
    display: block;
}
.mini .text{
    display: none;
}

/* [[Category:在模板名字空间下的CSS页面]] */