MediaWiki:Vector.css

星幻丶碎梦留言 | 贡献2025年9月11日 (四) 20:05的版本 (去掉版头图片,恢复logo)

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

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


#content{
    position:relative;
    z-index:7;
}

#mw-navigation div.vectorMenu div.menu{
    z-index:9;
}

#mw-panel #p-logo{
    width:176px;
    height:300px;
    margin-left:-0.5em;
}

#mw-panel #p-logo .mw-wiki-logo{
    width:176px;
    height:300px;
}

div#mw-page-base{
    background:none;
    height:100px;
}

#left-navigation,
#right-navigation{
    margin-top:60px;
    min-height:40px;
}

div#mw-panel{
    top:0;
    text-shadow:1px 1px #F6F6F6;
}

div#mw-panel div.portal{
    padding-bottom:1em;
}

div#mw-head div.vectorMenu h4{
    height:1.9em;
    margin-bottom:0;
    padding-top:1.25em;
    padding-bottom:0;
    padding-right:0.5em;
}
div.vectorTabs ul li,
#mw-head div.vectorMenu{
    background-image:none !important;
    background-color:transparent !important;
}

div.vectorTabs,
div.vectorTabs span,
div.vectorTabs ul,
div#mw-head div.vectorMenu h3{
    background-image:none !important;
}

#left-navigation,
#right-navigation,
div.vectorTabs ul li.selected{
    background-image:linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 30%) 30%, rgb(255 255 255 / 50%)) !important;
    background-color:transparent !important;
}
div#p-personal{
    background-color:rgb(255 255 255 / 80%);
    padding:5px 10px 5px 0;
    box-shadow:#666 0 1px 5px;
}
#pt-notifications-alert .mw-echo-notifications-badge,
#pt-notifications-notice .mw-echo-notifications-badge{
    text-indent:-99999px;
}

#pt-notifications-alert .mw-echo-notifications-badge::after,
#pt-notifications-notice .mw-echo-notifications-badge::after{
    text-indent:0;
}
#p-personal ul{
    padding-left:0;
}
div#mw-panel{
    font-size:18px;
    width:10.5rem;
}
#footer-info-copyright{
    background:url("//img.moegirl.org.cn/weixin_mengbai.png") 0 15px no-repeat;
    padding:15px 0 30px;
    font-family:sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    min-height:165px;
}

#footer-moegirl{
    padding-left:160px;
    color:#2F2F2F;
}

#footer-moegirl h4{
    color:#243C4A;
    font-family:AllerBold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin-bottom:8px;
}

#footer-moegirl ul{
    float:left;
    margin:0 100px 20px 0;
    line-height:1.7;
    width:120px;
    font-size:12pt;
}

#footer-moegirl ul.lastlist{
    margin-right:0;
}

#footer-moegirl ul a{
    color:#2F2F2F;
}

#footer-moegirl .copyright{
    clear:left;
    display:block;
    line-height:1.3;
    color:#999;
}
h1{
    font-weight:700;
    border-bottom:2px solid #0074F9;
}

h2{
    font-weight:700;
    border-bottom:1px solid #0074F9;
}
.ns-0 div#content,
.ns-0 div#p-cactions li a:hover,
.ns-0 div#p-cactions li.selected a{
    background-color:rgb(255 255 255 / 80%);
}

div#content,
div#p-cactions li a:hover,
div#p-cactions li.selected a{
    background-color:rgb(247 251 255 / 80%);
}
div.vectorMenu ul{
    display:flex;
    flex-flow:column;
}
.mobile-only,
.mobileonly{
    display:none !important;
} 

/* </pre> */