Template:GuidePage/Stylez.css: Difference between revisions

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 37: Line 37:
margin: auto;
margin: auto;
max-width: 48rem;
max-width: 48rem;
border: 1px solid color-mix(in srgb, var(--colour-theme-900), transparent 90%);
outline: 1px solid color-mix(in srgb, var(--colour-theme-900), transparent 90%);
border-top: 8px solid var(--colour-theme-600);
font-family: var(--font-text);
font-family: var(--font-text);
}
}


.guide-header {
.guide-header {
min-height: 8rem;
display: grid;
align-items: end;
color: var(--colour-grey-900);
color: var(--colour-grey-900);
font-family: var(--font-text);
font-family: var(--font-text);
Line 87: Line 83:
}
}


.guide-main mw-heading {
.guide-main .mw-heading {
border-bottom: none 0 transparent;
border-bottom: none 0 transparent;
}
}
Line 94: Line 90:
font-family: var(--font-text);
font-family: var(--font-text);
border: none;
border: none;
font-weight: 800;
}
}