打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Citizen.css:修订间差异

MediaWiki界面页面
RedSea留言 | 贡献
无编辑摘要
RedSea留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示同一用户的6个中间版本)
第3行: 第3行:
:root {
:root {
     /* Pink is the new black */
     /* Pink is the new black */
     --color-primary__h: 60;
     --color-primary__h: 90;
     --color-progressive-oklch__h: 60;
     --color-progressive-oklch__h: 90;
}
    --font-family-citizen-serif: 'KingHwa_OldSong','Roboto Serif', 'Roboto Serif-fallback',serif;
:root.skin-theme-clientpref-light {
     --font-family-citizen-base: 'KingHwa_OldSong','Roboto', 'Roboto-fallback',sans;
    /* Pink is the new black */
    --color-primary__h: 60;
     --color-progressive-oklch__h: 60;
 
}
}

2025年4月25日 (五) 17:33的最新版本

/* 这里所有CSS都会加载给Citizen皮肤的用户 */

:root {
    /* Pink is the new black */
    --color-primary__h: 90;
    --color-progressive-oklch__h: 90;
    --font-family-citizen-serif: 'KingHwa_OldSong','Roboto Serif', 'Roboto Serif-fallback',serif;
    --font-family-citizen-base: 'KingHwa_OldSong','Roboto', 'Roboto-fallback',sans;
}