打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

<style> .Cbackground {

   position: fixed;
   background-size: cover!important;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   background-position: center!important;

}

  1. mw-content-container{

background: rgba(255,255,255,0.6); }

  1. mw-content,.sidebar-chunk{

background: rgba(255,255,255,0.7)!important; backdrop-filter: blur(20px); }

</style> <script> RLQ.push(function(){ var Cbackground = document.getElementById("Cbackground"); var file = Cbackground.getAttribute("data-file"); Cbackground.setAttribute('style','background:url('+file+')'); var wrapper = document.getElementById("mw-wrapper"); wrapper.appendChild(Cbackground); }); </script>