注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 此处所有CSS将为使用Vector皮肤的用户加载 */

/* 背景 */
body {
	margin-top:20px;
    background: url("/images/2/28/Tevi_bg_blur5.webp") no-repeat #fefefe;
    background-size:100%;
}

/* 顶部padding */
body .mw-body {
    margin-top: 100px;
}


.skin-vector .mw-body {
	/* 内容页 padding */
    padding: 1.25em 1.5em 1.5em 1.5em !important;
    /* 内容页背景 */
    background: rgba(248,248,248,0.8);
    background-clip: border-box;
}

#mw-head{
	
}

/* 背景,半透明 */
#mw-page-base{
	background-color: transparent;
	background-image: none;
}

/********************************************************************************/
/* 导航栏 */
body #mw-navigation #mw-panel {
    top: 48px;
}

/* 内容页 左侧目录*/
#left-navigation{
	margin-top: 161px!important;
}

/* 内容页 右侧目录*/
#right-navigation{
	margin-top: 161px!important;
}