MediaWiki:Gadget-4thStyle m.css
跳转到导航
跳转到搜索
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* 移动端样式 */
/* PRTS 4TH START */
.header-container {
background: url(//static.prts.wiki/charinfo/PRTS_4thStyle/headleft_m.png) no-repeat #3b3830;
background-size: auto 100%;
}
#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:#3b3830;
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%);
}
ul.hlist {
background: #3b3830;
}
.footer-places, .footer-info{
background: none !important;
}
/* 临时隐藏主题内的网站标题 */
.branding-box {
display: none !important;
}