MediaWiki:Common.css:修订间差异
来自夜幕之下
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第6行: | 第6行: | ||
html { | html { | ||
background-image: url("/images/1/1f/Background.jpg"); | background-image: url("/images/1/1f/Background.jpg"); | ||
background-size: | background-size: contain; | ||
background-position: center center; | background-position: center center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
2026年3月2日 (一) 19:52的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 全局 */
/* 背景相关 */
html {
background-image: url("/images/1/1f/Background.jpg");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
background-attachment:fixed;
}
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;
}