MediaWiki:Common.css:修订间差异
来自术维
Penguinyzsh(留言 | 贡献) 无编辑摘要 |
Penguinyzsh(留言 | 贡献) 无编辑摘要 |
||
| 第4行: | 第4行: | ||
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'); | ||
} | } | ||
h1, h2, h3, h4, h5, h6, | |||
dt, dd, li, p, span, a, div { | |||
font-family: "Fusion Pixel Font"; | font-family: "Fusion Pixel Font"; | ||
} | } | ||
2025年12月2日 (二) 09:41的版本
/* 这里放置的CSS将应用于所有皮肤 */
@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');
}
h1, h2, h3, h4, h5, h6,
dt, dd, li, p, span, a, div {
font-family: "Fusion Pixel Font";
}
.color-middle {
background: #080c1f;
}
.color-left {
background: #8f8f80;
}
.color-right {
background: #36c;
}