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; }”)
 
无编辑摘要
 
(未显示同一用户的1个中间版本)
第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;
}
.userlinkspan{
    display: inline-block;
    width: 5px;
    height: 100%;
    background-color: white;
    position: absolute;
    left: -15px;
    top: 0;
}
.userlinkfont{
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0;
    position: relative;
    margin-bottom: 50px;
}
}

2024年6月4日 (二) 18:24的最新版本

.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;
}

.userlinkspan{
    display: inline-block; 
    width: 5px; 
    height: 100%; 
    background-color: white; 
    position: absolute; 
    left: -15px; 
    top: 0;
}

.userlinkfont{
    font-size: 24px; 
    line-height: 1.5; 
    margin: 20px 0; 
    position: relative;
    margin-bottom: 50px;
}