MediaWiki:Citizen.css

MediaWiki界面页面
Zeroclanzhang讨论 | 贡献2023年8月3日 (四) 11:50的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

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

  • 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
/* 这里的任何CSS将为使用Citizen皮肤的用户加载 */
body.page-首页 H1.firstHeading {
    display: none;
}
body.page-首页 #siteSub {
    display: none;
}
.tab-iconalgorithm {
    background: url(/images/algorithm.svg) no-repeat left center;
    padding-left: 25px; /* Adjust this value based on the size of your icon */
    background-size: 20px; /* Adjust this value based on the size of your icon */
}
.tab-iconplot {
    background: url(/images/plot.svg) no-repeat left center;
    padding-left: 25px; /* Adjust this value based on the size of your icon */
    background-size: 20px; /* Adjust this value based on the size of your icon */
}
.tab-icontable {
    background: url(/images/table.svg) no-repeat left center;
    padding-left: 25px; /* Adjust this value based on the size of your icon */
    background-size: 20px; /* Adjust this value based on the size of your icon */
}
.tab-iconauto {
    background: url(/images/auto.svg) no-repeat left center;
    padding-left: 25px; /* Adjust this value based on the size of your icon */
    background-size: 20px; /* Adjust this value based on the size of your icon */
}