MediaWiki:Common.css

来自夜幕之下
Rin留言 | 贡献2026年3月2日 (一) 19:48的版本
跳到导航跳到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* 这里放置的CSS将应用于所有皮肤 */

/* 全局 */

/* 背景相关 */
html {
	
	background-image: 
    url("/images/b/b5/Banner.jpg"),        /* 上层 */
    url("/images/1/1f/Background.jpg")!important;       /* 底层 */
  background-size: 
    100% 30%,              /* 上面那张只占30%高度 */
    cover!important;                 /* 底图铺满 */
  background-position: 
    top center,            /* 顶部 */
    center center!important;
	background:transparent;
	background-attachment:fixed;
	backgound-repeat:no-repeat!important;
}

body {
	background:transparent; /*去除主题body颜色*/
	background:rgba(0,0,0,0.5);
	backdrop-filter:blur(1px);
}

/* 修复编辑背景 */
.editor.ace_editor.ace-tm {
    background: white;
}



/* 侧边栏 */
.citizen-header {
	background-color:rgba(255,255,255,0.3);
	backdrop-filter:blur(10px);
}


/* footer  */
.citizen-footer {
	background-color:unset;
}