Site Notice
hello, world
Difference between revisions of "MediaWiki:Moeskin.css"
From Project-EPB Commons
m (// Via InPageEdit-v2) |
m (// Via InPageEdit-v2) |
||
Line 9: | Line 9: | ||
/* 顶部头图 URL 地址 */ | /* 顶部头图 URL 地址 */ | ||
url(https://pixiv.js.org/api/illust/random?format=image); | url(https://pixiv.js.org/api/illust/random?format=image); | ||
− | background-position: | + | background-position: center; |
} | } |
Latest revision as of 22:37, 15 April 2022
/* CSS placed here will affect users of the MoeSkin skin */
/* banner image */
body.skin-moeskin #moe-bg-container {
background-image: linear-gradient(
to bottom,
rgba(255, 255, 255, 0) 80%,
var(--theme-background-color)
),
/* 顶部头图 URL 地址 */
url(https://pixiv.js.org/api/illust/random?format=image);
background-position: center;
}