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

模板:MUCWikiHome/styles.css:修订间差异

来自MUC Wiki
Maintenance script留言 | 贡献
添加首页校园图题名样式
Admin留言 | 贡献
style: adapt homepage for Citizen skin
第1行: 第1行:
.mucwiki-home {
.mucwiki-home {
   display: grid;
   display: grid;
   gap: .74rem;
   gap: 1rem;
   color: #202122;
   color: #202122;
   font-size: 1rem;
   font-size: 1rem;
第12行: 第12行:


.mucwiki-home a {
.mucwiki-home a {
   color: #215c8f;
   color: #8f1d2c;
   text-decoration: none;
   text-decoration: none;
}
}
第18行: 第18行:
.mucwiki-home a:hover,
.mucwiki-home a:hover,
.mucwiki-home a:focus {
.mucwiki-home a:focus {
   color: #17446e;
   color: #67151f;
   text-decoration: underline;
   text-decoration: underline;
}
}
第28行: 第28行:
.mucwiki-home-masthead {
.mucwiki-home-masthead {
   display: grid;
   display: grid;
   grid-template-columns: minmax(0, .96fr) minmax(17rem, .44fr);
   grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
   gap: .7rem;
   gap: 1rem;
   align-items: stretch;
   align-items: stretch;
   padding: .58rem;
   padding: 0;
   border: 1px solid #dce2db;
   border: 0;
  border-radius: 8px;
   background: transparent;
   background: #fff;
  box-shadow: 0 1px 2px rgba(42, 48, 41, .026);
}
}


第41行: 第39行:
   display: grid;
   display: grid;
   align-content: center;
   align-content: center;
   gap: .48rem;
   gap: .62rem;
   min-height: 0;
   min-height: 15rem;
   padding: .76rem .88rem;
   padding: 1.25rem 1.35rem;
   border-left: 3px solid #b42318;
  border: 1px solid #eaded7;
   border-left: 4px solid #8f1d2c;
   border-radius: 8px;
   border-radius: 8px;
   background: #fff;
   background: linear-gradient(180deg, #fff, #fffaf8);
  line-height: 1.56;
}
}


第54行: 第52行:
   width: max-content;
   width: max-content;
   max-width: 100%;
   max-width: 100%;
  min-height: 1.45rem;
   align-items: center;
   align-items: center;
   padding: .18rem .54rem;
  gap: .42rem;
   border: 1px solid #efcbc7;
   padding: .22rem .58rem;
   border: 1px solid #ead0cc;
   border-radius: 999px;
   border-radius: 999px;
   background: #fff4f2;
   background: #fff4f3;
   color: #7f1d1d;
   color: #7f1d1d;
   font-size: .76rem;
   font-size: .78rem;
   font-weight: 700;
   font-weight: 800;
   line-height: 1.2;
   line-height: 1.2;
}
}
第68行: 第66行:
.mucwiki-home-kicker::before {
.mucwiki-home-kicker::before {
   content: "";
   content: "";
   width: .36rem;
   width: .38rem;
   height: .36rem;
   height: .38rem;
  margin-right: .32rem;
   border-radius: 999px;
   border-radius: 999px;
   background: #b42318;
   background: #8f1d2c;
}
}


.mucwiki-home-title {
.mucwiki-home-title {
   color: #141b22;
   color: #181d22;
   font-size: 1.76rem;
   font-size: 2.28rem;
   font-weight: 700;
   font-weight: 800;
   line-height: 1.12;
   line-height: 1.08;
}
}


.mucwiki-home-lede {
.mucwiki-home-lede {
   max-width: 42rem;
   max-width: 42rem;
   color: #263044;
   color: #29323b;
   font-size: .96rem;
   font-size: 1.04rem;
   font-weight: 600;
   font-weight: 700;
   line-height: 1.48;
   line-height: 1.55;
}
 
.mucwiki-home-copy > p:not([class]) {
  max-width: 44rem;
  color: #555f69;
}
}


