MediaWiki:Common.css
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- 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),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/* 这里放置的CSS将应用于所有皮肤 */
/* ========== 上栏相关 ========== */
/* 为vector皮肤添加上方背景 */
body.skin-vector {
background: url(//hima.aimo.moe:82/images/bgimg1.jpg) no-repeat top left #f6f6f6;
}
/* 去除vector皮肤上方留白 */
div#mw-page-base {
background: none;
height: 100px;
}
/* 顶栏与边框适配位移 */
#left-navigation,
#right-navigation {
margin-top: 60px;
}
div#mw-panel {
top: 0;
text-shadow: 1px 1px #f6f6f6;
}
#mw-panel #p-logo {
width: 176px;
height: 300px;
margin-left: -0.5em;
}
/* 用户添加边框 */
div#p-personal {
background-color: rgba(255, 255, 255, 0.8);
padding: 5px 10px 5px 0;
box-shadow: #666 0 1px 5px;
}