Template:Spec.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
:root {
--inner-width: 56rem;
}
#content {
#content {
font-family: 'Besley', serif !important;
font-family: 'Besley', serif !important;
Line 5: Line 8:
#firstHeading {
#firstHeading {
font-weight: 400;
font-weight: 400;
text-align: center;
font-stretch: 75%;
font-stretch: 75%;
font-style: italic;
font-size: clamp(2rem, 8vw, 8rem);
font-size: clamp(2rem, 12vw, 12rem);
font-family: 'Besley', serif !important;
font-family: 'Besley', serif !important;
color: var(--colour-grey-800);
color: var(--colour-grey-800);
margin: auto;
margin-bottom: .25em;
margin-bottom: .25em;
border: none;
border: none;
max-width: var(--inner-width);
width: 100%;
     &:has(+ #bodyContent .lede) {
     &:has(+ #bodyContent .lede) {
Line 19: Line 24:
&::after {
&::after {
display: block;
font-size: 0.8rem;
font-size: 0.8rem;
text-transform: uppercase;
text-transform: uppercase;
Line 38: Line 42:
#mw-content-text {
#mw-content-text {
font-family: 'Besley', serif !important;
font-family: 'Besley', serif !important;
max-width: 56rem;
max-width: var(--inner-width);
margin: auto;
margin: auto;
color: var(--colour-grey-800);
color: var(--colour-grey-800);