跳转到内容

锑星百科:首页/styles.css:修订间差异

PandaFiredoge留言 | 贡献
无编辑摘要
PandaFiredoge留言 | 贡献
无编辑摘要
标签手工回退
第377行: 第377行:
/* 锑星百科首页独有的CSS,与维基百科不同 */
/* 锑星百科首页独有的CSS,与维基百科不同 */
* {font-family:"Microsoft YaHei",sans-serif !important; }
* {font-family:"Microsoft YaHei",sans-serif !important; }
/* 隐藏首页主标题 */
body.page-首页_标题 #firstHeading {
    display: none !important;
}
/* 暗黑模式适配 */
html.skin-theme-clientpref-night #mp-2012 h1.firstHeading {
    display: none !important;
}
@media (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os #mp-2012 h1.firstHeading {
        display: none !important;
    }
}