UserCSS:背景画像
公式サイトに記載があった。
code:stylexx.css
body {
background-color: WhiteSmoke;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top
}
固定モード
code:style.css
body {
background-color: WhiteSmoke;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top ;
background-size: auto;
}
ワイドモード
code:style.css
body {
background-repeat: repeat-y;
background-attachment: scroll;
background-position: center top ;
background-size: 100% auto; /* 横幅を100%にして算出 */
}
code:stylexx.css
body {
background: url('/api/pages/suto3/background-image/icon');
background-repeat: repeat-y;
background-attachment: scroll;
background-position: center top ;
background-size: 100% auto; /* 横幅を100%にして算出 */
}
UserCSS.icon
https://img.shields.io/badge/UserCSS-背景画像-1572B6.svg?logo=css3&style=for-the-badge