Widget:GuidePage

From pronounmail wiki
Revision as of 13:36, 26 January 2025 by Leah (talk | contribs) (Leah changed the content model of the page HTMLTemplate:GuidePage from "htmltemplate" to "plain text")
Jump to navigation Jump to search
<style>
	:root {
		--colour-theme-50:  var(--colour-{{{theme|aubergine}}}-50);
		--colour-theme-100: var(--colour-{{{theme|aubergine}}}-100);
		--colour-theme-200: var(--colour-{{{theme|aubergine}}}-200);
		--colour-theme-300: var(--colour-{{{theme|aubergine}}}-300);
		--colour-theme-400: var(--colour-{{{theme|aubergine}}}-400);
		--colour-theme-500: var(--colour-{{{theme|aubergine}}}-500);
		--colour-theme-600: var(--colour-{{{theme|aubergine}}}-600);
		--colour-theme-700: var(--colour-{{{theme|aubergine}}}-700);
		--colour-theme-800: var(--colour-{{{theme|aubergine}}}-800);
		--colour-theme-900: var(--colour-{{{theme|aubergine}}}-900);
		--colour-theme-950: var(--colour-{{{theme|aubergine}}}-950);
	}
</style>

<article class="guide">
<header class="guide-header noexcerpt">
	<p>{{{section}}}</p>
	<h1>{{{title}}}</h1>
</header>

<main class="guide-main">