Template:Spec.css: Difference between revisions
Jump to navigation
Jump to search
Leah changed the content model of the page Template:Spec.css from "wikitext" to "CSS" |
No edit summary |
||
Line 1: | Line 1: | ||
#content { | |||
font-family: 'Besley', serif; | |||
} | |||
#firstHeading { | #firstHeading { | ||
font-weight: 400; | font-weight: 400; | ||
text-align: center; | text-align: center; | ||
font-stretch: 75%; | font-stretch: 75%; | ||
font-style: italic; | font-style: italic; | ||
font-size: 12vw; | font-size: 12vw; | ||
} | } | ||
#mw-content-text { | #mw-content-text { | ||
max-width: 56rem; | max-width: 56rem; | ||
margin: auto; | margin: auto; |
Revision as of 01:51, 26 February 2025
#content {
font-family: 'Besley', serif;
}
#firstHeading {
font-weight: 400;
text-align: center;
font-stretch: 75%;
font-style: italic;
font-size: 12vw;
}
#mw-content-text {
max-width: 56rem;
margin: auto;
}
span.required, .required code {
color: var(--colour-bubblegum-700);
}
span.optional, .optional code {
color: var(--colour-ectoplasm-700);
}
span.multiple, .multiple code {
color: var(--colour-yellow-700);
}
ul {
list-style-type: "❊ ";
list-style-image: none;
}
.must { color: var(--colour-bubblegum-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; }