|
|
| (未显示同一用户的28个中间版本) |
| 第591行: |
第591行: |
| background: linear-gradient(90deg, #e08a3e, #c45fa0, #7d6bd6); | | background: linear-gradient(90deg, #e08a3e, #c45fa0, #7d6bd6); |
| opacity: .58; | | opacity: .58; |
| }
| |
|
| |
| /* Homepage: subtle server screenshot atmosphere */
| |
| body.page-首页 .mw-body {
| |
| position: relative;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| /* Homepage: visible 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: 340px;
| |
| background-image:
| |
| linear-gradient(180deg, rgba(245,246,248,.22), rgba(245,246,248,.72) 58%, rgba(245,246,248,.98)),
| |
| url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/北侧城堡.jpg");
| |
| background-size: cover;
| |
| background-position: center 34%;
| |
| background-repeat: no-repeat;
| |
| filter: blur(2px);
| |
| opacity: .82;
| |
| pointer-events: none;
| |
| z-index: 0;
| |
| transform: scale(1.015);
| |
| }
| |
|
| |
| body.page-首页 .mw-body > * {
| |
| position: relative;
| |
| z-index: 1;
| |
| }
| |
|
| |
| @media screen and (max-width: 700px) {
| |
| body.page-首页 .mw-body::before {
| |
| height: 260px;
| |
| background-position: center 30%;
| |
| opacity: .66;
| |
| filter: blur(2px);
| |
| }
| |
| }
| |
| } | | } |