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

User:Leranjun/archive/mooncake-ad-light.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/archive/mooncake-ad-light.css?_=1}-
.mgpmc-ad-root {
    font-size: 2.5vmin;
    background: white;
    color: #1d1d1f;
    padding-top: 1.5em;
    text-align: center;
}

.mgpmc-ad-root a,
.mw-customtoggle-mgpmc-ad {
    color: green;
}

.mgpmc-ad-root .in-page-edit-article-link-group,
.mgpmc-ad-root .Wikiplus-Edit-EveryWhereBtn {
    display: none;
}

.mgpmc-left {
    text-align: left;
}

.mgpmc-heading {
    font-size: 3em;
    font-weight: 600;
}

.mgpmc-tagline {
    font-size: 1.25em;
}

.mgpmc-small {
    font-size: 0.6em;
}

.mgpmc-emph {
    font-size: 1.5em;
    font-weight: 600;
}

.mgpmc-fullimg {
    text-align: center;
}
.mgpmc-fullimg > img {
    width: 100%;
}

.mgpmc-horizontal {
    margin-top: 2em;
}
.mgpmc-horizontal > * {
    margin: 0 0.5em;
    display: inline-block;
}

#mw-customcollapsible-mgpmc-ad {
    padding: 1.5em;
}

.mgpmc-section {
    margin-top: 6em;
}

.mgpmc-hero-image {
    margin: 3em;
}
.mgpmc-hero-image > img {
    width: 12em;
}

.mgpmc-flex {
    display: flex;
    flex-flow: row wrap;
}
.mgpmc-flex-col {
    flex-direction: column;
}
.mgpmc-flex-grow {
    flex: 1 1 0;
}
@media only screen and (max-width: 1200px) {
    .mgpmc-flex {
        flex-direction: column;
    }
}

.mgpmc-feat {
    flex: 1 1 0;
    margin: 0.5em;
    padding: 2em;
    border-radius: 2em;
    background: #fafafa;
}
.mgpmc-feat > table {
    height: 100%;
}
.mgpmc-feat img {
    max-width: 550px;
}
.mgpmc-feat th,
.mgpmc-feat .mgpmc-lead {
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mgpmc-feat-green th,
.mgpmc-feat-green .mgpmc-lead {
    color: #003300;
    background-image: linear-gradient(165deg, #2e7d32 0%, #1b5e20 60%, #003300 90%);
}
.mgpmc-feat-red th,
.mgpmc-feat-red .mgpmc-lead {
    color: #870000;
    background-image: linear-gradient(165deg, #870000 0%, #bf360c 60%, #d84315 90%);
}
.mgpmc-feat-blue th,
.mgpmc-feat-blue .mgpmc-lead {
    color: #1a237e;
    background-image: linear-gradient(165deg, #1a237e 0%, #0d47a1 60%, #311b92 90%);
}

.mgpmc-lead {
    font-size: 2em;
    font-weight: 600;
}

.mgpmc-button {
    margin-top: 1em;
}
.mgpmc-button a:hover,
.mgpmc-button a:focus {
    text-decoration: none;
}
.mgpmc-button a span {
    color: white;
    font-size: 0.8em;
    padding: 0.5em 1em;
    background: green;
    border-radius: 60em;
}

.mgpmc-footnotes {
    font-size: 0.5em;
    color: #6e6e73;
    text-align: left;
}