MediaWiki:Common.css:修订间差异

Baneq留言 | 贡献
无编辑摘要
Baneq留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示同一用户的42个中间版本)
第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: 26px;
bottom: 8px;
width: 230px;
height: 230px;
background: url("/index.php/Special:Redirect/file/诺布娘.png") center / contain no-repeat;
opacity: .07;
pointer-events: none;
z-index: 0;
}
}