|
|
| (未显示同一用户的24个中间版本) |
| 第592行: |
第592行: |
| opacity: .58; | | opacity: .58; |
| } | | } |
|
| |
| /* Homepage: subtle server screenshot atmosphere */
| |
| body.page-首页 .mw-body {
| |
| position: relative;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| /* Homepage: visible server screenshot atmosphere, soft fade */
| |
| body.page-首页 .mw-body {
| |
| position: relative;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| /* Homepage: castle atmosphere, wider image with soft fade */
| |
| body.page-首页 .mw-body {
| |
| position: relative;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| body.page-首页 .mw-body::before {
| |
| content: "";
| |
| position: absolute;
| |
| left: 0;
| |
| right: 0;
| |
| top: 0;
| |
| height: 520px;
| |
|
| |
| background-image:
| |
| linear-gradient(
| |
| 180deg,
| |
| rgba(245,246,248,.08) 0%,
| |
| rgba(245,246,248,.28) 45%,
| |
| rgba(245,246,248,.72) 78%,
| |
| rgba(245,246,248,1) 100%
| |
| ),
| |
| url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/首页背景备选1.png");
| |
|
| |
| background-size:
| |
| 100% 100%,
| |
| min(1900px, 108vw) auto;
| |
|
| |
| background-position:
| |
| center top,
| |
| center 8%;
| |
|
| |
| background-repeat: no-repeat;
| |
| opacity: .9;
| |
| filter: blur(1.5px);
| |
| pointer-events: none;
| |
| z-index: 0;
| |
|
| |
| -webkit-mask-image: linear-gradient(
| |
| 180deg,
| |
| rgba(0,0,0,1) 0%,
| |
| rgba(0,0,0,1) 48%,
| |
| rgba(0,0,0,.55) 72%,
| |
| rgba(0,0,0,0) 100%
| |
| );
| |
| mask-image: linear-gradient(
| |
| 180deg,
| |
| rgba(0,0,0,1) 0%,
| |
| rgba(0,0,0,1) 48%,
| |
| rgba(0,0,0,.55) 72%,
| |