.mucwiki-home-side {
.mucwiki-home-side {
   display: grid;
   display: grid;
   grid-template-rows: minmax(0, auto) auto;
   grid-template-rows: auto auto;
   gap: .34rem;
   gap: .62rem;
   min-width: 0;
   min-width: 0;
  padding: .42rem;
  border: 1px solid #e1e6e0;
  border-radius: 8px;
  background: #fbfcfb;
}
}


.mucwiki-home-media {
.mucwiki-home-media {
   position: relative;
   position: relative;
  display: grid;
  align-items: center;
  justify-items: stretch;
  min-height: 0;
  max-height: none;
   overflow: hidden;
   overflow: hidden;
  padding: 0;
   border: 1px solid #e4dfd6;
   border: 0;
   border-radius: 8px;
   border-radius: 8px;
   background: #f5f7f4;
   background: #f7f4ef;
}
}


第120行: 第112行:
   width: 100%;
   width: 100%;
   max-width: 100%;
   max-width: 100%;
  max-height: none;
   height: auto;
   height: auto;
   border-radius: 8px;
   border-radius: 8px;
  object-fit: contain;
}
}
.mucwiki-home-media-caption {
.mucwiki-home-media-caption {
   position: absolute;
   position: absolute;
   left: .46rem;
   left: .55rem;
   bottom: .46rem;
   bottom: .55rem;
   max-width: calc(100% - .92rem);
   max-width: calc(100% - 1.1rem);
   padding: .18rem .42rem;
   padding: .2rem .5rem;
   border-radius: 999px;
   border-radius: 999px;
   background: rgba(20, 27, 34, .66);
   background: rgba(24, 29, 34, .72);
   color: #fff;
   color: #fff;
   font-size: .72rem;
   font-size: .76rem;
   font-weight: 700;
   font-weight: 700;
   line-height: 1.25;
   line-height: 1.25;
第143行: 第134行:
   display: grid;
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
   overflow: hidden;
   overflow: hidden;
   border: 1px solid #e8ece7;
   border: 1px solid #e8e3dc;
   border-radius: 8px;
   border-radius: 8px;
   background: rgba(255, 255, 255, .76);
   background: #fff;
}
}


