MediaWiki:Common.css:修订间差异

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


/* Homepage: smaller castle view with soft fade */
/* Homepage: smaller castle image, same soft fade height */
body.page-首页 .mw-body {
body.page-首页 .mw-body {
   position: relative;
   position: relative;
第622行: 第622行:
     linear-gradient(
     linear-gradient(
       180deg,
       180deg,
       rgba(245,246,248,.08) 0%,
       rgba(245,246,248,.10) 0%,
       rgba(245,246,248,.22) 38%,
       rgba(245,246,248,.24) 38%,
       rgba(245,246,248,.68) 72%,
       rgba(245,246,248,.72) 72%,
       rgba(245,246,248,1) 100%
       rgba(245,246,248,1) 100%
     ),
     ),
     url("https://wiki.noblecraftmusic.cloud/images/e/e9/%E9%A6%96%E9%A1%B5%E8%83%8C%E6%99%AF%E5%A4%87%E9%80%893.jpg"),
     url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/首页背景备选2.jpg"),
     url("https://wiki.noblecraftmusic.cloud/images/e/e9/%E9%A6%96%E9%A1%B5%E8%83%8C%E6%99%AF%E5%A4%87%E9%80%893.jpg");
     url("https://wiki.noblecraftmusic.cloud/index.php/Special:Redirect/file/首页背景备选2.jpg");


   background-size:
   background-size:
第641行: 第641行:


   background-repeat: no-repeat;
   background-repeat: no-repeat;
   opacity: .92;
   opacity: .9;
   filter: blur(1.2px);
   filter: blur(1.4px);
   pointer-events: none;
   pointer-events: none;
   z-index: 0;
   z-index: 0;
第650行: 第650行:
     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,.58) 72%,
     rgba(0,0,0,.55) 72%,
     rgba(0,0,0,0) 100%
     rgba(0,0,0,0) 100%
   );
   );
第657行: 第657行:
     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,.58) 72%,
     rgba(0,0,0,.55) 72%,
     rgba(0,0,0,0) 100%
     rgba(0,0,0,0) 100%
   );
   );
}
}


body.page
body.page-首页 .mw-body > * {
  position: relative;
  z-index: 1;
}