2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:Leranjun/sandbox/blhx-char.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存
如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码?_=1来访问最新页面。
添加代码后的本页地址如下:-{R|https://moegirl.icu/User:Leranjun/sandbox/blhx-char.css?_=1}-
.blhx-char {
    position: relative;
    width: 1300px;
    height: 750px;
    overflow: hidden;
    margin: 0 auto;
}

.blhx-char .char-skins {
    position: absolute;
    top: 0;
    z-index: 2;
    margin: 0;
    width: 1300px;
    height: 750px;
}

.blhx-char .skin-info {
    position: absolute;
    bottom: 33px;
    right: 0;
    z-index: 4;
}

.blhx-char .skin-info table {
    width: 617px;
    height: 140px;
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    text-align: center;
}

.blhx-char .skin-info td {
    background-color: rgba(0, 0, 0, 0.5);
}

.blhx-char .skin-info td.chibi {
    background-color: transparent;
    width: 170px;
}

.blhx-char .char-name {
    position: absolute;
    top: 30px;
    left: 120px;
    z-index: 3;
    font-size: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 30px 30px;
    padding: 0 10px 0 10px;
}

.blhx-char .char-attr {
    position: absolute;
    top: 32px;
    right: 1px;
    z-index: 3;
    max-width: 617px;
    background-color: rgba(255, 255, 255, 0.5);
    max-height: 563px;
    overflow: auto;
}

.blhx-char .char-attr > table {
    width: 600px;
    text-align: center;
    color: #fff;
}

.blhx-char .char-attr > table td {
    background-color: rgba(0, 0, 0, 0.5);
}

.blhx-char .char-attr > table th {
    color: #000;
    background-color: #b9a7db;
}

.blhx-char .char-attr > table td.skill-icon {
    width: 65px;
}