MediaWiki:Common.css
来自Anhui
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- 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),然后em>隐私和安全 → 清除浏览数据 → 缓存的图片和文件</em>。
/* 放置于这里的CSS将应用于所有皮肤 */
.mw-search-result-data {
display: none;
}
div.breadcrumb {
background-color:#f5fffa;
border:1px solid #cef2e0;
width:100%;
padding:0.5em;
box-sizing:border-box;
}
div.discuss {
background-color:#f5fffa;
border:1px solid #cef2e0;
width:100%;
padding:0.5em;
box-sizing:border-box;
}
div.white_background {
background-color:#ffffff;
}
div.clear_both {
width:100%;
clear:both;
}
span.color_red {
color:red;
}