打开/关闭菜单
1683
2.2万
6529
11.7万
舰R百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

MediaWiki:Common.js:修订间差异

MediaWiki界面页面
无编辑摘要
无编辑摘要
第56行: 第56行:
var random_bg_link = weightedRandomSelection(bg_links);
var random_bg_link = weightedRandomSelection(bg_links);
console.log(random_bg_link);
console.log(random_bg_link);
$('body.skin-vector').css('background',random_bg_link[0]);
$('body.skin-vector').css('background',random_bg_link);
$('body.skin-vector').css('background-position', 'centre');
$('body.skin-vector').css('background-position', 'centre');
$('body.skin-vector').css('background-repeat', 'no-repeat');
$('body.skin-vector').css('background-repeat', 'no-repeat');
第62行: 第62行:
$('body.skin-vector').css('background-attachment', 'fixed');
$('body.skin-vector').css('background-attachment', 'fixed');


$('body.skin-citizen').css('background', random_bg_link[0]);
$('body.skin-citizen').css('background', random_bg_link);
$('body.skin-citizen').css('background-position', 'centre');
$('body.skin-citizen').css('background-position', 'centre');
$('body.skin-citizen').css('background-repeat', 'no-repeat');
$('body.skin-citizen').css('background-repeat', 'no-repeat');