MediaWiki:Common.css:修订间差异

Baneq留言 | 贡献
无编辑摘要
Baneq留言 | 贡献
无编辑摘要
第605行: 第605行:
}
}


/* Homepage: castle atmosphere, smaller image with soft fade */
/* Homepage: castle atmosphere, wider image with soft fade */
body.page-首页 .mw-body {
body.page-首页 .mw-body {
   position: relative;
   position: relative;
第631行: 第631行:
   background-size:
   background-size:
     100% 100%,
     100% 100%,
     min(1500px, 92vw) auto;
     min(1900px, 108vw) auto;


   background-position:
   background-position:
第655行: 第655行:
     rgba(0,0,0,1) 48%,
     rgba(0,0,0,1) 48%,
     rgba(0,0,0,.55) 72%,
     rgba(0,0,0,.55) 72%,
    rgba(0,0,0,0) 100%
  );
}
body.page-首页 .mw-body > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  body.page-首页 .mw-body::before {
    height: 360px;
    background-size:
      100% 100%,
      920px auto;
    background-position:
      center top,
      center 5%;
    opacity: .72;
    filter: blur(1.5px);
  }
}