.mucwiki-home-stat {
.mucwiki-home-stat {
   min-width: 0;
   min-width: 0;
   padding: .36rem .36rem .34rem;
   padding: .48rem .35rem;
  border: 0;
   border-left: 1px solid #ece7df;
   border-left: 1px solid #edf0ec;
   color: #656f7a;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
   color: #54595d;
   line-height: 1.2;
   line-height: 1.2;
   text-align: center;
   text-align: center;
第174行: 第160行:
.mucwiki-home-stat strong,
.mucwiki-home-stat strong,
.mucwiki-home-stat strong a {
.mucwiki-home-stat strong a {
   color: #17446e;
   color: #67151f;
   font-size: .94rem;
   font-size: 1rem;
   font-weight: 700;
   font-weight: 800;
}
}


.mucwiki-home-stat span {
.mucwiki-home-stat span {
   margin-top: .1rem;
   margin-top: .12rem;
  color: #69727a;
   font-size: .76rem;
   font-size: .74rem;
   font-weight: 700;
   font-weight: 700;
}
}


.mucwiki-home-section {
.mucwiki-home-section {
   margin-top: 0;
   margin-top: .1rem;
}
}


第193行: 第178行:
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   gap: .42rem;
   gap: .5rem;
   margin: 0 0 .52rem;
   margin: 0 0 .65rem;
   padding-bottom: .34rem;
   padding-bottom: .42rem;
   border-bottom: 1px solid #e8ece7;
   border-bottom: 1px solid #e8e3dc;
   color: #141b22;
   color: #181d22;
   font-size: 1.04rem;
   font-size: 1.12rem;
   font-weight: 800;
   font-weight: 800;
   letter-spacing: 0;
   letter-spacing: 0;
第205行: 第190行:
.mucwiki-home-section h2::before {
.mucwiki-home-section h2::before {
   content: "";
   content: "";
  display: inline-block;
   width: .28rem;
   width: .28rem;
   height: .95rem;
   height: 1rem;
   border-radius: 999px;
   border-radius: 999px;
   background: #b42318;
   background: #8f1d2c;
}
}


.mucwiki-home-grid {
.mucwiki-home-grid {
   display: grid;
   display: grid;
   gap: .54rem;
   gap: .68rem;
}
}


.mucwiki-home-grid--primary {
.mucwiki-home-grid--primary {
   grid-template-columns: repeat(3, minmax(0, 1fr));
   grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mucwiki-home-section--entries {
  padding: .02rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
}


第233行: 第210行:
.mucwiki-home-topline,
.mucwiki-home-topline,
.mucwiki-home-note {
.mucwiki-home-note {
   border: 1px solid #e1e6e0;
   border: 1px solid #e1e5e0;
   border-radius: 8px;
   border-radius: 8px;
   background: rgba(255, 255, 255, .96);
   background: #fff;
  box-shadow: none;
}
}


.mucwiki-home-card {
.mucwiki-home-card {
   position: relative;
   position: relative;
   min-height: 4.2rem;
   min-height: 5.1rem;
   padding: .64rem 1.68rem .64rem .76rem;
   padding: .82rem 2rem .82rem .92rem;
   overflow: hidden;
   overflow: hidden;
   border-color: #d7e1d9;
   border-color: #d5e3d8;
  box-shadow: 0 1px 2px rgba(42, 48, 41, .028);
   transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
   transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}
}
第253行: 第228行:
   position: absolute;
   position: absolute;
   inset: 0 auto 0 0;
   inset: 0 auto 0 0;
   width: .2rem;
   width: .22rem;
   background: #24735d;
   background: #2e6b57;
  opacity: .9;
}
}


第261行: 第235行:
   content: "›";
   content: "›";
   position: absolute;
   position: absolute;
   top: .72rem;
   top: .78rem;
   right: .8rem;
   right: .86rem;
   color: #718775;
   color: #7c8b7f;
   font-size: 1.22rem;
   font-size: 1.28rem;
   line-height: 1;
   line-height: 1;
   transition: color .16s ease, transform .16s ease;
   transition: color .16s ease, transform .16s ease;
第270行: 第244行:


.mucwiki-home-card:hover {
.mucwiki-home-card:hover {
   border-color: #9db99f;
   border-color: #96b79e;
   background: #fbfdfb;
   background: #fbfdfb;
   box-shadow: 0 7px 18px rgba(42, 48, 41, .052);
   box-shadow: 0 8px 18px rgba(35, 64, 45, .07);
   transform: translateY(-1px);
   transform: translateY(-1px);
}
}


.mucwiki-home-card:hover::after {
.mucwiki-home-card:hover::after {
   color: #24735d;
   color: #2e6b57;
   transform: translateX(1px);
   transform: translateX(1px);
}
}
第288行: 第262行:
.mucwiki-home-card strong {
.mucwiki-home-card strong {
   padding-left: .25rem;
   padding-left: .25rem;
   color: #141b22;
   color: #181d22;
   font-size: .94rem;
   font-size: 1rem;
   font-weight: 700;
   font-weight: 800;
   line-height: 1.28;
   line-height: 1.3;
}
}


第299行: 第273行:


.mucwiki-home-card strong a:focus {
.mucwiki-home-card strong a:focus {
   outline: 2px solid rgba(180, 35, 24, .28);
   outline: 2px solid rgba(143, 29, 44, .28);
   outline-offset: 2px;
   outline-offset: 2px;
   border-radius: 4px;
   border-radius: 4px;
第306行: 第280行:


.mucwiki-home-card span {
.mucwiki-home-card span {
   margin-top: .22rem;
   margin-top: .3rem;
   padding-left: .25rem;
   padding-left: .25rem;
   color: #5f6972;
   color: #5f6972;
   font-size: .93rem;
   font-size: .94rem;
   line-height: 1.44;
   line-height: 1.48;
}
 
.mucwiki-home-topline,
.mucwiki-home-note {
  margin-top: 0;
  color: #54595d;
  line-height: 1.56;
}
}


.mucwiki-home-topline {
.mucwiki-home-topline {
   padding: .58rem .76rem;
   padding: .68rem .84rem;
   border-style: dashed;
   border-style: dashed;
   background: transparent;
   background: #fffdfa;
  color: #555f69;
  line-height: 1.55;
}
}


.mucwiki-home-note {
.mucwiki-home-note {
   display: grid;
   display: grid;
   grid-template-columns: minmax(0, 1fr) minmax(15rem, .5fr);
   grid-template-columns: minmax(0, 1fr) minmax(14rem, .46fr);
   gap: .62rem;
   gap: .75rem;
   padding: .68rem .78rem;
   padding: .78rem .9rem;
   background: #fbfcfb;
   background: #fbfaf7;
  color: #555f69;
  line-height: 1.58;
}
}


第337行: 第308行:
   display: grid;
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: .74rem;
   gap: .9rem;
}
}


第344行: 第315行:
   min-height: 0;
   min-height: 0;
   overflow: hidden;
   overflow: hidden;
   padding: .78rem .9rem;
   padding: .88rem 1rem;
  background: #fff;
}
}


