UserCSS:背景画像
公式サイトに記載があった。
/help-jp/UserCSS#58ce1ec397c2910000cf01d7
わかりにくい
code:stylexx.css
body {
background-color: WhiteSmoke;
background-image: url("https://i.gyazo.com/de07fbaab5c961dc7fd3720ba956bbd3.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top
}
固定モード
code:style.css
body {
background-color: WhiteSmoke;
background-image: url("https://i.gyazo.com/de07fbaab5c961dc7fd3720ba956bbd3.png");
/* background-image: url("https://i.gyazo.com/de07fbaab5c961dc7fd3720ba956bbd3.png") !important; */
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top ;
background-size: auto;
}
ワイドモード
code:style.css
body {
background-image: url("https://i.gyazo.com/de07fbaab5c961dc7fd3720ba956bbd3.png");
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:background-image
UserCSS:背景色
UserScript:壁紙
UserScript:background-image-1
UserScript:background-image-2
UserCSS:ページ背景画像
背景画像(background image)
壁紙
background-image
UserCSS.icon
https://img.shields.io/badge/UserCSS-背景画像-1572B6.svg?logo=css3&style=for-the-badge