注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/* All CSS here will be loaded for users of the Timeless skin */
/* Les icônes de titres côte à côte */
.mw-indicator {
display: inline-block;
}
/* Font Settins */
body.skin-timeless, #mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5 {
font-family: Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
}
/* H3-H5 Styles */
#mw-content h3 {
border-bottom: solid 2px #537;
}
#mw-content h4 {
border-bottom: solid 1px #3b7;
}
#mw-content h5 {
border-bottom: solid 1px #d44;
}
/* MsUpLoad */
.ns-8 #msupload-div {
display: none;
}