Template:Spec.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
#content { | #content { | ||
font-family: 'Besley', serif !important; | |||
} | } | ||
| Line 37: | Line 37: | ||
#mw-content-text { | #mw-content-text { | ||
font-family: 'Besley', serif !important; | |||
max-width: 56rem; | |||
margin: auto; | |||
color: var(--colour-grey-800); | |||
} | } | ||
span.required, .required code { | span.required, .required code { | ||
color: var(--colour-bubblegum-700); | color: var(--colour-bubblegum-700); | ||
} | } | ||
span.optional, .optional code { | span.optional, .optional code { | ||
color: var(--colour-ectoplasm-700); | color: var(--colour-ectoplasm-700); | ||
} | } | ||
span.multiple, .multiple code { | span.multiple, .multiple code { | ||
color: var(--colour-yellow-700); | color: var(--colour-yellow-700); | ||
} | |||
span.symbol { | |||
font-family: 'Noto Sans Symbols 2'; | |||
font-size: 2rem; | |||
} | } | ||
ul { | ul { | ||
list-style-type: "❊ "; | |||
list-style-image: none; | |||
} | } | ||
.must { color: var(--colour-bubblegum-700); font-weight: bold; } | .must { | ||
.mustnt { color: var(--colour-aubergine-700); font-weight: bold; } | color: var(--colour-bubblegum-700); font-weight: bold; | ||
.should { color: var(--colour-orange-700); font-weight: bold; } | } | ||
.shouldnt { color: var(--colour-weezer-700); font-weight: bold; } | |||
.may { color: var(--colour-ectoplasm-700); font-weight: bold; } | .mustnt { | ||
color: var(--colour-aubergine-700); font-weight: bold; | |||
} | |||
.should { | |||
color: var(--colour-orange-700); font-weight: bold; | |||
} | |||
.shouldnt { | |||
color: var(--colour-weezer-700); font-weight: bold; | |||
} | |||
.may { | |||
color: var(--colour-ectoplasm-700); font-weight: bold; | |||
} | |||
#toc { | #toc { | ||
display: block; | |||
max-width: 24rem; | |||
margin: auto; | |||
background: transparent; | |||
border: none; | |||
color: var(--colour-grey-500); | |||
} | } | ||
.toctitle { | .toctitle { | ||
margin-bottom: .5rem; | |||
display: grid; | |||
grid-template-columns: 1fr 2fr 1fr; | |||
justify-content: center; | |||
align-items: baseline; | |||
} | } | ||
.toctogglespan { | .toctogglespan { | ||
grid-column: 3; | |||
color: var(--colour-grey-300); | |||
label { | |||
color: var(--colour-grey-500); | |||
} | |||
label:hover { | |||
color: var(--colour-grey-700); | |||
} | |||
} | } | ||
#content h2#mw-toc-heading { | #content h2#mw-toc-heading { | ||
color: var(--colour-grey-600); | |||
font-family: inherit; | |||
text-transform: uppercase; | |||
font-weight: 500; | |||
letter-spacing: 7%; | |||
font-size: .85rem; | |||
grid-column: 2; | |||
} | } | ||
| Line 115: | Line 138: | ||
#content a { | #content a { | ||
font-variant: small-caps; | |||
letter-spacing: 5%; | |||
color: var(--colour-denim-800); | |||
} | } | ||
| Line 125: | Line 148: | ||
.lede { | .lede { | ||
font-size: 1.1rem; | |||
color: var(--colour-grey-700); | |||
text-align: center !important; | |||
max-width: 36rem; | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
margin-top: 0; | |||
margin-bottom: .5rem; | |||
} | } | ||
del { | del { | ||
color: var(--colour-grey-500) | color: var(--colour-grey-500) | ||
} | } | ||