MediaWiki:Common.css
MediaWiki界面页面
更多操作
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
@import url('https://fontsapi.p1.wiki/fonts/Clear Han Serif/result.css');
@import url('https://fontsapi.p1.wiki/fonts/WenYuan Rounded SC/result.css');
@import url('https://fontsapi.p1.wiki/fonts/Consolas/result.css');
@import url('https://fontsapi.p1.wiki/fonts/HarmonyOS Sans/Regular/result.css');
@import url('https://fontsapi.p1.wiki/fonts/HarmonyOS Sans/Medium/result.css');
@import url('https://fontsapi.p1.wiki/fonts/HarmonyOS Sans/Bold/result.css');
@import url('https://fontsapi.p1.wiki/fonts/极影毁片辉宋/Bold/result.css');
@import url('https://fontsapi.p1.wiki/fonts/base64.css');
.center {
text-align: center;
}
.no-wrap {
white-space: nowrap;
}
/* 未登录隐藏评论框 */
#ext-comments-container .comment-input-placeholder {
display: none;
}
/* 底部 copyright */
#footer-icons #footer-copyright-darkico a, #footer-icons #footer-poweredby-darkico a {
background-color: #323337;
}
#footer-icons #footer-copyright-darkico,
#footer-icons #footer-poweredby-darkico {
display: none;
}
#footer-icons #footer-copyright-lightico,
#footer-icons #footer-poweredby-lightico {
display: flex;
}
html.skin-theme-clientpref-night #footer-icons #footer-copyright-lightico,
html.skin-theme-clientpref-night #footer-icons #footer-poweredby-lightico {
display: none;
}
html.skin-theme-clientpref-night #footer-icons #footer-copyright-darkico,
html.skin-theme-clientpref-night #footer-icons #footer-poweredby-darkico {
display: flex;
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os #footer-icons #footer-copyright-lightico,
html.skin-theme-clientpref-os #footer-icons #footer-poweredby-lightico {
display: none;
}
html.skin-theme-clientpref-os #footer-icons #footer-copyright-darkico,
html.skin-theme-clientpref-os #footer-icons #footer-poweredby-darkico {
display: flex;
}
}
#footer-places li a {
display: inline-block;
vertical-align: middle;
text-decoration: none !important;
}
.no-article-text {
width: 100%;
height: auto;
margin: 0 auto;
max-width: 540px;
padding: 60px 10px;
display: block;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
pointer-events: none;
}