——公众号 南派三叔盗墓笔记
MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第11行: | 第11行: | ||
background:url("https://i.postimg.cc/tRD11dmm/beijing.jpg") no-repeat fixed 50% 0; | background:url("https://i.postimg.cc/tRD11dmm/beijing.jpg") no-repeat fixed 50% 0; | ||
background-size:cover; | background-size:cover; | ||
} | } | ||
.wiki-header { | .wiki-header { | ||
2026年6月16日 (二) 21:48的版本
body,html {
width:100%;
height:100%;
padding:0;
margin:0
}
/* WIKI背景图 */
body {
background:url("https://i.postimg.cc/tRD11dmm/beijing.jpg") no-repeat fixed 50% 0;
background-size:cover;
}
.wiki-header {
background: transparent;
}
/* 导航菜单 */
.wiki-header .wiki-nav {
border: 1px solid #d0d0d0;
background: #fff;
}
.menu-wrap .wiki-menu-li-1 {
border-bottom: 0px solid rgba(0,0,0,.16);
}
.wiki-header .wiki-nav .nav-search-box {
border-bottom: 0px solid rgba(0, 0, 0, 0.16);
}
.mw-body {
background-color: rgba(255, 255, 255, 0.5) !important;
}