第352行: 第322行:
   position: absolute;
   position: absolute;
   inset: 0 0 auto;
   inset: 0 0 auto;
   height: .16rem;
   height: .18rem;
   background: #24735d;
   background: #2e6b57;
}
 
.mucwiki-home-panel--building::before {
  background: #b98513;
}
}


.mucwiki-home-panel ul {
.mucwiki-home-panel ul {
   display: grid;
   display: grid;
   gap: .2rem;
   gap: .22rem;
   margin: .08rem 0 0;
   margin: 0;
   padding-left: 1.02rem;
   padding-left: 1.2rem;
  line-height: 1.56;
}
}


.mucwiki-home-panel--building {
.mucwiki-home-panel li {
   border-color: #eadfbd;
   margin: 0;
   background: #fffaf0;
   color: #5f6972;
}
 
.mucwiki-home-panel--building::before {
  background: #8a570b;
}
}


第376行: 第345行:
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   gap: .36rem;
   gap: .45rem;
}
 
.mucwiki-home-link-cloud p {
  display: flex;
  flex-wrap: wrap;
  gap: .36rem;
  margin: 0;
}
}


.mucwiki-home-link-cloud span {
.mucwiki-home-link-cloud span {
   display: inline-flex;
   display: inline-flex;
  min-height: 2rem;
   align-items: center;
   align-items: center;
  min-height: 1.82rem;
   padding: .32rem .62rem;
   padding: .24rem .5rem;
   border: 1px solid #e1e5e0;
   border: 1px solid #e1e6e0;
   border-radius: 999px;
   border-radius: 999px;
   background: rgba(255, 255, 255, .9);
   background: #fff;
   color: #344054;
   color: #4d5862;
   font-size: .9rem;
   font-size: .92rem;
   line-height: 1.24;
   line-height: 1.25;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}
}


.mucwiki-home-link-cloud span:hover {
.mucwiki-home-link-cloud span:hover {
   border-color: #bccbbb;
   border-color: #d7b7ae;
   background: #f7fbf8;
   background: #fff7f5;
  box-shadow: 0 3px 10px rgba(42, 48, 41, .028);
  transform: translateY(-1px);
}
 
.mucwiki-home-link-cloud a:focus {
  outline: 2px solid rgba(180, 35, 24, .28);
  outline-offset: 2px;
  border-radius: 4px;
}
}


第416行: 第369行:
   display: grid;
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: .58rem;
   gap: .75rem;
}
}


.mucwiki-home-help__grid > div {
.mucwiki-home-help__grid > div {
  position: relative;
   padding: .82rem .92rem;
   padding: .72rem .8rem;
  background: #fbfcfb;
}
 
.mucwiki-home-help__grid > div::before {
  content: "";
  display: block;
  width: 1.54rem;
  height: .16rem;
  margin-bottom: .5rem;
  border-radius: 999px;
  background: #b42318;
}
}


.mucwiki-home-help h3 {
.mucwiki-home-help h3 {
   margin: 0 0 .3rem;
   margin: 0 0 .35rem;
   color: #141b22;
   color: #22272d;
   font-size: .96rem;
   font-size: .98rem;
   font-weight: 700;
   font-weight: 800;
}
}


.mucwiki-home-help p {
.mucwiki-home-help p {
   color: #54595d;
   color: #5f6972;
   line-height: 1.54;
  font-size: .94rem;
   line-height: 1.52;
}
}


