MediaWiki:Common.js:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 标签:手工回退 |
无编辑摘要 |
||
| 第25行: | 第25行: | ||
$('body.skin-vector').css('background-size', 'cover'); | $('body.skin-vector').css('background-size', 'cover'); | ||
$('body.skin-vector').css('background-attachment', 'fixed'); | $('body.skin-vector').css('background-attachment', 'fixed'); | ||
$('body.skin-citizen').css('background', bg_links[Math.floor(Math.random()*bg_links.length)]); | |||
$('body.skin-citizen').css('background-position', 'centre'); | |||
$('body.skin-citizen').css('background-repeat', 'no-repeat'); | |||
$('body.skin-citizen').css('background-size', 'cover'); | |||
$('body.skin-citizen').css('background-attachment', 'fixed'); | |||