HOSTLOC论坛自定义个人空间仅保留头像
①复制代码内容
②在一个有回复评论框的帖子,F12 - Console - 粘贴 - 回车执行
③然后到自己空间看效果
mycss=`body:before {
content: close-quote;
width: 551px;
right: 10px;
top: 30px;
position: fixed;
background: center,url();
background-size: cover;
background-position: center;
height: 200px;
}
body {
background: url(https://s.rmimg.com/2023/11/18/c49b65ff3c4d143482f9a0667e11a1d0.jpeg) no-repeat center top !important;
background-size: cover!important;
background-attachment: fixed!important;
}
#hd {
visibility: hidden;
}
#ct:hover {
background: none!important;
}
#ct{
background: none!important;
}
#ft {
visibility: hidden;
}
#pprl li {
padding: 3px 0 3px 0!important;
}
#pprl {
height: 120px;
padding-bottom:0!important;
}
.block .dxb_bc{
padding-bottom:0!important;
}
#pprl em {
display: none;
}
#pprl a {
font-size: 26px
}
.hm img {
border-radius: 50%;
margin-top: -110px;
box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.12);
padding: 2px;
background: #FFF;
border: 1px solid;
border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
}
div#frame1_left {
overflow: visible;
}
.hm .mbn a {
visibility: hidden;
}
#profile .blocktitle span {
display: none;
}
#scrolltop {
display: none!important;
}
.ct2 .sd {
overflow: visible;
}
.xs2 {
visibility: hidden;
}
#pprl:before {
content: close-quote;
width: 235px;
height: 70px;
display: block;
margin-left: -10px;
background-image: url(https://qwq.moe/img/mjj.svg);
}
.ul_list {
display: none;
}
#pprl li:nth-child(1) {
width: 210px;
color: #333;
text-align: center;
margin-top: -105px;
font-size:24px;
text-shadow: 1px 1px 20px rgba(33,33,33,0.3), 1px 1px 5px rgba(33,33,33,0.1);
}
#pprl li:nth-child(3){
margin-top:55px;
}
#pprl li:nth-child(2) {
display: none
}
html{
overflow: hidden;
}
body{
overflow: scroll;
height: 100vh;
overflow-x:hidden;
}
::-webkit-scrollbar {
width: 12px;
background-color: transparent;
}
::-webkit-scrollbar-thumb {
border-radius:12px;
background-color: rgba(0, 0, 0, 0.2);
width
transition: all 0.3s;
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-thumb:active {
background-color: rgba(0, 0, 0, 0.5);
}
.gol{
display:none;
评论