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

MediaWiki討論: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)