MediaWiki:Common.css
跳转到导航
跳转到搜索
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* 这里开始设置全站背景 */
body {
background-image: url("https://wiki.lingzuian.top/images/thumb/e/ed/Server_Banner.jpg/1350px-Server_Banner.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
/* 让主内容区域变成半透明白色,这样背景能透出来一点点,又不影响看字 */
#content {
background-color: rgba(255, 255, 255, 0.92);
}
/* 让左侧导航栏也变成半透明 */
#mw-panel {
background-color: rgba(255, 255, 255, 0.85);
}
/* 让顶部标题栏也半透明 */
#mw-head {
background-color: rgba(255, 255, 255, 0.85);
}