注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變動。
?_=1
來訪問最新頁面。
/* Palette */
body.skin-moeskin {
}
/* UserDropdown card background */
.moe-userdropdown-aboutme {
position: relative;
--custom-background-image: url(https://pixiv.js.org/api/illust/random), url(https://s2.loli.net/2022/04/01/H4MDh8513un6oYa.jpg);
}
.moe-userdropdown-aboutme::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: var(--custom-background-image);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 0;
}
.moe-userdropdown-aboutme > div {
position: relative;
z-index: 1;
background-color: rgba(255, 255, 255, 0.8) !important;
}
.moe-userdropdown-aboutme .n-avatar {
border: 2px solid #fff;
}
.user-actions .n-menu-item:last-of-type::before {
background-color: rgba(255, 255, 255, 0.5) !important;
}
.moe-userdropdown-aboutme .user-contrib-stats {
background-color: rgba(255, 255, 255, 0.925) !important;
}
.moe-userdropdown-aboutme,
.moe-userdropdown-aboutme .n-menu .n-menu-item-content a {
color: rgb(51, 54, 57) !important;
}
/* adjust IPE toolbox */
body.skin-moeskin #ipe-edit-toolbox {
bottom: 5rem;
right: 4rem;
z-index: /*⑨*/ 9;
}