MediaWiki:Common.css:修订间差异
imported>Unknown user 小无编辑摘要 |
>43e86e5f64854120005d22da5247ce0c 小无编辑摘要 |
||
| 第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; | |||
} | |||
body.ns-2 div#catlinks { | |||
display: none !important; | |||
} | |||