打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
登录后可编辑和发表评论。

MediaWiki:Gadget-SideBarPic.css

MediaWiki界面页面

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl + F5Ctrl + R(Mac为 R
  • Google Chrome:Ctrl + Shift + R(Mac为 Shift R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl + F5
/* <pre> */

body.sideBarPic-executed .sidebar-character{
    position:fixed;
    left:-3px;
    z-index:-2;
}

body.sideBarPic-executed .sidebar-character.top{
    top:0;
}

body.sideBarPic-executed .sidebar-character.bottom{
    bottom:0;
}

body.sideBarPic-executed #wglogo{
    display:none;
}

@media screen and (max-width: 600px){
    .sidebar-character{
        display:none !important;
    }
}

body.sideBarPic.skin-vector-2022:not(.DeceasedPerson) #mw-panel .portal{
    background-color:rgb(246 246 246 / 90%);
    margin-left:-0.75em;
    margin-right:0;
    padding-left:1.5em;
    padding-right:0.95em;
}

body.sideBarPic.skin-vector-2022:not(.DeceasedPerson) #mw-panel #p-logo + .portal{
    padding-top:1.1em;
    margin-top:0;
}

body.sideBarPic:not(.DeceasedPerson) .sidebar-character.active{
    display:block;
}

body.sideBarPic-executed.show-logo:not(.DeceasedPerson) #mw-panel #p-logo{
    height:160px;
}

body.sideBarPic-executed.show-logo:not(.DeceasedPerson) #mw-panel #p-logo .mw-wiki-logo{
    background-image:url("/images/e/e5/Vocawiki_logo_with_wordmark-vertical-dark.svg");
    height:160px;
}

body.sideBarPic:not(.DeceasedPerson) #footer{
    background-color:rgb(255 255 255 / 70%);
}

body.sideBarPic:not(.DeceasedPerson) #footer #footer-moegirl .copyright{
    color:#2f2f2f;
} 

/* </pre> */