MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
删除的内容 添加的内容
无编辑摘要 |
无编辑摘要 |
||
| 第19行: | 第19行: | ||
#ext-comments-container .comment-input-placeholder { |
#ext-comments-container .comment-input-placeholder { |
||
display: none; |
display: none; |
||
} |
|||
#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; |
|||
} |
|||
} |
} |
||
2026年1月21日 (三) 23:58的版本
@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;
}
#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;
}
}