跳转到内容

MediaWiki:Common.css:修订间差异

(修正不透明度)
(修正不透明度)
第7行: 第7行:


.container-fluid {
.container-fluid {
color: rgb(255, 255, 255);
background-color: rgb(255, 255, 255);
}
 
#content {
background-color: rgb(255, 255, 255);
}
}



2024年7月6日 (六) 22:03的版本

/* 这里放置的CSS将应用于所有皮肤 */

/* 设置全局半透明 */
.mw-page-container {
	opacity:0.8;
}

.container-fluid {
	background-color: rgb(255, 255, 255);
}

#content {
	background-color: rgb(255, 255, 255);
}

/* WIKI背景图 */
body {
	background:url("https://wiki.ifanspace.top/w/images/c/c6/BG1.png") no-repeat fixed 50% 0;
	background-size:cover;
}