MediaWiki:Gadget-site-styles.css:修订间差异

删除1,109字节 、​ 2023年10月2日 (星期一)
//Edit via InPageEdit
无编辑摘要
(//Edit via InPageEdit)
 
(未显示同一用户的7个中间版本)
第9行:
/* 复制粘贴到别的地方的时候记得写原出处,而不要写这里。 */
 
 
#siteSub:lang(zh),
#p-logo-text:lang(zh) a,
.mw-body:lang(zh) h1,
.mw-body:lang(zh) h2,
.mw-body:lang(zh) h3,
.mw-body:lang(zh) h4,
.mw-body:lang(zh) h5,
.mw-body:lang(zh) h6,
.mw-body:lang(zh) dt,
#siteSub:lang(zh-hans),
#p-logo-text:lang(zh-hans) a,
.mw-body:lang(zh-hans) h1,
.mw-body:lang(zh-hans) h2,
.mw-body:lang(zh-hans) h3,
.mw-body:lang(zh-hans) h4,
.mw-body:lang(zh-hans) h5,
.mw-body:lang(zh-hans) h6,
.mw-body:lang(zh-hans) dt {
font-family: 'Linux Libertine', 'Times New Roman', 'Liberation Serif', 'Nimbus Roman', '思源宋体', 'Noto Serif CJK SC', 'Source Han Serif SC', 'Times', serif;
 
#siteSub:lang(zh-hant),
#p-logo-text:lang(zh-hant) a,
.mw-body:lang(zh-hant) h1,
.mw-body:lang(zh-hant) h2,
.mw-body:lang(zh-hant) h3,
.mw-body:lang(zh-hant) h4,
.mw-body:lang(zh-hant) h5,
.mw-body:lang(zh-hant) h6,
.mw-body:lang(zh-hant) dt {
font-family: 'Linux Libertine', 'Times New Roman', 'Liberation Serif', 'Nimbus Roman', 'Noto Serif CJK TC', 'Source Han Serif TC', 'Times', serif;
 
#siteSub:lang(ja),
#p-logo-text:lang(ja) a,
.mw-body:lang(ja) h1,
.mw-body:lang(ja) h2,
.mw-body:lang(ja) h3,
.mw-body:lang(ja) h4,
.mw-body:lang(ja) h5,
.mw-body:lang(ja) h6,
.mw-body:lang(ja) dt {
font-family: 'Linux Libertine', 'Times New Roman', 'Liberation Serif', 'Nimbus Roman', 'Noto Serif CJK', 'Source Han Serif', 'Times', serif;
}
 
/* Element animator */
第326行 ⟶ 第281行:
 
/* Horizontal list */
#bodyContentmw-content-text .hlist ul {
display: inline;
margin: 0;
第332行 ⟶ 第287行:
}
 
#bodyContentmw-content-text .hlist li {
display: inline;
}
 
#bodyContentmw-content-text .hlist li:not(:last-child) {
padding-right: 0.286em;
}
 
#bodyContentmw-content-text .hlist li:not(:last-child)::after {
content: "";
display: inline-block;
第351行 ⟶ 第306行:
}
 
#bodyContentmw-content-text .hlist li > ul li:first-child::before {
content: "(";
}
 
#bodyContentmw-content-text .hlist li > ul li:last-child::after {
content: ")";
}
 
#bodyContentmw-content-text .hlist li li li {
font-size: x-small;
 
/** hlist exception on MobileDiff **/
#mw-mf-diffarea .hlist.revision-history-links li {
display: inline-block;
padding-right: 0;
#mw-mf-diffarea .hlist.revision-history-links li::after {
display: none;
}
 
2,007

个编辑