Template:GuidePage/Stylez.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(10 intermediate revisions by 2 users not shown)
Line 7: Line 7:
}
}
:root {
:root {
--content-border: color-mix(in srgb, var(--colour-theme-800), white 80%)
--content-border: color-mix(in srgb, var(--colour-theme-800), white 80%);
--font-text: 'Nunito', sans-serif;
}
}
#content {
#content {
Line 37: Line 38:
max-width: 48rem;
max-width: 48rem;
border: 1px solid color-mix(in srgb, var(--colour-theme-900), transparent 90%);
border: 1px solid color-mix(in srgb, var(--colour-theme-900), transparent 90%);
font-family: var(--font-text);
}
}


.guide-header {
.guide-header {
height: 8rem;
min-height: 8rem;


display: grid;
display: grid;
grid-template-columns: 2fr 1fr;
align-items: end;
align-items: end;


color: var(--colour-grey-900);
color: var(--colour-grey-900);
font-family: 'Nunito', sans-serif;
font-family: var(--font-text);
}
}


Line 56: Line 57:


font-weight: 1000;
font-weight: 1000;
font-size: 3.5rem;
font-size: clamp(2rem, 6vw, 3.5rem);
line-height: 1.25;
margin-top: .5rem;
margin-bottom: 1rem;
color: var(--colour-theme-600);
color: var(--colour-theme-600);
Line 88: Line 92:
}
}


.guide-main h2.mw-headline {
.guide-main h2 .mw-headline {
font-weight: 600;
font-weight: 800;
}
}