Template:Spec.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
font-family: 'Besley', serif !important; | font-family: 'Besley', serif !important; | ||
} | } | ||
#firstHeading { | #firstHeading { | ||
font-weight: 400; | font-weight: 400; | ||
| Line 41: | Line 42: | ||
color: var(--colour-grey-800); | color: var(--colour-grey-800); | ||
} | } | ||
span.required, .required code { | span.required, .required code { | ||
color: var(--colour-bubblegum-700); | color: var(--colour-bubblegum-700); | ||
| Line 72: | Line 74: | ||
color: var(--colour-grey-500); | color: var(--colour-grey-500); | ||
} | } | ||
.toctitle { | .toctitle { | ||
margin-bottom: .5rem; | margin-bottom: .5rem; | ||
| Line 79: | Line 82: | ||
align-items: baseline; | align-items: baseline; | ||
} | } | ||
.toctogglespan { | .toctogglespan { | ||
grid-column: 3; | grid-column: 3; | ||
| Line 85: | Line 89: | ||
label:hover { color: var(--colour-grey-700); } | label:hover { color: var(--colour-grey-700); } | ||
} | } | ||
#content h2#mw-toc-heading { | #content h2#mw-toc-heading { | ||
color: var(--colour-grey-600); | color: var(--colour-grey-600); | ||
| Line 103: | Line 108: | ||
font-size: 1.75em; | font-size: 1.75em; | ||
font-weight: 500; | font-weight: 500; | ||
font-style: italic; | |||
} | } | ||
| Line 123: | Line 129: | ||
margin-top: 0; | margin-top: 0; | ||
margin-bottom: .5rem; | margin-bottom: .5rem; | ||
} | |||
del { | |||
color: var(--colour-grey-600) | |||
} | } | ||