“MediaWiki:Mainpage.js”与“文件:星云世界线新旧规划对比图.png”:页面之间的差异

MediaWiki界面页面
(页面间差异)
无编辑摘要
 
无编辑摘要
 
第1行: 第1行:
$(function(){
星云世界线新旧规划对比图
    /* 头图 */
    var page = document.querySelector("body");
    if (page.classList.contains('page-首页')) {
        var mwBody = document.getElementById('content');
        var newDiv = document.createElement('div');
        newDiv.setAttribute('class', 'header-image');
        newDiv.innerHTML = '<div class="header-image" style="background-image: linear-gradient(to top, var(--color-surface-0), transparent 50%), url(https://wiki.knebulae.com/images/title.png);background-size: cover;background-position: top;height: 36vh;margin-bottom: -37vh;"></div>';
        mwBody.parentNode.insertBefore(newDiv, mwBody);
    }
}());

2024年1月4日 (四) 20:46的最新版本

星云世界线新旧规划对比图