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

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

来自MUC Wiki
Maintenance script留言 | 贡献
Strengthen MUC Wiki home components
Maintenance script留言 | 贡献
Refine homepage component styling
第22行: 第22行:
   display: grid;
   display: grid;
   grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .5fr);
   grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .5fr);
   gap: 1rem;
   gap: .9rem;
   align-items: stretch;
   align-items: stretch;
   padding: 1rem;
   padding: .9rem;
   border: 1px solid #d8e2ee;
   border: 1px solid #d8e2ee;
   border-radius: 10px;
   border-radius: 12px;
   background: rgba(255, 255, 255, .96);
   background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(249, 251, 254, .94));
   box-shadow: 0 20px 54px rgba(31, 47, 70, .08);
   box-shadow: 0 18px 46px rgba(31, 47, 70, .06);
}
}


第34行: 第34行:
   display: grid;
   display: grid;
   align-content: center;
   align-content: center;
   gap: .72rem;
   gap: .66rem;
   min-height: 11.4rem;
   min-height: 11.4rem;
   padding: .95rem .85rem;
   padding: .85rem .75rem;
   line-height: 1.76;
   line-height: 1.76;
}
}
第67行: 第67行:
.mucwiki-home-title {
.mucwiki-home-title {
   color: #0f172a;
   color: #0f172a;
   font-size: 2.18rem;
   font-size: 2.05rem;
   font-weight: 900;
   font-weight: 900;
   line-height: 1.12;
   line-height: 1.12;
第91行: 第91行:
   min-height: 9.4rem;
   min-height: 9.4rem;
   overflow: hidden;
   overflow: hidden;
   border: 1px solid #e8eef5;
   border: 1px solid #e7eef7;
   border-radius: 8px;
   border-radius: 10px;
   background: #fff;
   background: #f3f7fb;
   box-shadow: 0 1px 2px rgba(31, 47, 70, .035);
   box-shadow: 0 1px 2px rgba(31, 47, 70, .035);
}
}
第178行: 第178行:
.mucwiki-home-topline,
.mucwiki-home-topline,
.mucwiki-home-note {
.mucwiki-home-note {
   border: 1px solid #d8e2ee;
   border: 1px solid #dbe4ef;
   border-radius: 8px;
   border-radius: 8px;
   background: rgba(255, 255, 255, .96);
   background: rgba(255, 255, 255, .96);
   box-shadow: 0 1px 2px rgba(31, 47, 70, .035);
   box-shadow: 0 1px 2px rgba(31, 47, 70, .025);
}
}


第187行: 第187行:
   position: relative;
   position: relative;
   min-height: 5.65rem;
   min-height: 5.65rem;
   padding: .95rem 1rem;
   padding: .9rem .95rem;
   overflow: hidden;
   overflow: hidden;
   transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
   transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}
}


第203行: 第203行:
.mucwiki-home-card:hover {
.mucwiki-home-card:hover {
   border-color: #a9c0dc;
   border-color: #a9c0dc;
   box-shadow: 0 12px 30px rgba(31, 47, 70, .08);
  background: #fbfdff;
   box-shadow: 0 10px 24px rgba(31, 47, 70, .055);
   transform: translateY(-1px);
   transform: translateY(-1px);
}
}
第254行: 第255行:
   gap: .84rem;
   gap: .84rem;
   padding: .9rem 1rem;
   padding: .9rem 1rem;
   background: #f8fafc;
   background: #fbfcfe;
}
}


第287行: 第288行:


.mucwiki-home-panel--building {
.mucwiki-home-panel--building {
   border-color: #e8d19a;
   border-color: #e2cf9a;
   background: #fffaf0;
   background: #fffaf0;
}
}
第313行: 第314行:
   min-height: 2.1rem;
   min-height: 2.1rem;
   padding: .32rem .62rem;
   padding: .32rem .62rem;
   border: 1px solid #d8e2ee;
   border: 1px solid #dbe4ef;
   border-radius: 8px;
   border-radius: 999px;
   background: rgba(255, 255, 255, .96);
   background: rgba(255, 255, 255, .96);
   color: #344054;
   color: #344054;
   font-size: .95rem;
   font-size: .95rem;
   line-height: 1.32;
   line-height: 1.32;
   box-shadow: 0 1px 2px rgba(31, 47, 70, .02);
   box-shadow: none;
   transition: border-color .16s ease, background .16s ease, transform .16s ease;
   transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
}
第338行: 第339行:
   position: relative;
   position: relative;
   padding: .95rem 1rem;
   padding: .95rem 1rem;
  background: #fbfcfe;
}
}