.mucwiki-home-card a,
@media screen and (max-width: 980px) {
.mucwiki-home-link-cloud a,
.mucwiki-home-stat a {
  text-decoration: none;
}
 
@media (max-width: 760px) {
  .mucwiki-home-masthead,
  .mucwiki-home-note,
  .mucwiki-home-columns,
  .mucwiki-home-help__grid {
    grid-template-columns: 1fr;
  }
 
  .mucwiki-home-grid--primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
 
@media (max-width: 560px) {
  .mucwiki-home {
    gap: .5rem;
    font-size: .9rem;
  }
 
   .mucwiki-home-masthead {
   .mucwiki-home-masthead {
     gap: .42rem;
     grid-template-columns: minmax(0, 1fr);
    padding: .42rem;
   }
   }


   .mucwiki-home-copy {
   .mucwiki-home-copy {
    gap: .32rem;
     min-height: 0;
    padding: .42rem .22rem .42rem .52rem;
    border-left-width: 2px;
    line-height: 1.46;
  }
 
  .mucwiki-home-copy > p:not(.mucwiki-home-kicker):not(.mucwiki-home-title):not(.mucwiki-home-lede) {
    color: #46515d;
    font-size: .84rem;
    line-height: 1.4;
  }
 
  .mucwiki-home-kicker {
     min-height: 1.3rem;
    padding: .14rem .44rem;
    font-size: .72rem;
  }
 
  .mucwiki-home-kicker::before {
    width: .32rem;
    height: .32rem;
    margin-right: .26rem;
  }
 
  .mucwiki-home-title {
    font-size: 1.16rem;
    line-height: 1.14;
  }
 
  .mucwiki-home-lede {
    font-size: .82rem;
    line-height: 1.4;
   }
   }


   .mucwiki-home-side {
   .mucwiki-home-side {
     grid-template-columns: 1fr;
     grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: .3rem;
    align-items: stretch;
    padding: .32rem;
   }
   }


   .mucwiki-home-media {
   .mucwiki-home-media {
    min-height: 0;
     max-width: 34rem;
     max-height: none;
    padding: 0;
   }
   }
}


  .mucwiki-home-media .mw-file-element,
@media screen and (max-width: 720px) {
   .mucwiki-home-media img {
   .mucwiki-home {
     display: block;
     gap: .8rem;
    width: 100%;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
   }
   }


   .mucwiki-home-stats-grid {
   .mucwiki-home-copy {
     align-self: stretch;
     padding: 1rem;
   }
   }


   .mucwiki-home-stat {
   .mucwiki-home-title {
     display: grid;
     font-size: 1.72rem;
    align-content: center;
    padding: .22rem .16rem;
   }
   }


   .mucwiki-home-stat strong,
   .mucwiki-home-grid--primary,
  .mucwiki-home-stat strong a {
   .mucwiki-home-columns,
    font-size: .76rem;
   .mucwiki-home-note,
  }
   .mucwiki-home-help__grid {
 
     grid-template-columns: minmax(0, 1fr);
   .mucwiki-home-stat span {
    margin-top: .06rem;
    font-size: .63rem;
    line-height: 1.14;
  }
 
   .mucwiki-home-section h2 {
    margin-bottom: .36rem;
    padding-bottom: .28rem;
    font-size: .95rem;
  }
 
  .mucwiki-home-grid {
    gap: .42rem;
  }
 
   .mucwiki-home-grid--primary {
     grid-template-columns: 1fr;
  }
 
  .mucwiki-home-section--entries {
    padding: .02rem 0 0;
   }
   }


   .mucwiki-home-card {
   .mucwiki-home-card {
     min-height: 3.25rem;
     min-height: 0;
    padding: .46rem 1.38rem .46rem .6rem;
  }
 
  .mucwiki-home-card::after {
    top: .52rem;
    right: .7rem;
  }
 
  .mucwiki-home-card strong {
    font-size: .88rem;
  }
 
  .mucwiki-home-card span {
    margin-top: .14rem;
    font-size: .82rem;
    line-height: 1.36;
  }
 
  .mucwiki-home-topline,
  .mucwiki-home-note,
  .mucwiki-home-panel,
  .mucwiki-home-help__grid > div {
    padding: .56rem .62rem;
  }
 
  .mucwiki-home-note {
    gap: .4rem;
  }
 
  .mucwiki-home-panel ul {
    gap: .18rem;
    line-height: 1.48;
  }
 
  .mucwiki-home-link-cloud,
  .mucwiki-home-link-cloud p {
    gap: .32rem;
  }
 
  .mucwiki-home-link-cloud span {
    min-height: 1.66rem;
    padding: .22rem .44rem;
    border-radius: 8px;
    font-size: .84rem;
   }
   }
}
}

2026年6月14日 (日) 00:54的版本

.mucwiki-home {
  display: grid;
  gap: 1rem;
  color: #202122;
  font-size: 1rem;
}

.mucwiki-home,
.mucwiki-home * {
  box-sizing: border-box;
}

.mucwiki-home a {
  color: #8f1d2c;
  text-decoration: none;
}

.mucwiki-home a:hover,
.mucwiki-home a:focus {
  color: #67151f;
  text-decoration: underline;
}

.mucwiki-home p {
  margin: 0;
}

.mucwiki-home-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  gap: 1rem;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: transparent;
}

