MediaWiki:Userlink.css:修订间差异

(创建页面,内容为“.userlinkbody{ margin: 0; padding: 0; font-family: Arial, sans-serif; background: url('https://bnswiki.oss-cn-hangzhou.aliyuncs.com/neo/bgc/user-bg.png') no-repeat center center fixed; background-size: cover; color: white; }”)
 
无编辑摘要
第3行: 第3行:
     padding: 0;  
     padding: 0;  
     font-family: Arial, sans-serif;  
     font-family: Arial, sans-serif;  
    width: 100%;
     background: url('https://bnswiki.oss-cn-hangzhou.aliyuncs.com/neo/bgc/user-bg.png') no-repeat center center fixed;  
     background: url('https://bnswiki.oss-cn-hangzhou.aliyuncs.com/neo/bgc/user-bg.png') no-repeat center center fixed;  
     background-size: cover;  
     background-size: cover;  
     color: white;
     color: white;
}
}

2024年6月4日 (二) 18:19的版本

.userlinkbody{
    margin: 0; 
    padding: 0; 
    font-family: Arial, sans-serif; 
    width: 100%;
    background: url('https://bnswiki.oss-cn-hangzhou.aliyuncs.com/neo/bgc/user-bg.png') no-repeat center center fixed; 
    background-size: cover; 
    color: white;
}