MediaWiki:Common.css

来自Mist Train Girls Wiki
跳转到导航 跳转到搜索

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* ↓ GLOBAL CSS FROM ENGLISH WIKI ↓ */
@import url(/load.php?lang=en&modules=site.styles&only=styles&skin=vector);

.wds-tabs__tab.wds-is-current {
    color: white;
    background-color: #303030;
}
.wds-tabs__tab {
    color: black;
}

/* CSS placed here will be applied to all skins /
/ To make images responsive */
img {
    max-width:100%;
    height:auto;
}