The editors' meeting has been canceled for technical reasons.
查看“MediaWiki:Common.css”的源代码
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑该页面:
您可以查看和复制此页面的源代码。
/* 这里放置的CSS将应用于所有皮肤 */
body {
background-color:#efeff1;
}
body::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 930px; /* 限制背景图片的显示高度 */
background-image:
linear-gradient(to bottom, transparent 25%, #efeff1 70%),
url('https://www.neuro-book.com/mediawiki/resources/assets/vector.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
z-index: -1; /* 确保在其他内容下方 */
pointer-events: none; /* 允许鼠标事件穿透 */
}
#mw-head {
000
1:0