MediaWiki:Common.css:修订间差异

Baneq留言 | 贡献
无编辑摘要
Baneq留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示同一用户的41个中间版本)
第591行: 第591行:
background: linear-gradient(90deg, #e08a3e, #c45fa0, #7d6bd6);
background: linear-gradient(90deg, #e08a3e, #c45fa0, #7d6bd6);
opacity: .58;
opacity: .58;
}
/* Homepage: subtle mascot watermark */
.nc-home-intro {
position: relative;
overflow: hidden;
}
.nc-home-intro > * {
position: relative;
z-index: 1;
}
.nc-home-intro::after {
content: "";
position: absolute;
right: 24px;
bottom: 4px;
width: 260px;
height: 260px;
background-image: url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/%E8%AF%BA%E5%B8%83%E5%A8%98.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
opacity: .12;
pointer-events: none;
z-index: 0;
}-index: 0;
}
}