MediaWiki:Common.css:修订间差异

Baneq留言 | 贡献
无编辑摘要
Baneq留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示同一用户的31个中间版本)
第591行: 第591行:
background: linear-gradient(90deg, #e08a3e, #c45fa0, #7d6bd6);
background: linear-gradient(90deg, #e08a3e, #c45fa0, #7d6bd6);
opacity: .58;
opacity: .58;
}
/* Homepage: soft server screenshot atmosphere */
body.page-首页 .mw-body {
position: relative;
overflow: hidden;
}
body.page-首页 .mw-body::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 360px;
background-image:
linear-gradient(180deg, rgba(245,246,248,.50), rgba(245,246,248,.96)),
url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/北侧城堡.jpg");
background-size: cover;
background-position: center 34%;
background-repeat: no-repeat;
filter: blur(5px);
opacity: .62;
pointer-events: none;
z-index: 0;
transform: scale(1.03);
}
body.page-首页 .mw-body > * {
position: relative;
z-index: 1;
}
}