MediaWiki:Common.css:修订间差异
来自术维
Penguinyzsh(留言 | 贡献) 无编辑摘要 |
Penguinyzsh(留言 | 贡献) 无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* | /* 导入字体 */ | ||
@font-face { | @font-face { | ||
font-family: "Fusion Pixel Font"; | font-family: "Fusion Pixel Font"; | ||
src: url('https://www.spwk.art/mw/resources/assets/fonts/fusion-pixel-12px-proportional-zh_hans.otf.woff2') format('woff2'); | src: url('https://www.spwk.art/mw/resources/assets/fonts/fusion-pixel-12px-proportional-zh_hans.otf.woff2') format('woff2'); | ||
} | } | ||
/* 应用字体 */ | |||
#p-logo-text, p, a, span, h1, h2, h3, h4, li { | #p-logo-text, p, a, span, h1, h2, h3, h4, li { | ||
font-family: "Fusion Pixel Font"; | font-family: "Fusion Pixel Font"; | ||
} | } | ||
/* 修改皮肤 */ | |||
.color-middle { | .color-middle { | ||
background: #080c1f; | background: #080c1f; | ||
2025年12月2日 (二) 09:50的版本
/* 导入字体 */
@font-face {
font-family: "Fusion Pixel Font";
src: url('https://www.spwk.art/mw/resources/assets/fonts/fusion-pixel-12px-proportional-zh_hans.otf.woff2') format('woff2');
}
/* 应用字体 */
#p-logo-text, p, a, span, h1, h2, h3, h4, li {
font-family: "Fusion Pixel Font";
}
/* 修改皮肤 */
.color-middle {
background: #080c1f;
}
.color-left {
background: #8f8f80;
}
.color-right {
background: #36c;
}