.mucwiki-home-copy {
  display: grid;
  align-content: center;
  gap: .62rem;
  min-height: 15rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid #eaded7;
  border-left: 4px solid #8f1d2c;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fffaf8);
}

.mucwiki-home-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: .42rem;
  padding: .22rem .58rem;
  border: 1px solid #ead0cc;
  border-radius: 999px;
  background: #fff4f3;
  color: #7f1d1d;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
}

.mucwiki-home-kicker::before {
  content: "";
  width: .38rem;
  height: .38rem;
  border-radius: 999px;
  background: #8f1d2c;
}

.mucwiki-home-title {
  color: #181d22;
  font-size: 2.28rem;
  font-weight: 800;
  line-height: 1.08;
}

.mucwiki-home-lede {
  max-width: 42rem;
  color: #29323b;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.55;
}

.mucwiki-home-copy > p:not([class]) {
  max-width: 44rem;
  color: #555f69;
}

.mucwiki-home-side {
  display: grid;
  grid-template-rows: auto auto;
  gap: .62rem;
  min-width: 0;
}

.mucwiki-home-media {
  position: relative;
  overflow: hidden;
  border: 1px solid #e4dfd6;
  border-radius: 8px;
  background: #f7f4ef;
}

.mucwiki-home-media .mw-file-element,
.mucwiki-home-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.mucwiki-home-media-caption {
  position: absolute;
  left: .55rem;
  bottom: .55rem;
  max-width: calc(100% - 1.1rem);
  padding: .2rem .5rem;
  border-radius: 999px;
  background: rgba(24, 29, 34, .72);
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.mucwiki-home-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e8e3dc;
  border-radius: 8px;
  background: #fff;
}

.mucwiki-home-stat {
  min-width: 0;
  padding: .48rem .35rem;
  border-left: 1px solid #ece7df;
  color: #656f7a;
  line-height: 1.2;
  text-align: center;
}

.mucwiki-home-stat:first-child {
  border-left: 0;
}

.mucwiki-home-stat strong,
.mucwiki-home-stat span {
  display: block;
}

.mucwiki-home-stat strong,
.mucwiki-home-stat strong a {
  color: #67151f;
  font-size: 1rem;
  font-weight: 800;
}

.mucwiki-home-stat span {
  margin-top: .12rem;
  font-size: .76rem;
  font-weight: 700;
}

.mucwiki-home-section {
  margin-top: .1rem;
}

.mucwiki-home-section h2 {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .65rem;
  padding-bottom: .42rem;
  border-bottom: 1px solid #e8e3dc;
  color: #181d22;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0;
}

.mucwiki-home-section h2::before {
  content: "";
  width: .28rem;
  height: 1rem;
  border-radius: 999px;
  background: #8f1d2c;
}

.mucwiki-home-grid {
  display: grid;
  gap: .68rem;
}

