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

MediaWiki talk:Gadget-GothicMoe.css

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

由あめろ提出的对MediaWiki:Gadget-GothicMoe.css的编辑请求:

状态:   完成

将以下内容:

html body, /* desktop, mobile */
html body #firstHeading, /* desktop */
html body .mw-editsection, /* desktop */
html body .mw-editsection-like, /* desktop */
html body .toc, /* desktop */
html body .printfooter, /* desktop */
html body #footer, /* desktop */
html body .thumb, /* desktop */
html body table, /* desktop */
html body ol, /* desktop */
html body dl, /* desktop */
html body ul, /* desktop */
html body img , /* desktop */
html body blockquote, /* mobile */
html body .mw-body h1, /* desktop */
html body .mw-body h2, /* desktop */
html body .mw-body h3, /* desktop */
html body .mw-body h4, /* desktop */
html body .mw-body h5, /* desktop */
html body .mw-body h6, /* desktop */
html body .mw-body h1[lang], /* desktop */
html body .mw-body h2[lang], /* desktop */
html body .mw-body h3[lang], /* desktop */
html body .mw-body h4[lang], /* desktop */
html body .mw-body h5[lang], /* desktop */
html body .mw-body h6[lang], /* desktop */
html body .mw-body-content h1, /* desktop */
html body .mw-body-content h2, /* desktop */
html body .mw-body-content h3, /* desktop */
html body .mw-body-content h4, /* desktop */
html body .mw-body-content h5, /* desktop */
html body .mw-body-content h6, /* desktop */
html body .mw-body-content h1[lang], /* desktop */
html body .mw-body-content h2[lang], /* desktop */
html body .mw-body-content h3[lang], /* desktop */
html body .mw-body-content h4[lang], /* desktop */
html body .mw-body-content h5[lang], /* desktop */
html body .mw-body-content h6[lang], /* desktop */
html body .mw-body-content .toc h1, /* desktop */
html body .mw-body-content .toc h2, /* desktop */
html body .mw-body-content .toc h3, /* desktop */
html body .mw-body-content .toc h4, /* desktop */
html body .mw-body-content .toc h5, /* desktop */
html body .mw-body-content .toc h6, /* desktop */
html body .mw-editsection h1, /* desktop */
html body .mw-editsection h2, /* desktop */
html body .mw-editsection h3, /* desktop */
html body .mw-editsection h4, /* desktop */
html body .mw-editsection h5, /* desktop */
html body .mw-editsection h6, /* desktop */
html body .pre-content h1, /* mobile */
html body .pre-content h2, /* mobile */
html body .pre-content h3, /* mobile */
html body .pre-content h4, /* mobile */
html body .pre-content h5, /* mobile */
html body .pre-content h6, /* mobile */
html body .content h1, /* mobile */
html body .content h2, /* mobile */
html body .content h3, /* mobile */
html body .content h4, /* mobile */
html body .content h5, /* mobile */
html body .content h6, /* mobile */
html body .toc-mobile h1, /* mobile */
html body .toc-mobile h2, /* mobile */
html body .toc-mobile h3, /* mobile */
html body .toc-mobile h4, /* mobile */
html body .toc-mobile h5, /* mobile */
html body .toc-mobile h6 /* mobile */ {
    font-family: sans-serif, NospzGothicMoe, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

修改为:

.mw-body-content h1/*Desktop*/,
.mw-body-content h2, /* desktop */
.pre-content h1, /* mobile */
.content h1, /* mobile */
.content h2 /* mobile */ {
	font-family: 'Linux Libertine','Georgia','Times',serif,NospzGothicMoe;
}

/* desktop */
body.skin-vector,
h1#firstHeading {
	font-family: sans-serif,NospzGothicMoe,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

/* mobile */
body.skin-minerva,
.toc-mobile > h2,
.skin-minerva h3,
.skin-minerva h4,
.skin-minerva h5,
.skin-minerva h6 {
	font-family: 'Helvetica Neue','Helvetica','Nimbus Sans L','Arial','Liberation Sans',sans-serif,NospzGothicMoe;
}

没必要为会继承字体的元素设置字体,没必要为不会出现生僻字的地方设置字体,h1~6[lang]的字体会被覆盖为initial所以设置了也没用。—— あめろ 2022年1月29日 (六) 00:51 (CST)

Done.——From AnnAngela the Bureaucrat (Talk) 2022年1月29日 (六) 09:21 (CST)