MediaWiki:Vector.css:修订间差异

来自Tevi Wiki
(创建页面,内容为“→‎此处所有CSS将为使用Vector皮肤的用户加载:​ →‎背景:​ body { margin-top:20px; background: url("/images/2/28/Tevi_bg_blur5.webp") no-repeat #fefefe; background-size:100%; }”
 
Cxm讨论 | 贡献
无编辑摘要
第6行: 第6行:
     background: url("/images/2/28/Tevi_bg_blur5.webp") no-repeat #fefefe;
     background: url("/images/2/28/Tevi_bg_blur5.webp") no-repeat #fefefe;
     background-size:100%;
     background-size:100%;
}
#mw-page-base{
background-color: transparent;
background-image: none;
}
}

2024年1月23日 (二) 04:53的版本

/* 此处所有CSS将为使用Vector皮肤的用户加载 */

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

#mw-page-base{
	background-color: transparent;
	background-image: none;
}