MediaWiki:Common.css:修订间差异
imported>Unknown user 小无编辑摘要 |
>8d09ebe71d7938eaa38c42050bd26aa7 小无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | |||
#content { | |||
background: rgba(255,255,255,.7); | |||
} | |||
body,html{ | |||
background: url(https://zhina.wiki/background.svg) no-repeat center center fixed; | |||
background-size: cover; | |||
position: relative; | |||
height: auto; | |||
} | |||