MediaWiki:Common.css:修订间差异

Baneq留言 | 贡献
无编辑摘要
Baneq留言 | 贡献
无编辑摘要
第593行: 第593行:
}
}


/* Homepage: mascot watermark, direct background version */
/* Homepage: soft server screenshot atmosphere */
.nc-home-intro {
body.page-首页 .mw-body {
background-image:
position: relative;
linear-gradient(rgba(255,255,255,.86), rgba(255,255,255,.86)),
}
url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/%E8%AF%BA%E5%B8%83%E5%A8%98.png");
 
background-repeat: no-repeat, no-repeat;
body.page-首页 .mw-body::before {
background-position: center, right 24px bottom 8px;
content: "";
background-size: auto, 230px auto;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 430px;
background:
linear-gradient(180deg, rgba(245,246,248,.72), rgba(245,246,248,.96)),
url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/%E9%A6%96%E9%A1%B5%E8%83%8C%E6%99%AF-%E4%B8%BB%E5%9F%8E.jpg");
background-size: cover;
background-position: center;
filter: blur(10px);
opacity: .42;
pointer-events: none;
z-index: -1;
}
}