模板:MUCWikiHome/styles.css:修订间差异
来自MUC Wiki
更多操作
Maintenance script(留言 | 贡献) 添加首页校园图题名样式 |
style: adapt homepage for Citizen skin |
||
| 第1行: | 第1行: | ||
.mucwiki-home { | .mucwiki-home { | ||
display: grid; | display: grid; | ||
gap: | gap: 1rem; | ||
color: #202122; | color: #202122; | ||
font-size: 1rem; | font-size: 1rem; | ||
| 第12行: | 第12行: | ||
.mucwiki-home a { | .mucwiki-home a { | ||
color: # | 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: # | 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, | grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem); | ||
gap: | gap: 1rem; | ||
align-items: stretch; | align-items: stretch; | ||
padding: | padding: 0; | ||
border: | border: 0; | ||
background: transparent; | |||
background: | |||
} | } | ||
| 第41行: | 第39行: | ||
display: grid; | display: grid; | ||
align-content: center; | align-content: center; | ||
gap: . | gap: .62rem; | ||
min-height: | min-height: 15rem; | ||
padding: . | padding: 1.25rem 1.35rem; | ||
border-left: | border: 1px solid #eaded7; | ||
border-left: 4px solid #8f1d2c; | |||
border-radius: 8px; | border-radius: 8px; | ||
background: #fff | background: linear-gradient(180deg, #fff, #fffaf8); | ||
} | } | ||
| 第54行: | 第52行: | ||
width: max-content; | width: max-content; | ||
max-width: 100%; | max-width: 100%; | ||
align-items: center; | align-items: center; | ||
padding: . | gap: .42rem; | ||
border: 1px solid # | padding: .22rem .58rem; | ||
border: 1px solid #ead0cc; | |||
border-radius: 999px; | border-radius: 999px; | ||
background: # | background: #fff4f3; | ||
color: #7f1d1d; | color: #7f1d1d; | ||
font-size: . | font-size: .78rem; | ||
font-weight: | font-weight: 800; | ||
line-height: 1.2; | line-height: 1.2; | ||
} | } | ||
| 第68行: | 第66行: | ||
.mucwiki-home-kicker::before { | .mucwiki-home-kicker::before { | ||
content: ""; | content: ""; | ||
width: . | width: .38rem; | ||
height: . | height: .38rem; | ||
border-radius: 999px; | border-radius: 999px; | ||
background: # | background: #8f1d2c; | ||
} | } | ||
.mucwiki-home-title { | .mucwiki-home-title { | ||
color: # | color: #181d22; | ||
font-size: | font-size: 2.28rem; | ||
font-weight: | font-weight: 800; | ||
line-height: 1. | line-height: 1.08; | ||
} | } | ||
.mucwiki-home-lede { | .mucwiki-home-lede { | ||
max-width: 42rem; | max-width: 42rem; | ||
color: # | color: #29323b; | ||
font-size: . | font-size: 1.04rem; | ||
font-weight: | font-weight: 700; | ||
line-height: 1. | 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: | grid-template-rows: auto auto; | ||
gap: . | gap: .62rem; | ||
min-width: 0; | min-width: 0; | ||
} | } | ||
.mucwiki-home-media { | .mucwiki-home-media { | ||
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
border: 1px solid #e4dfd6; | |||
border: | |||
border-radius: 8px; | border-radius: 8px; | ||
background: # | background: #f7f4ef; | ||
} | } | ||
| 第120行: | 第112行: | ||
width: 100%; | width: 100%; | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
border-radius: 8px; | border-radius: 8px; | ||
} | } | ||
.mucwiki-home-media-caption { | .mucwiki-home-media-caption { | ||
position: absolute; | position: absolute; | ||
left: . | left: .55rem; | ||
bottom: . | bottom: .55rem; | ||
max-width: calc(100% - . | max-width: calc(100% - 1.1rem); | ||
padding: . | padding: .2rem .5rem; | ||
border-radius: 999px; | border-radius: 999px; | ||
background: rgba( | background: rgba(24, 29, 34, .72); | ||
color: #fff; | color: #fff; | ||
font-size: . | 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)); | ||
overflow: hidden; | overflow: hidden; | ||
border: 1px solid # | border: 1px solid #e8e3dc; | ||
border-radius: 8px; | border-radius: 8px; | ||
background: | background: #fff; | ||
} | } | ||
.mucwiki-home-stat { | .mucwiki-home-stat { | ||
min-width: 0; | min-width: 0; | ||
padding: . | padding: .48rem .35rem; | ||
border-left: 1px solid #ece7df; | |||
border-left: 1px solid # | color: #656f7a; | ||
color: # | |||
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: # | color: #67151f; | ||
font-size: | font-size: 1rem; | ||
font-weight: | font-weight: 800; | ||
} | } | ||
.mucwiki-home-stat span { | .mucwiki-home-stat span { | ||
margin-top: . | margin-top: .12rem; | ||
font-size: .76rem; | |||
font-size: . | |||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
.mucwiki-home-section { | .mucwiki-home-section { | ||
margin-top: | margin-top: .1rem; | ||
} | } | ||
| 第193行: | 第178行: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: . | gap: .5rem; | ||
margin: 0 0 . | margin: 0 0 .65rem; | ||
padding-bottom: . | padding-bottom: .42rem; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #e8e3dc; | ||
color: # | color: #181d22; | ||
font-size: 1. | 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: ""; | ||
width: .28rem; | width: .28rem; | ||
height: | height: 1rem; | ||
border-radius: 999px; | border-radius: 999px; | ||
background: # | background: #8f1d2c; | ||
} | } | ||
.mucwiki-home-grid { | .mucwiki-home-grid { | ||
display: grid; | display: grid; | ||
gap: . | 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)); | ||
} | } | ||
| 第233行: | 第210行: | ||
.mucwiki-home-topline, | .mucwiki-home-topline, | ||
.mucwiki-home-note { | .mucwiki-home-note { | ||
border: 1px solid # | border: 1px solid #e1e5e0; | ||
border-radius: 8px; | border-radius: 8px; | ||
background: | background: #fff; | ||
} | } | ||
.mucwiki-home-card { | .mucwiki-home-card { | ||
position: relative; | position: relative; | ||
min-height: | min-height: 5.1rem; | ||
padding: . | padding: .82rem 2rem .82rem .92rem; | ||
overflow: hidden; | overflow: hidden; | ||
border-color: # | border-color: #d5e3d8; | ||
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: . | width: .22rem; | ||
background: # | background: #2e6b57; | ||
} | } | ||
| 第261行: | 第235行: | ||
content: "›"; | content: "›"; | ||
position: absolute; | position: absolute; | ||
top: . | top: .78rem; | ||
right: . | right: .86rem; | ||
color: # | color: #7c8b7f; | ||
font-size: 1. | 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: # | border-color: #96b79e; | ||
background: #fbfdfb; | background: #fbfdfb; | ||
box-shadow: 0 | 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: # | 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: # | color: #181d22; | ||
font-size: | font-size: 1rem; | ||
font-weight: | font-weight: 800; | ||
line-height: 1. | line-height: 1.3; | ||
} | } | ||
| 第299行: | 第273行: | ||
.mucwiki-home-card strong a:focus { | .mucwiki-home-card strong a:focus { | ||
outline: 2px solid rgba( | 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: . | margin-top: .3rem; | ||
padding-left: .25rem; | padding-left: .25rem; | ||
color: #5f6972; | color: #5f6972; | ||
font-size: . | font-size: .94rem; | ||
line-height: 1. | line-height: 1.48; | ||
} | } | ||
.mucwiki-home-topline { | .mucwiki-home-topline { | ||
padding: . | padding: .68rem .84rem; | ||
border-style: dashed; | border-style: dashed; | ||
background: | 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( | grid-template-columns: minmax(0, 1fr) minmax(14rem, .46fr); | ||
gap: . | gap: .75rem; | ||
padding: . | padding: .78rem .9rem; | ||
background: # | 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: . | gap: .9rem; | ||
} | } | ||
| 第344行: | 第315行: | ||
min-height: 0; | min-height: 0; | ||
overflow: hidden; | overflow: hidden; | ||
padding: . | padding: .88rem 1rem; | ||
} | } | ||
| 第352行: | 第322行: | ||
position: absolute; | position: absolute; | ||
inset: 0 0 auto; | inset: 0 0 auto; | ||
height: . | height: .18rem; | ||
background: # | background: #2e6b57; | ||
} | |||
.mucwiki-home-panel--building::before { | |||
background: #b98513; | |||
} | } | ||
.mucwiki-home-panel ul { | .mucwiki-home-panel ul { | ||
display: grid; | display: grid; | ||
gap: . | gap: .22rem; | ||
margin: | margin: 0; | ||
padding-left: 1. | padding-left: 1.2rem; | ||
} | } | ||
.mucwiki-home-panel | .mucwiki-home-panel li { | ||
margin: 0; | |||
color: #5f6972; | |||
} | } | ||
| 第376行: | 第345行: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: . | gap: .45rem; | ||
} | } | ||
.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; | ||
padding: .32rem .62rem; | |||
padding: . | border: 1px solid #e1e5e0; | ||
border: 1px solid # | |||
border-radius: 999px; | border-radius: 999px; | ||
background: | background: #fff; | ||
color: # | color: #4d5862; | ||
font-size: . | font-size: .92rem; | ||
line-height: 1. | line-height: 1.25; | ||
} | } | ||
.mucwiki-home-link-cloud span:hover { | .mucwiki-home-link-cloud span:hover { | ||
border-color: # | border-color: #d7b7ae; | ||
background: # | background: #fff7f5; | ||
} | } | ||
| 第416行: | 第369行: | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(3, minmax(0, 1fr)); | grid-template-columns: repeat(3, minmax(0, 1fr)); | ||
gap: . | gap: .75rem; | ||
} | } | ||
.mucwiki-home-help__grid > div { | .mucwiki-home-help__grid > div { | ||
padding: .82rem .92rem; | |||
padding: . | |||
. | |||
} | } | ||
.mucwiki-home-help h3 { | .mucwiki-home-help h3 { | ||
margin: 0 0 . | margin: 0 0 .35rem; | ||
color: # | color: #22272d; | ||
font-size: . | font-size: .98rem; | ||
font-weight: | font-weight: 800; | ||
} | } | ||
.mucwiki-home-help p { | .mucwiki-home-help p { | ||
color: # | color: #5f6972; | ||
line-height: 1. | font-size: .94rem; | ||
line-height: 1.52; | |||
} | } | ||
@media screen and (max-width: 980px) { | |||
@media (max-width: | |||
.mucwiki-home-masthead { | .mucwiki-home-masthead { | ||
grid-template-columns: minmax(0, 1fr); | |||
} | } | ||
.mucwiki-home-copy { | .mucwiki-home-copy { | ||
min-height: 0; | |||
min-height: | |||
} | } | ||
.mucwiki-home-side { | .mucwiki-home-side { | ||
grid-template-columns: 1fr | grid-template-columns: minmax(0, 1fr); | ||
} | } | ||
.mucwiki-home-media { | .mucwiki-home-media { | ||
max-width: 34rem; | |||
max- | |||
} | } | ||
} | |||
@media screen and (max-width: 720px) { | |||
.mucwiki-home | .mucwiki-home { | ||
gap: .8rem; | |||
} | } | ||
.mucwiki-home- | .mucwiki-home-copy { | ||
padding: 1rem; | |||
} | } | ||
.mucwiki-home- | .mucwiki-home-title { | ||
font-size: 1.72rem; | |||
} | } | ||
.mucwiki-home- | .mucwiki-home-grid--primary, | ||
.mucwiki-home-columns, | |||
.mucwiki-home-note, | |||
.mucwiki-home-help__grid { | |||
grid-template-columns: minmax(0, 1fr); | |||
.mucwiki-home- | |||
.mucwiki-home- | |||
.mucwiki-home- | |||
grid-template-columns: 1fr | |||
} | } | ||
.mucwiki-home-card { | .mucwiki-home-card { | ||
min-height: | min-height: 0; | ||
} | } | ||
} | } | ||
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;
}
}