MediaWiki:Gadget-Summer2023 m.css

来自PRTS
跳转到导航 跳转到搜索

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* 移动端样式 */
/*  PRTS summer2023 START   */

.header-container {
    background: url(//static.prts.wiki/charinfo/PRTS_summer2023/headleft_m4.png) no-repeat #da4d56;
    background-size: auto 100%;
    background-color: #da4d56 !important;
}
/*#content {*/
/*    background: url(//static.prts.wiki/charinfo/PRTS_4thStyle/Bg3.png) repeat #fdfcf3 !important;*/
/*}*/
.header .branding-box {
    width: auto;
    opacity: 0 !important;
}
#mw-mf-page-left ul li a {
    /*filter: invert(1);*/
}
#mw-mf-page-left ul {
    padding-bottom: 5px;
}
#mw-mf-page-left ul li {
	background:#ecd8bb;
    border-top: 1px solid #fbf9e34d;
}
#mw-mf-page-left {
    /*background-image: linear-gradient(to right,#9b2c25 0%,#9b2c25 33%,#ebab3c 33%,#ebab3c 66%,#8eb69f 66%,#8eb69f 100%);*/
    background-image: linear-gradient(to right,#20a09e 0%,#da4d56 100%);
}
#mw-mf-main-menu-button:before, #searchIcon:before, #user-notifications:before {
    filter: invert(1) brightness(1.4);
}
ul.hlist {
    background: #ecd8bb;
}
.footer-places, .footer-info{
	background: none !important;
}

/* 临时隐藏主题内的网站标题 */
.branding-box {
  display: none !important;
}