置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

User:BearBin/UserBox/style.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
.bearbin-userbox {
    display: inline-block;
    margin: 1px 6px 2px 0;
    box-shadow: 2px 2px 5px rgba(127, 127, 127, 0.4);
    transition: all .3s !important;
    border-collapse: collapse;
    border-spacing: 0;
}

.bearbin-userbox th {
    box-sizing: border-box;
    height: 60px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    border-right: 1px solid rgba(127, 127, 127, 0.3);
    background-color: rgba(255, 255, 255, 0.6);
    vertical-align: middle;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.bearbin-userbox th>div {
    width: 60px;
    text-align: center;
    line-height: 1.2;
    
}

.bearbin-userbox th>div>img {
    width: 60px;
    height: auto;
}

.bearbin-userbox td {
    box-sizing: border-box;
    width: 200px;
    padding: 0 0.3em;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    line-height: 1.2em;
}

.bearbin-userbox:hover {
    transform: scale(1.05);
}