MediaWiki:Common.css:修订间差异
>17810d2e51227dd8f221a93b9b9895fe 小无编辑摘要 |
>17810d2e51227dd8f221a93b9b9895fe wee |
||
| 第3行: | 第3行: | ||
background: rgba(255,255,255,.7); | background: rgba(255,255,255,.7); | ||
} | } | ||
body,html{ | |||
body { | background-image: url('https://zhina.wiki/background.svg'); | ||
background-image: url('background.svg'); | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: cover; | background-size: cover; | ||
background-position: 50% 50%; | background-position: 50% 50%; | ||
position: relative; | position: relative; | ||
height: auto; | |||
} | |||
} | |||