MediaWiki:Timeless.css
来自「荏苒之境」
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer / Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* All CSS here will be loaded for users of the Timeless skin */
.color-left { background: #CCCCCC; }
.color-middle { background: #999999; }
.color-right { background: #CCCCCC; }
.mw-wiki-title {
font-size: 1.7em !important;
height: 100% !important;
padding-top: 0.2em !important;
vertical-align: middle !important;
display: table-cell !important;
}
@media screen and (min-width: 851px) {
.mw-wiki-title {
padding-top: 0.15em !important;
}
.mw-wiki-logo {
height: 7em !important;
}
}