MediaWiki:Common.css:修订间差异
来自夜幕之下
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第9行: | 第9行: | ||
background-attachment:fixed; | background-attachment:fixed; | ||
background-size:cover; | background-size:cover; | ||
backgound-repeat:no-repeat; | |||
} | } | ||
| 第15行: | 第16行: | ||
background:rgba(0,0,0,0.5); | background:rgba(0,0,0,0.5); | ||
backdrop-filter:blur(1px); | backdrop-filter:blur(1px); | ||
} | |||
/* 修复编辑背景 */ | |||
.editor.ace_editor.ace-tm { | |||
background: white; | |||
} | } | ||
2026年3月2日 (一) 19:39的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 全局 */
/* 背景相关 */
html {
background:transparent;
background-image:url('/images/b/b5/Banner.jpg');
background-attachment:fixed;
background-size:cover;
backgound-repeat:no-repeat;
}
body {
background:transparent; /*去除主题body颜色*/
background:rgba(0,0,0,0.5);
backdrop-filter:blur(1px);
}
/* 修复编辑背景 */
.editor.ace_editor.ace-tm {
background: white;
}