.mucwiki-home-grid--primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mucwiki-home-card,
.mucwiki-home-panel,
.mucwiki-home-help__grid > div,
.mucwiki-home-topline,
.mucwiki-home-note {
  border: 1px solid #e1e5e0;
  border-radius: 8px;
  background: #fff;
}

.mucwiki-home-card {
  position: relative;
  min-height: 5.1rem;
  padding: .82rem 2rem .82rem .92rem;
  overflow: hidden;
  border-color: #d5e3d8;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.mucwiki-home-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: .22rem;
  background: #2e6b57;
}

.mucwiki-home-card::after {
  content: "›";
  position: absolute;
  top: .78rem;
  right: .86rem;
  color: #7c8b7f;
  font-size: 1.28rem;
  line-height: 1;
  transition: color .16s ease, transform .16s ease;
}

.mucwiki-home-card:hover {
  border-color: #96b79e;
  background: #fbfdfb;
  box-shadow: 0 8px 18px rgba(35, 64, 45, .07);
  transform: translateY(-1px);
}

.mucwiki-home-card:hover::after {
  color: #2e6b57;
  transform: translateX(1px);
}

.mucwiki-home-card strong,
.mucwiki-home-card span {
  display: block;
}

.mucwiki-home-card strong {
  padding-left: .25rem;
  color: #181d22;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.mucwiki-home-card strong a {
  color: inherit;
}

.mucwiki-home-card strong a:focus {
  outline: 2px solid rgba(143, 29, 44, .28);
  outline-offset: 2px;
  border-radius: 4px;
  text-decoration: none;
}

.mucwiki-home-card span {
  margin-top: .3rem;
  padding-left: .25rem;
  color: #5f6972;
  font-size: .94rem;
  line-height: 1.48;
}

.mucwiki-home-topline {
  padding: .68rem .84rem;
  border-style: dashed;
  background: #fffdfa;
  color: #555f69;
  line-height: 1.55;
}

.mucwiki-home-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, .46fr);
  gap: .75rem;
  padding: .78rem .9rem;
  background: #fbfaf7;
  color: #555f69;
  line-height: 1.58;
}

.mucwiki-home-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.mucwiki-home-panel {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: .88rem 1rem;
}

.mucwiki-home-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: .18rem;
  background: #2e6b57;
}

.mucwiki-home-panel--building::before {
  background: #b98513;
}

.mucwiki-home-panel ul {
  display: grid;
  gap: .22rem;
  margin: 0;
  padding-left: 1.2rem;
}

.mucwiki-home-panel li {
  margin: 0;
  color: #5f6972;
}

.mucwiki-home-link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.mucwiki-home-link-cloud span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: .32rem .62rem;
  border: 1px solid #e1e5e0;
  border-radius: 999px;
  background: #fff;
  color: #4d5862;
  font-size: .92rem;
  line-height: 1.25;
}

.mucwiki-home-link-cloud span:hover {
  border-color: #d7b7ae;
  background: #fff7f5;
}

.mucwiki-home-help__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.mucwiki-home-help__grid > div {
  padding: .82rem .92rem;
}

.mucwiki-home-help h3 {
  margin: 0 0 .35rem;
  color: #22272d;
  font-size: .98rem;
  font-weight: 800;
}

.mucwiki-home-help p {
  color: #5f6972;
  font-size: .94rem;
  line-height: 1.52;
}

@media screen and (max-width: 980px) {
  .mucwiki-home-masthead {
    grid-template-columns: minmax(0, 1fr);
  }

  .mucwiki-home-copy {
    min-height: 0;
  }

  .mucwiki-home-side {
    grid-template-columns: minmax(0, 1fr);
  }

  .mucwiki-home-media {
    max-width: 34rem;
  }
}

@media screen and (max-width: 720px) {
  .mucwiki-home {
    gap: .8rem;
  }

  .mucwiki-home-copy {
    padding: 1rem;
  }

  .mucwiki-home-title {
    font-size: 1.72rem;
  }

  .mucwiki-home-grid--primary,
  .mucwiki-home-columns,
  .mucwiki-home-note,
  .mucwiki-home-help__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mucwiki-home-card {
    min-height: 0;
  }
}