打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Chameleon.css:修订间差异

MediaWiki界面页面
Maintenance script留言 | 贡献
Polish Chameleon app shell
Maintenance script留言 | 贡献
Reduce Chameleon home card nesting
第222行: 第222行:
   align-items: stretch;
   align-items: stretch;
   margin-bottom: 1.15rem;
   margin-bottom: 1.15rem;
  border: 1px solid #d7e1ee;
  border-radius: 18px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(238, 246, 255, .78), rgba(255, 255, 255, .92) 42%),
    #fff;
  box-shadow: 0 18px 50px rgba(17, 24, 39, .055);
}
}
body.skin-chameleon .mucwiki-home-copy,
body.skin-chameleon .mucwiki-home-copy,
第234行: 第241行:
   box-shadow: 0 12px 36px rgba(17, 24, 39, .045);
   box-shadow: 0 12px 36px rgba(17, 24, 39, .045);
}
}
body.skin-chameleon .mucwiki-home-copy { padding: 1.35rem 1.45rem; }
body.skin-chameleon .mucwiki-home-copy {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 1.15rem 1.2rem;
}
body.skin-chameleon .mucwiki-home-kicker {
body.skin-chameleon .mucwiki-home-kicker {
   margin: 0 0 .45rem;
   margin: 0 0 .45rem;
第256行: 第268行:
   line-height: 1.68;
   line-height: 1.68;
}
}
body.skin-chameleon .mucwiki-home-side { padding: 1rem; }
body.skin-chameleon .mucwiki-home-side {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
body.skin-chameleon .mucwiki-home-media {
body.skin-chameleon .mucwiki-home-media {
   overflow: hidden;
   overflow: hidden;
  border: 1px solid #dce7f3;
   border-radius: 13px;
   border-radius: 13px;
   background: #eef3f8;
   background: #eef3f8;
第277行: 第295行:
   border-radius: 12px;
   border-radius: 12px;
   padding: .65rem .55rem;
   padding: .65rem .55rem;
   background: #f8fafc;
   background: rgba(255, 255, 255, .88);
   text-align: center;
   text-align: center;
}
}