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

User:SinonJZH/专题:赛马娘/style.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:SinonJZH/%E4%B8%93%E9%A2%98:%E8%B5%9B%E9%A9%AC%E5%A8%98/style.css?_=1}-
h2 {
    border: none;
    overflow: visible;
    background: linear-gradient(#B0E13E, #6BC30F);
    border-radius: 12px 12px 0 0;
}

.toc .toctitle h2 {
    background: none;
}

h2 .mw-headline {
    font-family: "sans-serif";
    position: relative;
    padding-left: 30px;
    color: white;
}

h2 .mw-headline::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("https://img.moegirl.org.cn/common/6/65/%E8%B5%9B%E9%A9%AC%E5%A8%98_%E9%87%91%E8%B9%84%E9%93%81%E5%9B%BE%E6%A0%87.png");
    position: absolute;
    background-size: 25px;
    background-repeat: no-repeat;
    left: 3px;
    top: 3px;
}

.uma-info {
    float: right;
    background: #f9f9f9;
    border: 1px solid #cccccc;
    width: 40em;
}

@media screen and (max-width: 600px) {
    .uma-info {
        float: none;
        width:100%;
    }
}