MediaWiki:Common.css:修订间差异

无编辑摘要
标签手工回退
无编辑摘要
第7行: 第7行:
background-size:cover;
background-size:cover;
}
}
/* 快速css */
.width-auto {width: auto}
.width-100 {width: 100%}
.width-50 {width: 50%}
.width-25 {width: 25%}
.width-20 {width: 20%}
.height-auto {height: auto}
.height-100 {height: 100%}
.height-50 {height: 50%}
.height-25 {height: 25%}
.height-20 {height: 20%}

2024年3月28日 (四) 23:38的版本

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


/* WIKI背景图 */
body {
	background:url("https://i.17173cdn.com/g8bz6k/octopathsp/f/fc/bg-1.jpg") no-repeat fixed 50% 0;
	background-size:cover;
}

/* 快速css */ 
.width-auto {width: auto}
.width-100 {width: 100%}
.width-50 {width: 50%}
.width-25 {width: 25%}
.width-20 {width: 20%}
.height-auto {height: auto}
.height-100 {height: 100%}
.height-50 {height: 50%}
.height-25 {height: 25%}
.height-20 {height: 20%}