MediaWiki:Common.css:修订间差异

Baneq留言 | 贡献
无编辑摘要
标签手工回退
Baneq留言 | 贡献
无编辑摘要
第593行: 第593行:
}
}


/* Homepage: subtle server screenshot atmosphere */
/* Homepage: single castle background with soft fade */
body.page-首页 .mw-body {
  position: relative;
  overflow: hidden;
}
 
/* Homepage: visible server screenshot atmosphere, soft fade */
body.page-首页 .mw-body {
  position: relative;
  overflow: hidden;
}
 
/* Homepage: smaller castle image, same soft fade height */
body.page-首页 .mw-body {
body.page-首页 .mw-body {
   position: relative;
   position: relative;
第622行: 第610行:
     linear-gradient(
     linear-gradient(
       180deg,
       180deg,
       rgba(245,246,248,.10) 0%,
       rgba(245,246,248,.08) 0%,
       rgba(245,246,248,.24) 38%,
       rgba(245,246,248,.22) 38%,
       rgba(245,246,248,.72) 72%,
       rgba(245,246,248,.68) 72%,
       rgba(245,246,248,1) 100%
       rgba(245,246,248,1) 100%
     ),
     ),
     url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/首页背景备选2.jpg"),
     url("https://wiki.noblecraftmusic.cloud/images/e/e9/首页背景备选2.jpg");
    url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/首页背景备选2.jpg");


   background-size:
   background-size:
     100% 100%,
     100% 100%,
     min(1500px, 82vw) auto,
     min(1800px, 96vw) auto;
    cover;


   background-position:
   background-position:
    center top,
     center top,
     center top,
     center top;
     center top;


   background-repeat: no-repeat;
   background-repeat: no-repeat;
   opacity: .9;
   opacity: .92;
   filter: blur(1.4px);
   filter: blur(1.2px);
   pointer-events: none;
   pointer-events: none;
   z-index: 0;
   z-index: 0;
第650行: 第635行:
     rgba(0,0,0,1) 0%,
     rgba(0,0,0,1) 0%,
     rgba(0,0,0,1) 48%,
     rgba(0,0,0,1) 48%,
     rgba(0,0,0,.55) 72%,
     rgba(0,0,0,.58) 72%,
     rgba(0,0,0,0) 100%
     rgba(0,0,0,0) 100%
   );
   );
第657行: 第642行:
     rgba(0,0,0,1) 0%,
     rgba(0,0,0,1) 0%,
     rgba(0,0,0,1) 48%,
     rgba(0,0,0,1) 48%,
     rgba(0,0,0,.55) 72%,
     rgba(0,0,0,.58) 72%,
     rgba(0,0,0,0) 100%
     rgba(0,0,0,0) 100%
   );
   );
第665行: 第650行:
   position: relative;
   position: relative;
   z-index: 1;
   z-index: 1;
}
@media screen and (max-width: 700px) {
  body.page-首页 .mw-body::before {
    height: 360px;
    background-size:
      100% 100%,
      1050px auto;
    opacity: .76;
  }
}
}