JClockH xc(讨论 | 贡献) 小无编辑摘要 |
JClockH xc(讨论 | 贡献) 小无编辑摘要 |
||
(未显示同一用户的133个中间版本) | |||
第1行: | 第1行: | ||
/* 这里的任何CSS将为使用Citizen皮肤的用户加载 */ | /* 这里的任何CSS将为使用Citizen皮肤的用户加载 */ | ||
/* 此页面有参考其它wiki做法,非100%原创 */ | /* 此页面有参考其它wiki做法,非100%原创 */ | ||
:root { | |||
--width-layout: 1200px; | |||
font-family: '思源黑体'; | |||
} | } | ||
. | .skin-citizen-dark { | ||
background-color: #000109; | |||
} | } | ||
.page-首页 { | .page-首页 { | ||
line-height: 30px; | |||
margin-top: -8em; | |||
} | } | ||
.page-首页 | .page-首页 .mw-first-heading { | ||
display: none!important; | display: none!important; | ||
} | } | ||
.page- | .page-首页 .mw-body-header { | ||
display: none!important; | display: none!important; | ||
} | |||
.page-Dollan_Infinity_TH .mw-body-header { | |||
display: inline-flex !important; | |||
} | |||
.page-Dollan_Infinity_TH .mw-editsection { | |||
display: none !important; | |||
} | } | ||
body, | body, | ||
a | a { | ||
{ | |||
font-family: '思源黑体'; | font-family: '思源黑体'; | ||
font-weight: 400; | |||
font-weight: | |||
} | } | ||
h1, | h1, | ||
h2, | h2, | ||
h3, | h3, | ||
h4, | h4, | ||
h5{ | h5, | ||
h6 { | |||
font-family: '思源黑体'; | font-family: '思源黑体'; | ||
font-weight: | font-weight: 700; | ||
} | |||
@font-face { | |||
font-family: '思源黑体'; | |||
src: url(./SourceHanSansCN.woff2), | |||
url(https://status.dollancraft.top/font/SourceHanSansCN-VF.ttf) format('ttf'); | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Minecraft AE'; | ||
src: url(https:// | src: url(https://status.dollancraft.top/font/Minecraft_AE.woff2) format('woff2'), | ||
url(./Minecraft_AE.woff2); | |||
} | } |
2023年10月9日 (一) 21:47的最新版本
/* 这里的任何CSS将为使用Citizen皮肤的用户加载 */ /* 此页面有参考其它wiki做法,非100%原创 */ :root { --width-layout: 1200px; font-family: '思源黑体'; } .skin-citizen-dark { background-color: #000109; } .page-首页 { line-height: 30px; margin-top: -8em; } .page-首页 .mw-first-heading { display: none!important; } .page-首页 .mw-body-header { display: none!important; } .page-Dollan_Infinity_TH .mw-body-header { display: inline-flex !important; } .page-Dollan_Infinity_TH .mw-editsection { display: none !important; } body, a { font-family: '思源黑体'; font-weight: 400; } h1, h2, h3, h4, h5, h6 { font-family: '思源黑体'; font-weight: 700; } @font-face { font-family: '思源黑体'; src: url(./SourceHanSansCN.woff2), url(https://status.dollancraft.top/font/SourceHanSansCN-VF.ttf) format('ttf'); } @font-face { font-family: 'Minecraft AE'; src: url(https://status.dollancraft.top/font/Minecraft_AE.woff2) format('woff2'), url(./Minecraft_AE.woff2); }