MediaWiki:Userlink.css

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
.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;
}